;dev: is: code notes
This commit is contained in:
parent
4504c173fb
commit
aba46874f2
@ -43,3 +43,20 @@ incomestatementmode = compoundBalanceCommandMode incomestatementSpec
|
||||
|
||||
incomestatement :: CliOpts -> Journal -> IO ()
|
||||
incomestatement = compoundBalanceCommand incomestatementSpec
|
||||
{-
|
||||
Summary of code flow, 2021-11:
|
||||
|
||||
incomestatement
|
||||
compoundBalanceCommand
|
||||
compoundBalanceReport
|
||||
compoundBalanceReportWith
|
||||
colps = getPostingsByColumn
|
||||
startps = startingPostings
|
||||
generateSubreport
|
||||
startbals = startingBalances (startps restricted to this subreport)
|
||||
generateMultiBalanceReport startbals (colps restricted to this subreport)
|
||||
matrix = calculateReportMatrix startbals colps
|
||||
displaynames = displayedAccounts
|
||||
buildReportRows displaynames matrix
|
||||
-}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user