profit and loss now works.

This commit is contained in:
2024-10-26 19:11:08 -07:00
parent eb62dd3564
commit f859655aad
5 changed files with 365 additions and 8 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.profit-and-loss :as profit-and-loss]
[auto-ap.ssr.nested-form-params :refer [wrap-nested-form-params]]
[auto-ap.ssr.svg :as svg]
[auto-ap.ssr.ui :refer [base-page]]
@@ -729,5 +730,6 @@
(wrap-must {:activity :import :subject :ledger})
(wrap-client-redirect-unauthenticated))))
balance-sheet/key->handler
profit-and-loss/key->handler
cash-flows/key->handler
investigate/key->handler))