[Oil History] Added payment option G. Manually update d_paystatus to G until implementation.
This commit is contained in:
parent
6e171a2a0f
commit
cb938e2928
|
|
@ -16,7 +16,7 @@ $arrSalesMethod = array ('New/call' => 'New/call', 'New/visit' => 'New/visit', '
|
||||||
$arrPaymentCycle = array ('A' => 'A', 'B' => 'B', 'C' => 'C', 'D' => 'D', 'F' => 'F', 'M' => 'M', 'Y' => 'Y', 'PAY STOP' => 'PAY STOP' );
|
$arrPaymentCycle = array ('A' => 'A', 'B' => 'B', 'C' => 'C', 'D' => 'D', 'F' => 'F', 'M' => 'M', 'Y' => 'Y', 'PAY STOP' => 'PAY STOP' );
|
||||||
|
|
||||||
$arrNoteType = array ('B' => 'Accounting', 'S' => 'Staff', 'D' => 'Driver', 'A' => 'All' );
|
$arrNoteType = array ('B' => 'Accounting', 'S' => 'Staff', 'D' => 'Driver', 'A' => 'All' );
|
||||||
$arrPaidStatus = array ('P' => 'Paid', 'N' => 'UnPaid');
|
$arrPaidStatus = array ('P' => 'Paid', 'N' => 'UnPaid', 'G' => 'Paid (Grease Trap)');
|
||||||
|
|
||||||
$arrMemberLevel = array ('1' => 'Administrator', '5' => 'Staff', '6' => 'Accounting', '7' => 'Sales', '8' => 'Install Driver', '9' => 'UCO Driver', '10' => 'Sales Agent' );
|
$arrMemberLevel = array ('1' => 'Administrator', '5' => 'Staff', '6' => 'Accounting', '7' => 'Sales', '8' => 'Install Driver', '9' => 'UCO Driver', '10' => 'Sales Agent' );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue