show unresolved transactions.

This commit is contained in:
Bryce Covert
2020-09-18 07:09:18 -07:00
parent 12f9982cd7
commit 277a0aaf98
4 changed files with 25 additions and 4 deletions

View File

@@ -108,6 +108,7 @@
{:fields {:id {:type 'String}
:amount {:type 'String}
:location {:type 'String}
:count {:type 'Int}
:numeric_code {:type 'Int}
:account_type {:type :account_type}
:name {:type 'String}}}

View File

@@ -80,6 +80,7 @@
(conj acc (merge {:id (str account-id "-" location)
:location (or location "")
:count count
:amount (if account-type (if (#{:account-type/asset
:account-type/dividend
:account-type/expense} account-type)

View File

@@ -87,4 +87,4 @@
(wrap-params)
(mp/wrap-multipart-params)
(wrap-edn-params)
(wrap-gzip)))
#_(wrap-gzip)))