cash flows
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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}})
|
||||
Reference in New Issue
Block a user