hledger/hledger-lib/Hledger/Data
Simon Michael bd39e5df99 showDateSpan: handle boundary-crossing 1-day spans
Eg recognise that 2014/11/30-2014/12/1 can be abbreviated to
2014/11/30d, similarly 2014/12/31-2015/1/1. Doesn't handle feb 29th
correctly, so eg 2000/2/28-2000/3/1 is wrongly abbreviated to
2000/2/28d.
2014-12-03 18:18:05 -08:00
..
Account.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
AccountName.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Amount.hs switch to Decimal for representing quantities (closes #118) 2014-10-18 12:33:31 -07:00
Commodity.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Dates.hs showDateSpan: handle boundary-crossing 1-day spans 2014-12-03 18:18:05 -08:00
Journal.hs parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00
Ledger.hs refactor amount filtering helpers 2014-05-23 13:10:36 -07:00
OutputFormat.hs lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00
Posting.hs apply all matching account aliases, not just one directive and one option 2014-10-29 08:20:27 -07:00
RawOptions.hs fix an error when running an addon with an argument containing a single quote 2014-04-15 11:45:30 -07:00
TimeLog.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Transaction.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Types.hs parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00