This commit is contained in:
Simon Michael 2008-11-26 05:29:10 +00:00
parent 977f9e11b7
commit 9b98a1722f

31
NOTES
View File

@ -11,31 +11,30 @@ clever tricks like the plague." --Edsger Dijkstra
* to do * to do
** errors ** errors
** features ** features
*** --display, for showing recent txns with real balance when reconciling *** this/last day/week/month/year, for ease of use
*** flexible date expressions, for easier time reports *** period expressions, for easier reporting
**** more formats *** more kinds of display expression (all of them ?)
**** periods
*** actual/effective entry & txn dates, for ? *** actual/effective entry & txn dates, for ?
*** ~/.hledgerrc *** ~/.hledgerrc, for setting defaults
*** more ledger features from README *** more ledger features from README (?)
*** speed
**** easy benchmarking
**** speed regression tests
**** easy profiling
**** cache file ?
*** new features *** new features
**** --compare to compare (xml?) output with ledger with same args **** curses gui
**** in/out times in timelog entry descriptions **** web gui
**** charts **** charts
**** easier data entry **** easier data entry
**** options to control negation and separator chars
**** parse more file formats - gnucash, qif, ofx, csv.. **** parse more file formats - gnucash, qif, ofx, csv..
**** in/out times in timelog entry descriptions
**** i18n **** i18n
*** speed
**** profile
**** cache file
** cleanups
** tests ** tests
*** test on more ledger files *** test on more ledger files
*** speed regression tests *** more modular/scalable approach to test data
*** more modular/scalable approach to test data ?
*** figure out reliable maintainable appropriate tests
*** easy ledger compatibility testing *** easy ledger compatibility testing
**** --compare to compare (xml?) output with ledger with same args
** docs ** docs
*** --version *** --version
*** --help *** --help