update notes

This commit is contained in:
Simon Michael 2008-10-12 09:20:43 +00:00
parent 80ef214f79
commit d2f741255d

35
NOTES
View File

@ -6,39 +6,31 @@ implementations were its consequences." --Niklaus Wirth
* to do * to do
** bugs ** bugs
*** balance reports & filtering are quirky/broken/different from ledger
*** register doesn't filter
** testing
*** balance report regression tests
**** find out how http://hunit.sourceforge.net/HUnit-1.0/Guide.html
*** ledger compatibility tests
*** speed tests
** release 0.1 ** release 0.1
*** handle right-hand currency symbols
*** ledger 2.6-style account name eliding
*** cabal upload *** cabal upload
*** #ledger test
*** haskell-cafe/ledger-cli announce *** haskell-cafe/ledger-cli announce
** ledger features ** ledger features
*** handle right-hand currency symbols
*** -C
*** negative patterns
*** darcs-style --version *** darcs-style --version
*** ledger 2.6-style eliding *** -C
*** negative account/description patterns
*** per-currency precision/thousands separator/symbol layout *** per-currency precision/thousands separator/symbol layout
*** mixed-currency amounts *** mixed-currency amounts
*** ledger 2.6-style date matching
*** more speed *** more speed
*** other ledger 2.6 features *** more ledger features
**** !include
**** -d display expressions
**** -j and -J graph data output
**** read gnucash files
** new features ** new features
*** multiple -f
*** alternate easier command-line ui
*** alternate timelog format
*** show in/out times in timelog entry descriptions *** show in/out times in timelog entry descriptions
*** graphs *** graphs
*** smart data entry *** smart data entry
*** timeclock.el features *** easier ui
*** better layout ** testing
*** run individual tests
*** reliable maintainable tests
*** easy ledger compatibility tests
*** speed tests
** documentation ** documentation
*** implementation docs *** implementation docs
*** api docs *** api docs
@ -154,3 +146,4 @@ declName _ = undefined
"Currency" "Currency"
"Types" "Types"
"Utils" "Utils"