E-Invoice - minor update on Sales Invoice Report Export data

This commit is contained in:
Dillon Ngo
2026-01-27 14:55:51 +08:00
parent 63332dc603
commit fa8059d3ea
2 changed files with 2 additions and 2 deletions
@@ -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',