hledger/hledger-lib/Hledger/Data
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
..
Account.hs overhaul single- and multi-column balance reports 2014-04-03 18:49:57 -07:00
AccountName.hs balance report speedup 2012-10-21 17:18:18 +00:00
Amount.hs more verbose Amount debug output at level 6+ 2014-04-03 18:49:56 -07:00
Commodity.hs parsing: don't allow = in unquoted commodity symbols, fixes commodity-less balance assertion amounts 2013-05-30 15:15:38 -07:00
Dates.hs force DateSpans to line-wrap better in debug output 2014-04-03 18:49:57 -07:00
Journal.hs balance, register now filter more strongly by sym: 2014-02-27 17:47:47 -08:00
Ledger.hs less debug output from some low-level functions 2014-04-03 18:49:57 -07:00
OutputFormat.hs rename FormatString to OutputFormat 2014-03-02 13:33:56 -08:00
Posting.hs register: fix tag: matching all sibling postings 2014-03-05 14:43:58 -08:00
RawOptions.hs unused extensions 2014-03-28 16:23:40 -07:00
TimeLog.hs rename actual/effective dates to primary/secondary 2012-12-06 04:43:41 +00:00
Transaction.hs mention the often-overlooked 2-space rule in the too many missing amounts error 2014-01-24 15:28:37 -08:00
Types.hs an Account now knows how many postings it has 2014-04-03 18:49:57 -07:00