mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
E-Invoice - minor update on Sales Invoice Report Export data
This commit is contained in:
@@ -216,7 +216,7 @@ class ExportsSalesInvoiceReport implements FromQuery, WithHeadings, WithHeadingR
|
||||
$company->debtor,
|
||||
$invoiceTransaction ? $invoiceTransaction->bill_no : '',
|
||||
$booking->marking,
|
||||
$category === 'Compensation Voucher' ? '1000-000' : '949-2000',
|
||||
$category === 'Compensation Voucher' ? '920-0000' : '949-2000',
|
||||
'PRODUCT NAME :',
|
||||
$voucher->code,
|
||||
'022',
|
||||
|
||||
@@ -216,7 +216,7 @@ class ExportsSalesInvoiceWithRefundReport implements FromQuery, WithHeadings, Wi
|
||||
$company->debtor,
|
||||
$invoiceTransaction ? $invoiceTransaction->bill_no : '',
|
||||
$booking->marking,
|
||||
$category === 'Compensation Voucher' ? '1000-000' : '949-2000',
|
||||
$category === 'Compensation Voucher' ? '920-0000' : '949-2000',
|
||||
'PRODUCT NAME :',
|
||||
$voucher->code,
|
||||
'022',
|
||||
|
||||
Reference in New Issue
Block a user