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

This commit is contained in:
Dillon Ngo
2026-01-28 13:56:56 +08:00
parent 4bd14fec73
commit 1fedad96c9
3 changed files with 3 additions and 3 deletions
@@ -214,7 +214,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',
@@ -221,7 +221,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',
@@ -140,7 +140,7 @@ class AutocountSalesInvoiceBookingResource extends JsonResource
'DebtorCode' => $company->debtor,
'Ref' => $invoiceTransaction ? $invoiceTransaction->bill_no : '',
'ShipInfo' => $this->marking,
'AccNo' => $category === 'Compensation Voucher' ? '1000-000' : '949-2000',
'AccNo' => $category === 'Compensation Voucher' ? '920-0000' : '949-2000',
'DetailDescription' => 'PRODUCT NAME :',
'FurtherDescription' => $voucher->code,
'Classification' => '022',