Adds ability to find expected deposits and link them
This commit is contained in:
@@ -339,6 +339,7 @@
|
||||
:client {:type :client}
|
||||
:accounts {:type '(list :invoices_expense_accounts)}
|
||||
:payment {:type :payment}
|
||||
:expected_deposit {:type :expected_deposit}
|
||||
:vendor {:type :vendor}
|
||||
:bank_account {:type :bank_account}
|
||||
:date {:type 'String}
|
||||
@@ -651,6 +652,7 @@
|
||||
|
||||
:expected_deposit_page {:type :expected_deposit_page
|
||||
:args {:client_id {:type :id}
|
||||
:exact_match_id {:type :id}
|
||||
:date_range {:type :date_range}
|
||||
:total_lte {:type :money}
|
||||
:total_gte {:type :money}
|
||||
|
||||
Reference in New Issue
Block a user