function Page_Main()
 {
     global $Kitchen_Report_22D2;
     $this->vGrps = ew_InitArray(4, NULL);
     $this->nCntRecs = ew_InitArray(4, 0);
     $this->bLvlBreak = ew_InitArray(4, FALSE);
     $this->nTotals = ew_Init2DArray(4, 12, 0);
     $this->nMaxs = ew_Init2DArray(4, 12, 0);
     $this->nMins = ew_Init2DArray(4, 12, 0);
 }
예제 #2
0
 function Page_Main()
 {
     global $Language;
     $this->ReportGroups =& ew_InitArray(2, NULL);
     $this->ReportCounts =& ew_InitArray(2, 0);
     $this->LevelBreak =& ew_InitArray(2, FALSE);
     $this->ReportTotals =& ew_Init2DArray(2, 2, 0);
     $this->ReportMaxs =& ew_Init2DArray(2, 2, 0);
     $this->ReportMins =& ew_Init2DArray(2, 2, 0);
     // Set up Breadcrumb
     $this->SetupBreadcrumb();
 }
 function Page_Main()
 {
     global $Ingredients_Report_2;
     $this->vGrps = ew_InitArray(3, NULL);
     $this->nCntRecs = ew_InitArray(3, 0);
     $this->bLvlBreak = ew_InitArray(3, FALSE);
     $this->nTotals = ew_Init2DArray(3, 4, 0);
     $this->nMaxs = ew_Init2DArray(3, 4, 0);
     $this->nMins = ew_Init2DArray(3, 4, 0);
 }
 function Page_Main()
 {
     global $Delivery_Report_1;
     $this->vGrps = ew_InitArray(4, NULL);
     $this->nCntRecs = ew_InitArray(4, 0);
     $this->bLvlBreak = ew_InitArray(4, FALSE);
     $this->nTotals = ew_Init2DArray(4, 7, 0);
     $this->nMaxs = ew_Init2DArray(4, 7, 0);
     $this->nMins = ew_Init2DArray(4, 7, 0);
 }
예제 #5
0
 function Page_Main()
 {
     global $Language;
     $this->ReportGroups =& ew_InitArray(1, NULL);
     $this->ReportCounts =& ew_InitArray(1, 0);
     $this->LevelBreak =& ew_InitArray(1, FALSE);
     $this->ReportTotals =& ew_Init2DArray(1, 3, 0);
     $this->ReportMaxs =& ew_Init2DArray(1, 3, 0);
     $this->ReportMins =& ew_Init2DArray(1, 3, 0);
 }