hledger/Ledger
Simon Michael a2b8faa4d6 big refactoring, do filtering afresh in each command
We now do data filtering/massage as late as possible, not just once at
startup. This should work better for multiple commands, as with web or ui.
The basic benchmark seems at least as good as before thanks to laziness.
2009-12-21 05:23:07 +00:00
..
Account.hs drop LedgerPosting, it's no longer needed; more rename cleanups 2009-12-19 05:57:54 +00:00
AccountName.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Amount.hs docs: typo 2009-11-25 13:55:11 +00:00
Commodity.hs fix warnings all over - hledger is now -W-clean 2009-06-05 09:44:20 +00:00
Dates.hs drop LedgerPosting, it's no longer needed; more rename cleanups 2009-12-19 05:57:54 +00:00
IO.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Journal.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Ledger.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Parse.hs drop LedgerPosting, it's no longer needed; more rename cleanups 2009-12-19 05:57:54 +00:00
Posting.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
TimeLog.hs make Postings reference their parent Transaction 2009-12-19 03:44:52 +00:00
Transaction.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Types.hs big refactoring, do filtering afresh in each command 2009-12-21 05:23:07 +00:00
Utils.hs fix a regex bug in showtree 2009-08-12 06:40:01 +00:00