hledger/hledger-lib/Hledger/Data
Simon Michael 811e71aba7 price precisions don't influence display precision; balancing is based on display precision (#23)
Like ledger, price amounts are now "unobserved", ie their precision does
not affect the canonical display precisions used when displaying amounts,
and transaction balancing is done based on display precision, ie amounts
are considered to balance if their sum appears to be zero when using the
canonical display precision.
2010-11-14 22:44:37 +00:00
..
Account.hs docs: hledger-lib module haddock updates 2010-05-27 03:58:47 +00:00
AccountName.hs balance: with --flat, --drop N elides leading account name components. Feature or frill ? 2010-05-24 20:45:48 +00:00
Amount.hs price precisions don't influence display precision; balancing is based on display precision (#23) 2010-11-14 22:44:37 +00:00
Commodity.hs fix a failing test, handle unicode better in errors 2010-09-05 18:18:50 +00:00
Dates.hs comments 2010-11-19 17:25:39 +00:00
Journal.hs price precisions don't influence display precision; balancing is based on display precision (#23) 2010-11-14 22:44:37 +00:00
Ledger.hs refactor: much renaming of ledger -> journal, hopefully the right amount 2010-07-13 06:30:06 +00:00
Posting.hs parsing: parse transaction and posting metadata, though we don't use it yet 2010-11-13 22:17:32 +00:00
TimeLog.hs parsing: parse transaction and posting metadata, though we don't use it yet 2010-11-13 22:17:32 +00:00
Transaction.hs price precisions don't influence display precision; balancing is based on display precision (#23) 2010-11-14 22:44:37 +00:00
Types.hs parsing: parse transaction and posting metadata, though we don't use it yet 2010-11-13 22:17:32 +00:00
Utils.hs web: offer a choice of files to edit when there are multiple (included) files 2010-09-24 01:56:11 +00:00