added start date.

This commit is contained in:
Bryce Covert
2020-08-26 06:31:49 -07:00
parent 4ac3e31e91
commit 1832aad335
8 changed files with 293 additions and 242 deletions

View File

@@ -95,6 +95,7 @@
:bank_account
{:fields {:id {:type :id }
:type {:type :ident}
:start_date {:type :iso_date}
:number {:type 'String}
:sort_order {:type 'Int}
:visible {:type 'Boolean}
@@ -625,6 +626,7 @@
{:fields {:id {:type :id }
:code {:type 'String}
:type {:type :bank_account_type}
:start_date {:type :iso_date}
:number {:type 'String}
:check_number {:type 'Int}
:visible {:type 'Boolean}