Updates to charges table

This commit is contained in:
Deon George
2022-06-11 17:39:25 +10:00
parent b9ec64fd4f
commit b8f85960aa
3 changed files with 451 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ class InvoiceItem extends Model
6 => 'Service Cancellation', // * Must have corresponding SERVICE_ID
7 => 'Extra Product/Service Charge', // * Service Billing in advance, Must have corresponding SERVICE_ID
8 => 'Product Addition', // * Additional Product Customisation, Must have corresponding SERVICE_ID
9 => 'Usage Charge',
120 => 'Credit/Debit Transfer', // * SERVICE_ID is NULL, MODULE_ID is NULL, MODULE_REF is NULL : INVOICE_ID is NOT NULL
123 => 'Shipping',
124 => 'Late Payment Fee', // * SERVICE_ID is NULL, MODULE_ID = CHECKOUT MODULE,