[Oil History] Added payment option G. Manually update d_paystatus to G until implementation.

This commit is contained in:
Hyojin Ahn 2026-02-10 10:56:19 -05:00
parent 6e171a2a0f
commit cb938e2928
1 changed files with 1 additions and 1 deletions

View File

@ -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' );
$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' );