hledger/hledger-lib/Hledger/Reports
Stephen Morgan 5aadcdea4d ref: Add new helper functions journalValueAndFilterPostings(With)?.
Combining valuation with filtration is subtle and error-prone (see e.g. #1625).
We have to do in in both MultiBalanceReport and PostingsReport, where it
is done in slightly different ways. This refactors this functionality
into separate functions which are called in both reports, for uniform
behaviour.
2021-09-26 08:13:12 -10:00
..
AccountTransactionsReport.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
BalanceReport.hs cln: Flatten dependency tree by removing dependencies of Hledger.Reports 2021-09-19 17:10:38 -10:00
BudgetReport.hs cln: Flatten dependency tree by removing dependencies of Hledger.Reports 2021-09-19 17:10:38 -10:00
EntriesReport.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
MultiBalanceReport.hs ref: Add new helper functions journalValueAndFilterPostings(With)?. 2021-09-26 08:13:12 -10:00
PostingsReport.hs ref: Add new helper functions journalValueAndFilterPostings(With)?. 2021-09-26 08:13:12 -10:00
ReportOptions.hs ref: Add new helper functions journalValueAndFilterPostings(With)?. 2021-09-26 08:13:12 -10:00
ReportTypes.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00