This commit is contained in:
Simon Michael 2012-06-29 17:40:18 +00:00
parent c0c8cf7635
commit d0b332d642

View File

@ -2,6 +2,10 @@ hledger project notes
* backlog * backlog
** release 0.18.1
*** reverse order within date
** balancesheet real-world testing
** errors ** errors
*** print, reg: each day's transactions are reversed *** print, reg: each day's transactions are reversed
*** clarify include parse order issue *** clarify include parse order issue
@ -830,6 +834,8 @@ http://ajaxcssblog.com/jquery/url-read-request-variables/
http://community.haskell.org/~ndm/downloads/paper-hoogle_overview-19_nov_2008.pdf -> Design Guidelines http://community.haskell.org/~ndm/downloads/paper-hoogle_overview-19_nov_2008.pdf -> Design Guidelines
** features/wishlist ** features/wishlist
*** narrow (editable) view to selected txns *** narrow (editable) view to selected txns
*** optimise balance report
*** IIF/quickbooks writer
*** inacct: on command line *** inacct: on command line
hledger -f demo.journal reg inacct:expenses:food:pets date:2010/8/25 hledger -f demo.journal reg inacct:expenses:food:pets date:2010/8/25
2010/08/25 catfood expenses:food:pets $10.00 $10.00 2010/08/25 catfood expenses:food:pets $10.00 $10.00
@ -844,7 +850,6 @@ hledger -f demo.journal reg inacct:expenses:food:pets date:2010/8/25
*** search by commodity *** search by commodity
*** account types *** account types
*** runtime templates for reports *** runtime templates for reports
*** don't moan about ~
*** generalise rules file ? *** generalise rules file ?
**** make it applicable to all formats ? **** make it applicable to all formats ?
**** absorb its directives into journal format ? **** absorb its directives into journal format ?
@ -1040,6 +1045,7 @@ hunk ./hledger/Hledger/Cli/Utils.hs 125
*** web api *** web api
*** client-side ui *** client-side ui
*** support -V ? *** support -V ?
*** print: shouldn't support -M and --depth ?
*** in-place editing *** in-place editing
**** http://stackoverflow.com/questions/640971/setfocus-to-textbox-from-javascript-after-just-creating-the-textbox-with-javascr **** http://stackoverflow.com/questions/640971/setfocus-to-textbox-from-javascript-after-just-creating-the-textbox-with-javascr
*** measure bug open times *** measure bug open times