Remaining changes for statement of cash flows.
This commit is contained in:
@@ -679,15 +679,17 @@
|
||||
:financing-activities
|
||||
(str prefix " Financing Activities")))
|
||||
|
||||
(conj (cashflow-subtotal-by-column-row (map #(-> %
|
||||
(filter-categories [:operating-activities :investment-activities :financing-activities :sales :cogs :payroll :controllable :fixed-overhead :ownership-controllable])
|
||||
(negate #{:cogs :payroll :controllable :fixed-overhead :ownership-controllable}))
|
||||
pnl-datas)
|
||||
"Change in Cash and Cash Equivalents"))
|
||||
|
||||
(into (cash-flow-detail-rows pnl-datas
|
||||
:cash
|
||||
(str prefix " Bank Accounts / Cash")))
|
||||
|
||||
(conj (cashflow-subtotal-by-column-row (map #(-> %
|
||||
(filter-categories [:operating-activities :investment-activities :financing-activities :cash])
|
||||
#_(negate #{:cogs :payroll :controllable :fixed-overhead :ownership-controllable}))
|
||||
pnl-datas)
|
||||
"Change in Cash and Cash Equivalents")))]
|
||||
)]
|
||||
{:header (cash-flow-headers pnl-datas "Cash Flow")
|
||||
:rows table}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user