hledger/hledger-lib/Hledger
Simon Michael 27dd1ca593 lib: add a basic ledger journal reader using ledger4's ledger-parse
This reader is used by default for files with suffix .ledger or .l,
and tried along with the other readers for files of unknown type.

Currently only the bare minimum of the raw parsed data is used:
transaction dates/descriptions and posting accounts/amounts,
with the rest being ignored.

Amounts are parsed the same way as in the hledger journal format.
Malformed amounts might be ignored instead of error-reported.
2016-11-12 14:22:27 -08:00
..
Data lib: debug utils cleanup 2016-09-06 08:31:53 -07:00
Read lib: add a basic ledger journal reader using ledger4's ledger-parse 2016-11-12 14:22:27 -08:00
Reports ui, lib: another historical balance fix for accountTransactionsReport 2016-09-06 08:43:25 -07:00
Utils allow megaparsec 5.0 or 5.1 for stackage compatibility 2016-10-27 07:19:26 -07:00
Data.hs lib: Period, a richer period type 2016-07-29 10:27:30 -07:00
Query.hs lib: more history awareness for account transactions report #392 2016-08-08 17:25:42 -07:00
Read.hs lib: add a basic ledger journal reader using ledger4's ledger-parse 2016-11-12 14:22:27 -08:00
Reports.hs BalanceHistoryReport is not used 2016-08-08 07:11:16 -07:00
Utils.hs lib: getCurrentZonedTime 2016-10-21 11:47:07 -07:00