A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Go to file
Simon Michael 0eceeb5542 basic support for a comments-preserving print command.
Preserves most inter-entry comment lines and whitespace (but not yet a
comment immediately after an entry, or whitespace/comments after the last
entry.) Whitespace and comment lines are stored as part of the following
entry. Lines after the last entry are stored as an extra ledger file field.
Inspired by Nafai on #ledger.
2008-06-28 04:44:33 +00:00
data support tools cleanup 2008-05-26 21:19:21 +00:00
tools support tools cleanup 2008-05-26 21:19:21 +00:00
Account.hs renamed types: RawLedger, Entry, Transaction, EntryTransaction -> LedgerFile, LedgerEntry, LedgerTransaction, Transaction 2007-07-04 09:51:37 +00:00
AccountName.hs remove unused functions 2007-07-11 08:24:32 +00:00
Amount.hs comment 2007-07-12 19:09:39 +00:00
Currency.hs begin arbitrary currency support 2007-07-04 02:24:33 +00:00
hledger.hs some fix or other 2008-05-26 20:43:11 +00:00
Ledger.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
LedgerEntry.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
LedgerFile.hs renamed types: RawLedger, Entry, Transaction, EntryTransaction -> LedgerFile, LedgerEntry, LedgerTransaction, Transaction 2007-07-04 09:51:37 +00:00
LedgerTransaction.hs report unbalanced entries 2007-07-11 08:15:58 +00:00
Makefile support tools cleanup 2008-05-26 21:19:21 +00:00
Models.hs renamed types: RawLedger, Entry, Transaction, EntryTransaction -> LedgerFile, LedgerEntry, LedgerTransaction, Transaction 2007-07-04 09:51:37 +00:00
NOTES chart notes 2008-05-26 21:13:54 +00:00
Options.hs combine patterns into single regexps, fix a bug with print & patterns 2007-07-11 06:58:47 +00:00
Parse.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
Tests.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
TimeLog.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
Transaction.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
Types.hs basic support for a comments-preserving print command. 2008-06-28 04:44:33 +00:00
Utils.hs combine patterns into single regexps, fix a bug with print & patterns 2007-07-11 06:58:47 +00:00