cash flow progress

This commit is contained in:
Bryce Covert
2022-12-12 21:12:34 -08:00
parent e88f015d1d
commit 545d5c2529

View File

@@ -559,6 +559,11 @@
(defn cash-flows-table [pnl-datas #_client-datas title prefix]
(let [table (-> []
(conj (cashflow-subtotal-by-column-row (map #(-> %
(filter-categories [:sales :cogs :payroll :controllable :fixed-overhead :ownership-controllable])
(negate #{:cogs :payroll :controllable :fixed-overhead :ownership-controllable}))
pnl-datas)
"Net Income"))
(into (cash-flow-detail-rows pnl-datas
:operating-activities
(str prefix " Operating Activities")))