bank accounts can now have locations.
This commit is contained in:
@@ -400,6 +400,12 @@
|
||||
{:db/ident :transaction-approval-status/excluded}
|
||||
]])
|
||||
|
||||
(def add-bank-account-locations
|
||||
[[{:db/ident :bank-account/locations
|
||||
:db/valueType :db.type/string
|
||||
:db/cardinality :db.cardinality/many
|
||||
:db/doc "Which bank accounts this bank account is valid for"}]])
|
||||
|
||||
(def add-credit-bank-account
|
||||
[[{:db/ident :bank-account-type/credit}]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user