hledger/hledger-lib/Hledger/Reports
Simon Michael 3f86bd545f lib, ui, web: stricter accountTransactionsReport filtering
accountTransactionsReport now filters transactions more thoroughly, so
eg transactions dated outside the report period will not be shown.
Previously the transaction would be shown if it had any posting dated
inside the report period. Possibly some other filter criteria now get
applied that didn't before. I think on balance this will give slightly
preferable results.
2020-07-14 10:22:14 -07:00
..
AccountTransactionsReport.hs lib, ui, web: stricter accountTransactionsReport filtering 2020-07-14 10:22:14 -07:00
BalanceReport.hs lib: Use last column of historical balance as total. Use totals for balanceReport. 2020-07-07 17:56:38 -07:00
BudgetReport.hs balcmds: avoid short month names in multi-year monthly reports 2020-07-09 12:56:46 -07:00
EntriesReport.hs valuation: implement new --infer-value flag & semantics (#1239, #1253) 2020-06-19 14:40:20 -07:00
MultiBalanceReport.hs lib: Replace {pr,prr}Negate with fmap negate. 2020-07-10 09:08:03 -07:00
PostingsReport.hs lib: postingsReport: follow debug levels policy 2020-07-13 11:53:05 -07:00
ReportOptions.hs lib, cli: Use --flat as the default mode for all reports. 2020-07-07 15:49:08 -07:00
ReportTypes.hs lib: Replace {pr,prr}Negate with fmap negate. 2020-07-10 09:08:03 -07:00
TransactionsReport.hs Use nubSort instead of nub . sort. 2020-01-04 08:31:10 -08:00