Merge branch 'dillon/accounting-bank-mapping' into 'development'

Dillon/accounting bank mapping

See merge request CIEFWorldwideSdnBhd/exchange-2.0!137
This commit is contained in:
omair saleh
2023-06-13 15:22:16 +00:00
21 changed files with 885 additions and 189 deletions
@@ -22,7 +22,7 @@ class CreateStatementTransactionOwnersTable extends Migration
$table->string('system')->nullable();
$table->string('owner_type')->nullable();
$table->bigInteger('owner_id')->nullable();
$table->bigInteger('owner_reference')->nullable();
$table->string('owner_reference')->nullable();
$table->string('invoice_reference')->nullable();
$table->string('receipt_reference')->nullable();
$table->string('is_auto_mapped')->default(false);