hledger/hledger-lib/Hledger/Reports
Simon Michael 4ef33c012a register: report intervals now include all postings in the interval
As with balance. For example, register -p 'weekly in jan' generates
these intervals: 2013/12/30-2014/01/05, 2014/01/06-2014/01/12,
2014/01/13-2014/01/19, 2014/01/20-2014/01/26, 2014/01/27-2014/02/02.
With this change, postings on 2013/12/30-31 and 2014/2/1-2 will be
included in the report, so all period totals are complete and
comparable.
2014-04-19 11:47:05 -07:00
..
BalanceHistoryReport.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00
BalanceReport.hs overhaul single- and multi-column balance reports 2014-04-03 18:49:57 -07:00
EntriesReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
MultiBalanceReports.hs cleanup 2014-04-19 11:26:01 -07:00
PostingsReport.hs register: report intervals now include all postings in the interval 2014-04-19 11:47:05 -07:00
ReportOptions.hs fix a warning 2014-04-19 11:25:45 -07:00
TransactionsReports.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00