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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user