hledger/hledger-lib/Hledger/Data
Simon Michael b19b02962a parsing: date parsing overhaul, don't exit on bad dates
- get rid of undefined parse errors due to guard
- don't call error from date parsers; let add re-prompt on bad dates
- years now must always have at least four digits
- clearer date parse errors
2010-04-14 21:49:34 +00:00
..
Account.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
AccountName.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Amount.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Commodity.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Dates.hs parsing: date parsing overhaul, don't exit on bad dates 2010-04-14 21:49:34 +00:00
IO.hs web: fix loss of file path when reloading the journal 2010-05-23 22:24:30 +00:00
Journal.hs print: negative account patterns now exclude transactions containing any posting to a matched account 2010-04-15 23:08:27 +00:00
Ledger.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Parse.hs parsing: date parsing overhaul, don't exit on bad dates 2010-04-14 21:49:34 +00:00
Posting.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
TimeLog.hs parsing: timelog entries now generate balanced transactions, using virtual postings 2010-05-23 18:54:14 +00:00
Transaction.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Types.hs fix an occasional stack overflow error due to infinite recursion in Posting/Transaction equality tests 2010-05-22 00:45:35 +00:00
Utils.hs move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00