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

@@ -430,7 +430,20 @@
:auto-ap/add-suppression {:txes [[{:db/ident :transaction-approval-status/suppressed}
{:db/ident :transaction/approval-status
:db/index true}]]
:requires [:auto-ap/add-transaction-rules]}}
:requires [:auto-ap/add-transaction-rules]}
:auto-ap/add-other-statuses {:txes [[{:db/ident :import-batch/error
:db/doc "How many entries were an error "
:db/valueType :db.type/long
:db/cardinality :db.cardinality/one}
{:db/ident :import-batch/not-ready
:db/doc "How many entries were before a start date "
:db/valueType :db.type/long
:db/cardinality :db.cardinality/one}
{:db/ident :import-batch/error-message
:db/doc "error message for a failed job"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one}]]
:requires [:auto-ap/add-transaction-import2]}}