mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
E-Invoice - Project 27: Import Tax Entity, Customers Data Report
This commit is contained in:
@@ -79,8 +79,8 @@ class ExportsCompanies implements FromQuery, WithHeadings, WithHeadingRow, WithM
|
||||
return [
|
||||
$company->tin, // 'TIN',
|
||||
$identityNo ? $identityNo->reference: '', // 'IdentityNo',
|
||||
$employee ? $employee->name : '', // 'Name',
|
||||
$identityType === DocumentType::IDENTITY_CARD ? 'MyKad' : '', // 'IdentityType',
|
||||
$company->name, // 'Name',
|
||||
$identityType === DocumentType::IDENTITY_CARD ? 'MyKAD' : '', // 'IdentityType',
|
||||
$company->type !== null ? (string) $company->type : '0', // 'TaxClassification',
|
||||
$company->msic_code, // 'MSICCode',
|
||||
$company->msic_code ? Helper::getMsicDescriptionByCode($company->msic_code) : '', // 'BusinessActivityDesc',
|
||||
|
||||
Reference in New Issue
Block a user