Account.hs
|
renamed types: RawLedger, Entry, Transaction, EntryTransaction -> LedgerFile, LedgerEntry, LedgerTransaction, Transaction
|
2007-07-04 09:51:37 +00:00 |
AccountName.hs
|
remove obsolete code, cleanups
|
2007-07-09 18:54:41 +00:00 |
Amount.hs
|
disable thousands punctuation, it's not so easy
|
2007-07-07 09:19:20 +00:00 |
Currency.hs
|
begin arbitrary currency support
|
2007-07-04 02:24:33 +00:00 |
hledger.hs
|
clean up account/description pattern handling
|
2007-07-11 05:46:20 +00:00 |
Ledger.hs
|
clean up account/description pattern handling
|
2007-07-11 05:46:20 +00:00 |
LedgerEntry.hs
|
output fixes, match ledger output for reg/bal/print commands
|
2007-07-07 09:05:35 +00:00 |
LedgerFile.hs
|
renamed types: RawLedger, Entry, Transaction, EntryTransaction -> LedgerFile, LedgerEntry, LedgerTransaction, Transaction
|
2007-07-04 09:51:37 +00:00 |
LedgerTransaction.hs
|
preserve transaction order regardless of where the blank one is
|
2007-07-09 17:39:00 +00:00 |
Makefile
|
fix some display problems, preserve transaction grouping
|
2007-07-04 12:40:26 +00:00 |
Models.hs
|
renamed types: RawLedger, Entry, Transaction, EntryTransaction -> LedgerFile, LedgerEntry, LedgerTransaction, Transaction
|
2007-07-04 09:51:37 +00:00 |
NOTES
|
fix some display problems, preserve transaction grouping
|
2007-07-04 12:40:26 +00:00 |
Options.hs
|
clean up account/description pattern handling
|
2007-07-11 05:46:20 +00:00 |
overview.hs
|
don't require trailing : in overview.hs
|
2007-07-02 15:08:05 +00:00 |
Parse.hs
|
output fixes, match ledger output for reg/bal/print commands
|
2007-07-07 09:05:35 +00:00 |
Tests.hs
|
clean up account/description pattern handling
|
2007-07-11 05:46:20 +00:00 |
TimeLog.hs
|
save and print entry and transaction comments
|
2007-07-04 12:05:54 +00:00 |
Transaction.hs
|
balance: combine boring account names properly when matching account patterns
|
2007-07-07 18:26:28 +00:00 |
Types.hs
|
fix some display problems, preserve transaction grouping
|
2007-07-04 12:40:26 +00:00 |
Utils.hs
|
clean up account/description pattern handling
|
2007-07-11 05:46:20 +00:00 |