hledger/hledger-lib/Hledger
Simon Michael 8ae303f685 assert only a single commodity, like Ledger (fixes #195)
This change means you can make assertions on a multi-commodity account
balance (asserting one commodity at a time). On the flip side, you can
no longer assert the complete balance of an account (new unexpected
commodities will not be detected.) We might restore that ability later,
using the == syntax.
2014-07-02 07:35:06 -07:00
..
Data assert only a single commodity, like Ledger (fixes #195) 2014-07-02 07:35:06 -07:00
Read add an --ignore-assertions flag 2014-07-01 18:26:37 -07:00
Reports web: fix a warning 2014-06-13 00:21:26 +01:00
Utils also fix warnings in UTF8IOCompat 2013-04-12 16:28:29 -07:00
Data.hs cli, report & raw options cleanups 2014-03-25 19:03:56 -07:00
Query.hs query: add >= and <= for amt queries 2014-06-29 11:09:13 -07:00
Read.hs add an --ignore-assertions flag 2014-07-01 18:26:37 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs web: a bunch of ui cleanup & improvement 2014-06-13 00:19:00 +01:00