hledger/hledger-lib/Hledger/Data
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
..
Account.hs lib: simplify balance report types; haddocks 2016-08-08 17:23:21 -07:00
AccountName.hs lib: textification begins! account names 2016-05-24 19:00:49 -07:00
Amount.hs Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00
Commodity.hs lib: textification: commodity symbols 2016-05-24 19:00:57 -07:00
Dates.hs ui: --watch date tracking fixes 2016-12-02 15:36:23 -08:00
Journal.hs Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00
Ledger.hs comment fixes 2016-08-08 07:22:17 -07:00
Period.hs ui: --watch: track date only when a standard period is in effect 2016-12-07 15:19:36 -08:00
Posting.hs Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00
RawOptions.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
StringFormat.hs Replace Parsec with Megaparsec (see #289) (#366) 2016-07-29 08:57:10 -07:00
Timeclock.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
Transaction.hs Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00
Types.hs Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00