Bank balances are visible + import invoices should be open

This commit is contained in:
2021-01-29 07:35:05 -08:00
parent 0dd633c6bf
commit e920c48773
10 changed files with 123 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
[auto-ap.ledger :as ledger]
[auto-ap.yodlee.core]
[auto-ap.yodlee.core2 :as yodlee2]
[auto-ap.graphql.clients :as gq-clients]
[auto-ap.background.invoices]
[auto-ap.square.core :as square]
[auto-ap.datomic.migrate :as migrate]
@@ -35,6 +36,7 @@
#'ledger/touch-broken-ledger-worker
#'ledger/process-txes-worker
#'ledger/ledger-reconciliation-worker
#'gq-clients/current-balance-worker
#'yodlee/import-transaction-worker
#'yodlee2/yodlee-sync-worker
#'migrate/migrate-start]))]