-
-
Will Call
-
Scheduled
-
Request
+
+
+ if ($_SESSION['ss_LEVEL'] < 7) { ?>
+
+ } ?>
+
+
+ Will Call
+ Scheduled
+ Request
+
diff --git a/public_html/include/arrayinfo.php b/public_html/include/arrayinfo.php
index c7d100b..4102412 100644
--- a/public_html/include/arrayinfo.php
+++ b/public_html/include/arrayinfo.php
@@ -1,5 +1,6 @@
-
+$yearNow = date('Y');
+$yearLast = $yearNow - 1;
// Array
$arrStatus = array ('I' => 'Inactive', 'A' => 'Active', 'H' => 'Hold', 'D' => 'Delete', 'F' => 'Finish' );
$arrPaymenttype = array ('CA' => 'Cash', 'CHQ' => 'Cheque', 'DIRECT' => 'Direct Deposit', 'DONATION' => 'Donation', 'EFT' => 'EFT',
@@ -78,4 +79,22 @@ $receiptArray = array(
"d_visitdateSTR"=>"Date", "d_nameSTR"=>"Restaurant Name", "d_accountnoSTR"=>"Account No", "d_addressSTR"=>"Address",
"d_driverSTR"=>"Driver", "d_quantity"=>"Oil Quantity", "d_payamount"=>"Paid"
);
+
+$forecastArray = array(
+ "list_numberSTR"=>"No"
+ , "c_nameSTR"=>"Restaurant Name"
+ , "c_accountno"=>"Account"
+ , "c_maincontainer"=>"Container"
+ , "c_containerSTR"=>"Detail"
+ , "c_paymenttype"=>"Payment"
+ , "c_rate"=>"Rate"
+ , "c_addressSTR"=>"Address"
+ , "c_city"=>"City"
+ , "getLastYearQ"=>$yearLast
+ , "getThisYearQ"=>$yearNow
+ , "c_fullcycleSTR"=>"Cycle"
+ , "c_mainvolume"=>"Main Vol."
+ , "c_lastpickupdateSTR"=>"Last PU"
+ , "c_fullquantitySTR"=>"Liter"
+ );
?>
\ No newline at end of file