Got terraform back up to date.
This commit is contained in:
@@ -113,10 +113,6 @@
|
||||
{:id id
|
||||
:name name}))))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(defn get-all-transactions [start end]
|
||||
(let [token (get-fresh-access-token)]
|
||||
(let [body (:body (client/get (str prod-base-url "/company/" prod-company-id "/reports/TransactionList" "?minorversion=63&start_date=" start "&end_date=" end)
|
||||
|
||||
@@ -257,6 +257,7 @@
|
||||
:in ['$]
|
||||
:where ['[?e :transaction/accounts ?li]
|
||||
'(not [?e :transaction/approval-status :transaction-approval-status/excluded])
|
||||
'(not [?e :transaction/approval-status :transaction-approval-status/suppressed])
|
||||
'[?li :transaction-account/account ?lia]
|
||||
|
||||
'[?lia :account/name]
|
||||
|
||||
Reference in New Issue
Block a user