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 254 of file report_canceled_orders.php.


Variable Documentation

$aDataFinalX2 = array()

Definition at line 194 of file report_canceled_orders.php.

$aDataFinalX3 = array()

Definition at line 204 of file report_canceled_orders.php.

$aDataFinalX4 = array()

Definition at line 213 of file report_canceled_orders.php.

$aDataFinalX5 = array()

Definition at line 231 of file report_canceled_orders.php.

$aDataFinalX6 = array()

Definition at line 222 of file report_canceled_orders.php.

$aDataX = array()

Definition at line 25 of file report_canceled_orders.php.

$aDataX2 = array()

Definition at line 50 of file report_canceled_orders.php.

$aDataX3 = array()

Definition at line 51 of file report_canceled_orders.php.

$aDataY = array()

Definition at line 26 of file report_canceled_orders.php.

$aTemp = array()

Definition at line 36 of file report_canceled_orders.php.

$aTempBasket = array()

Definition at line 136 of file report_canceled_orders.php.

$aTempExecOrders = array()

Definition at line 76 of file report_canceled_orders.php.

$aTempExecOrdersSessions = array()

Definition at line 77 of file report_canceled_orders.php.

$aTempPayment = array()

Definition at line 96 of file report_canceled_orders.php.

$aTempPaymentSessions = array()

Definition at line 97 of file report_canceled_orders.php.

$aTempUser = array()

Definition at line 116 of file report_canceled_orders.php.

$aTempUserSessions = array()

Definition at line 117 of file report_canceled_orders.php.

$blData = false

Definition at line 41 of file report_canceled_orders.php.

$bplot2 = new BarPlot( $aDataFinalX2)

Definition at line 199 of file report_canceled_orders.php.

$bplot3 = new BarPlot( $aDataFinalX3)

Definition at line 209 of file report_canceled_orders.php.

$bplot4 = new BarPlot( $aDataFinalX4)

Definition at line 218 of file report_canceled_orders.php.

$bplot5 = new BarPlot( $aDataFinalX5)

Definition at line 236 of file report_canceled_orders.php.

$bplot6 = new BarPlot( $aDataFinalX6)

Definition at line 227 of file report_canceled_orders.php.

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

Definition at line 30 of file report_canceled_orders.php.

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

Definition at line 28 of file report_canceled_orders.php.

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

Definition at line 241 of file report_canceled_orders.php.

$graph = new Graph(800, 600)

Definition at line 170 of file report_canceled_orders.php.

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

Definition at line 40 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 34 of file report_canceled_orders.php.

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

Definition at line 31 of file report_canceled_orders.php.

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

Definition at line 29 of file report_canceled_orders.php.


Generated on Tue Aug 4 09:10:00 2009 for OXID eShop CE by  doxygen 1.5.5