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 1ddf7923a5
commit 5d0052a671
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);