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
+1 -1
View File
@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class TransactionMappingLog extends Model
{
protected $fillable = ['imported_by','data','imported_date'];
protected $fillable = ['imported_by','data','imported_date','type'];
protected $casts = [
'data' => 'array',