Adding transaction approval status to transaction page
This commit is contained in:
@@ -190,6 +190,7 @@
|
||||
:bank_account {:type :bank_account}
|
||||
:date {:type 'String}
|
||||
:post_date {:type 'String}
|
||||
:approval_status {:type :transaction_approval_status}
|
||||
:matched_rule {:type :transaction_rule}}}
|
||||
|
||||
:transaction_rule {:fields {:id {:type :id}
|
||||
@@ -529,6 +530,7 @@
|
||||
{:fields {:id {:type :id}
|
||||
:exclude_from_ledger {:type 'Boolean}
|
||||
:vendor_id {:type :id}
|
||||
:approval_status {:type :transaction_approval_status}
|
||||
:accounts {:type '(list :edit_expense_account)}}}
|
||||
|
||||
:edit_percentage_account
|
||||
|
||||
Reference in New Issue
Block a user