add reporting for download history import mapped invoice and receipt and with fix bug

This commit is contained in:
Steve Ng
2023-12-27 13:47:12 +08:00
parent 18ea70ccd6
commit ca07fc161e
25 changed files with 827 additions and 24 deletions
@@ -100,6 +100,7 @@ class ImportStatementInvoiceController
TransactionMappingLog::create([
'imported_date'=>$importDate,
'type' => 'invoices',
'data'=>$row,
]);
array_push($data, $row);