hledger/hledger-lib/Hledger
Simon Michael 1708f0b441 csv: try to preserve order of same-day transactions
If the CSV records appear to have been in reverse date order,
we'll now reverse them all before also sorting by transaction date,
so that the original order of same-day transactions is preserved.
We detect this using a simple heuristic: if the first converted
transaction's date is later than the last's.
2014-12-02 11:16:51 -08:00
..
Data lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00
Read csv: try to preserve order of same-day transactions 2014-12-02 11:16:51 -08:00
Reports balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Utils lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00
Read.hs lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00