extra/hledger-register-csv: clarify last field heading
This commit is contained in:
parent
1e54797d49
commit
69f53f768f
@ -36,7 +36,7 @@ main = do
|
|||||||
|
|
||||||
postingsReportAsCsv :: PostingsReport -> CSV
|
postingsReportAsCsv :: PostingsReport -> CSV
|
||||||
postingsReportAsCsv (_,is) =
|
postingsReportAsCsv (_,is) =
|
||||||
["date","description","account","amount","balance"]
|
["date","description","account","amount","running total or balance"]
|
||||||
:
|
:
|
||||||
map postingsReportItemAsCsvRecord is
|
map postingsReportItemAsCsvRecord is
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user