hledger/hledger-lib/Hledger/Reports
Simon Michael 51224f6e27 fix: bal --budget --layout=tall was hiding commodity symbols
When reports want to render amounts without commmodity symbols,
they must now use AmountDisplayOpts' new displayCommodity flag.
(Previously it was a side effect of setting displayCommodityOrder.)
2023-12-08 05:52:29 -10:00
..
AccountTransactionsReport.hs
BalanceReport.hs
BudgetReport.hs fix: bal --budget --layout=tall was hiding commodity symbols 2023-12-08 05:52:29 -10:00
EntriesReport.hs
MultiBalanceReport.hs
PostingsReport.hs
ReportOptions.hs
ReportTypes.hs