You can now type accounts.
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
:status {:type 'String}
|
||||
:merchant_name {:type 'String}
|
||||
:client {:type :client}
|
||||
:account {:type :account}
|
||||
:payment {:type :payment}
|
||||
:vendor {:type :vendor}
|
||||
:bank_account {:type :bank_account}
|
||||
@@ -371,7 +372,8 @@
|
||||
:total {:type 'Float}}}
|
||||
:edit_transaction
|
||||
{:fields {:id {:type :id}
|
||||
:vendor_id {:type :id}}}}
|
||||
:vendor_id {:type :id}
|
||||
:account_id {:type :id}}}}
|
||||
|
||||
:enums {:payment_type {:values [{:enum-value :check}
|
||||
{:enum-value :cash}
|
||||
|
||||
Reference in New Issue
Block a user