cash flow progress
This commit is contained in:
@@ -559,6 +559,11 @@
|
|||||||
|
|
||||||
(defn cash-flows-table [pnl-datas #_client-datas title prefix]
|
(defn cash-flows-table [pnl-datas #_client-datas title prefix]
|
||||||
(let [table (-> []
|
(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
|
(into (cash-flow-detail-rows pnl-datas
|
||||||
:operating-activities
|
:operating-activities
|
||||||
(str prefix " Operating Activities")))
|
(str prefix " Operating Activities")))
|
||||||
|
|||||||
Reference in New Issue
Block a user