beginning on new journal entry

This commit is contained in:
2024-10-26 20:11:03 -07:00
parent b46c668199
commit bf7e63f7e0
6 changed files with 229 additions and 9 deletions

View File

@@ -23,6 +23,7 @@
[auto-ap.ssr.ledger.common :refer [bank-account-filter default-read
fetch-ids grid-page query-schema]]
[auto-ap.ssr.ledger.investigate :as investigate]
[auto-ap.ssr.ledger.new :as new]
[auto-ap.ssr.ledger.profit-and-loss :as profit-and-loss]
[auto-ap.ssr.nested-form-params :refer [wrap-nested-form-params]]
[auto-ap.ssr.svg :as svg]
@@ -732,4 +733,5 @@
balance-sheet/key->handler
profit-and-loss/key->handler
cash-flows/key->handler
investigate/key->handler))
investigate/key->handler
new/key->handler))