filter transaction by vendor

This commit is contained in:
Bryce Covert
2020-03-21 12:21:22 -07:00
parent 228fda8f65
commit f0ac926700
4 changed files with 27 additions and 11 deletions

View File

@@ -396,6 +396,7 @@
:transaction_page {:type '(list :transaction_page)
:args {:client_id {:type :id}
:vendor_id {:type :id}
:bank_account_id {:type :id}
:date_range {:type :date_range}
:start {:type 'Int}