Adds the ability to find unresolved transactions

This commit is contained in:
Bryce Covert
2020-12-16 08:09:54 -08:00
parent c2407a73c6
commit 1534175608
4 changed files with 22 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
:account-id (:id (:account params))
:bank-account-id (:id (:bank-account params))
:amount-gte (:amount-gte (:amount-range params))
:unresolved (:unresolved params)
:location (:location params)
:amount-lte (:amount-lte (:amount-range params))
:description (:description params)