enormous refactor but simplified much!

This commit is contained in:
Bryce Covert
2021-12-22 18:14:49 -08:00
parent a7c9d376bc
commit 7489426ccb
25 changed files with 1188 additions and 1258 deletions

View File

@@ -727,24 +727,3 @@
(mapcat identity)
vec))
(defn manually-add-transaction []
(auto-ap.yodlee.import/transactions->txs [{:postDate "2014-01-04"
:accountId 1234
:date "2021-06-05"
:id 1
:amount {:amount -1743.25}
:description {:original "original-description"
:simple "simple-description"}
:merchant {:id "123"
:name "456"}
:baseType "DEBIT"
:status "POSTED"
:bank-account {:db/id [:bank-account/code "NGAK-1"]
:client/_bank-accounts {:db/id 17592186045456
:client/locations ["MH"]}}}]
:bank-account
(fn noop-rule [transaction locations]
transaction)
#{}))