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

@@ -14,4 +14,7 @@
"/export" ::export-balance-sheet}
"/reports/cash-flows" {"" ::cash-flows
"/run" ::run-cash-flows
"/export" ::export-cash-flows}})
"/export" ::export-cash-flows}
"/reports/profit-and-loss" {"" ::profit-and-loss
"/run" ::run-profit-and-loss
"/export" ::export-profit-and-loss}})