hledger/Ledger
tim 514f015849 Implemented types for dates and datetimes
This patch replaces the strings used in the Entry, TimeLogEntry, and Transaction
records with real types. Rather than use the inbuild system date and time types
directly, two custom types have been implemented that wrap UTCTime: Date and
DateTime. A minimal API for these has been added.
2008-11-11 12:34:05 +00:00
..
Account.hs try making MixedAmount a full newtype, to avoid TypeSynonymInstances error 2008-10-18 10:38:01 +00:00
AccountName.hs gather match functions in one place 2008-11-22 05:48:56 +00:00
Amount.hs first attempt at storing per-amount price 2008-11-22 16:26:01 +00:00
Commodity.hs first attempt at storing per-amount price 2008-11-22 16:26:01 +00:00
Dates.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
Entry.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
Ledger.hs gather match functions in one place 2008-11-22 05:48:56 +00:00
Parse.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
RawLedger.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
RawTransaction.hs define nullentry, nullrawtxn 2008-11-08 20:25:51 +00:00
TimeLog.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
Transaction.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
Types.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00
Utils.hs Implemented types for dates and datetimes 2008-11-11 12:34:05 +00:00