hledger/hledger-lib/Hledger/Read
Johannes Gerer 45401e538e Balance Assignments and accounts resetting (#438)
* Changed behavior of `readJournalFiles` to be identical to `readJournalFile` for singleton lists

* Balance Assertions have to be simple Amounts

* Add 'isAssignment' and 'assignmentPostings' to Hledger.Data.Posting and Transaction

* Implemented 'balanceTransactionUpdate', a more general version of 'balanceTransaction' that takes an update function

* Fixed test cases.

* Implemented balance assignment ("resetting a balance")

* Add assertions to show function

* updated the comments

* numbering is not needed in journalCheckBalanceAssertions

* remove prices before balance checks

* rename functions
2016-12-10 07:04:48 -08:00
..
Common.hs Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00
CsvReader.hs csv: create default rules file only if CSV reader succeeds 2016-11-22 13:59:31 -08:00
JournalReader.hs more general parser types enabling reuse outside of IO (#439) 2016-12-09 15:57:17 -08:00
LedgerReader.hs lib: mark ledger reader as experimental, don't use automatically 2016-11-20 10:42:12 -08:00
TimeclockReader.hs more general parser types enabling reuse outside of IO (#439) 2016-12-09 15:57:17 -08:00
TimedotReader.hs more general parser types enabling reuse outside of IO (#439) 2016-12-09 15:57:17 -08:00