cash flows

This commit is contained in:
2024-10-26 00:20:10 -07:00
parent 864ecec1b2
commit 7ee99b3542
11 changed files with 200 additions and 243 deletions

View File

@@ -776,6 +776,7 @@
(let [client-ids (->> (client-locations pnl-data)
(map first)
set)]
{:warning (warning-message pnl-data)
:details
(doall (for [client-id client-ids]

View File

@@ -11,4 +11,7 @@
"/bank-account-filter" ::bank-account-filter
"/reports/balance-sheet" {"" ::balance-sheet
"/run" ::run-balance-sheet
"/export" ::export-balance-sheet}})
"/export" ::export-balance-sheet}
"/reports/cash-flows" {"" ::cash-flows
"/run" ::run-cash-flows
"/export" ::export-cash-flows}})