report_canceled_orders.php File Reference

Go to the source code of this file.

Functions

 visitor_week ()

Variables

 $aDataX = array()
 $aDataY = array()
 $dTimeTo = strtotime( oxConfig::getParameter( "time_to"))
 $sTime_to = date( "Y-m-d H:i:s", $dTimeTo)
 $dTimeFrom = mktime( 23, 59, 59, date( "m", $dTimeTo)-12, date( "d", $dTimeTo), date( "Y", $dTimeTo))
 $sTime_from = date( "Y-m-d H:i:s", $dTimeFrom)
 $sSQL = "select oxtime, count(*) as nrof from oxlogs where oxtime >= '$sTime_from' and oxtime <= '$sTime_to' group by oxsessid"
 $aTemp = array()
 $rs = oxDb::getDb()->execute( $sSQL)
 $blData = false
 $aDataX2 = array()
 $aDataX3 = array()
 $aTempExecOrders = array()
 $aTempExecOrdersSessions = array()
 $aTempPayment = array()
 $aTempPaymentSessions = array()
 $aTempUser = array()
 $aTempUserSessions = array()
 $aTempBasket = array()
 $graph = new Graph(800, 600)
 $aDataFinalX2 = array()
 $bplot2 = new BarPlot( $aDataFinalX2)
 $aDataFinalX3 = array()
 $bplot3 = new BarPlot( $aDataFinalX3)
 $aDataFinalX4 = array()
 $bplot4 = new BarPlot( $aDataFinalX4)
 $aDataFinalX6 = array()
 $bplot6 = new BarPlot( $aDataFinalX6)
 $aDataFinalX5 = array()
 $bplot5 = new BarPlot( $aDataFinalX5)
 $gbplot = new groupBarPlot (array($bplot4, $bplot3, $bplot2, $bplot6, $bplot5))


Function Documentation

visitor_week (  ) 

Collects and renders visitor/week report data

Returns:
null

Definition at line 255 of file report_canceled_orders.php.


Variable Documentation

$aDataFinalX2 = array()

Definition at line 195 of file report_canceled_orders.php.

$aDataFinalX3 = array()

Definition at line 205 of file report_canceled_orders.php.

$aDataFinalX4 = array()

Definition at line 214 of file report_canceled_orders.php.

$aDataFinalX5 = array()

Definition at line 232 of file report_canceled_orders.php.

$aDataFinalX6 = array()

Definition at line 223 of file report_canceled_orders.php.

$aDataX = array()

Definition at line 26 of file report_canceled_orders.php.

$aDataX2 = array()

Definition at line 51 of file report_canceled_orders.php.

$aDataX3 = array()

Definition at line 52 of file report_canceled_orders.php.

$aDataY = array()

Definition at line 27 of file report_canceled_orders.php.

$aTemp = array()

Definition at line 37 of file report_canceled_orders.php.

$aTempBasket = array()

Definition at line 137 of file report_canceled_orders.php.

$aTempExecOrders = array()

Definition at line 77 of file report_canceled_orders.php.

$aTempExecOrdersSessions = array()

Definition at line 78 of file report_canceled_orders.php.

$aTempPayment = array()

Definition at line 97 of file report_canceled_orders.php.

$aTempPaymentSessions = array()

Definition at line 98 of file report_canceled_orders.php.

$aTempUser = array()

Definition at line 117 of file report_canceled_orders.php.

$aTempUserSessions = array()

Definition at line 118 of file report_canceled_orders.php.

$blData = false

Definition at line 42 of file report_canceled_orders.php.

$bplot2 = new BarPlot( $aDataFinalX2)

Definition at line 200 of file report_canceled_orders.php.

$bplot3 = new BarPlot( $aDataFinalX3)

Definition at line 210 of file report_canceled_orders.php.

$bplot4 = new BarPlot( $aDataFinalX4)

Definition at line 219 of file report_canceled_orders.php.

$bplot5 = new BarPlot( $aDataFinalX5)

Definition at line 237 of file report_canceled_orders.php.

$bplot6 = new BarPlot( $aDataFinalX6)

Definition at line 228 of file report_canceled_orders.php.

$dTimeFrom = mktime( 23, 59, 59, date( "m", $dTimeTo)-12, date( "d", $dTimeTo), date( "Y", $dTimeTo))

Definition at line 31 of file report_canceled_orders.php.

$dTimeTo = strtotime( oxConfig::getParameter( "time_to"))

Definition at line 29 of file report_canceled_orders.php.

$gbplot = new groupBarPlot (array($bplot4, $bplot3, $bplot2, $bplot6, $bplot5))

Definition at line 242 of file report_canceled_orders.php.

$graph = new Graph(800, 600)

Definition at line 171 of file report_canceled_orders.php.

$rs = oxDb::getDb()->execute( $sSQL)

Definition at line 41 of file report_canceled_orders.php.

$sSQL = "select oxtime, count(*) as nrof from oxlogs where oxtime >= '$sTime_from' and oxtime <= '$sTime_to' group by oxsessid"

Definition at line 35 of file report_canceled_orders.php.

$sTime_from = date( "Y-m-d H:i:s", $dTimeFrom)

Definition at line 32 of file report_canceled_orders.php.

$sTime_to = date( "Y-m-d H:i:s", $dTimeTo)

Definition at line 30 of file report_canceled_orders.php.


Generated on Thu Dec 4 12:04:57 2008 for OXID eShop CE by  doxygen 1.5.5