hledger/hledger-lib/Hledger/Reports
Simon Michael 6a928a03a8 overhaul single- and multi-column balance reports
Changes include:

- flat mode now shows exclusive (subaccount-excluding) balances.
  This is a deviation from ledger, but seems simpler and clearer
  for users and implementors across the various modes.

- in flat mode, --depth now aggregates deeper accounts at the
  depth limit, rather than just excluding them from the report.
  This is more useful.

- in flat mode, --empty no longer shows parent accounts with
  no postings.

- more tests, more debug output, clearer code
2014-04-03 18:49:57 -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 overhaul single- and multi-column balance reports 2014-04-03 18:49:57 -07:00
PostingsReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
ReportOptions.hs less debug output from some low-level functions 2014-04-03 18:49:57 -07:00
TransactionsReports.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00