This commit is contained in:
Simon Michael 2011-09-19 14:10:15 +00:00
parent 453750be43
commit 0d38bacbf2

60
NOTES
View File

@ -544,48 +544,25 @@ using be more place holders?
**** usability
**** download & usage stats
** errors
*** install: staticfiles error during install
<Clint> sm: when i do cabal install hledger-web i get [07:46]
<Clint> Hledger/Web/StaticFiles.hs:1:1:
<Clint> Exception when trying to run compile-time code:
<Clint> ./.hledger/web/static: getDirectoryContents: does not exist (No
such file or directory)
<Clint> Code: staticFiles staticdir
<Clint> cabal: Error: some packages failed to install:
*** cli: multiple patterns broken
$ hledger -f wa.journal bal assets liabilities
$125.00 assets
$95.00 literature
$20.00 box
$30.00 treasury
--------------------
$125.00
$ hledger-0.14 -f wa.journal bal assets liabilities
$125.00 assets
$95.00 literature
$20.00 box
$30.00 treasury
$-173.00 liabilities:ed:literature
--------------------
$-48.00
*** cli: unknown flag -f
$ hledger -f t.j
hledger: Unknown flag: -f
*** convert: order is reversed ?
*** convert: manual needs a rewrite
*** web: port argument ignored
$ combined web paypal -B -- --port 5003
Running self-tests...
Cases: 0 Tried: 0 Errors: 0 Failures: 0
Using support files in ./.hledger/web/
Starting http server on port 5000 with base url http://localhost:5000
*** web: inacct:'assets:bank:wells fargo:checking' not:'retainers received' no results
*** web: hide search form on add/edit form
*** web: --base-url trailing slash gives redirect loop
hledger-web --port 5001 --base-url http://localhost:5001/
*** web: loses -B after an edit, and/or a filesystem edit
*** convert: order is reversed ?
*** bal: work bal expenses --depth 3 =B doesn't filter ?
*** bal: --flat excludes some accounts ?
$ personal bal expenses --depth 3 -B --flat
$134.77 expenses:personal:clothing
$1.00 expenses:personal:entertainment
$85.14 expenses:personal:gifts
$70.10 expenses:personal:misc cash
$192.30 expenses:personal:personal care
$30.00 expenses:personal:recreation
$7.41 expenses:personal:unknown
--------------------
$20316.32
*** cli: ~ and ~user in LEDGER_FILE not understood, causing confusing error
*** cli: subcommand options require preceding --, but are then ignored
*** convert: manual needs a rewrite
*** tools: avoid haskell compiles and compile errors while setting up makefile vars
joyful$ make help
@ -1805,7 +1782,8 @@ http://ajaxcssblog.com/jquery/url-read-request-variables/
*** inspiration
http://community.haskell.org/~ndm/downloads/paper-hoogle_overview-19_nov_2008.pdf -> Design Guidelines
** features/wishlist
*** web: hide search form on add/edit form
*** web: lose io-storage
*** web: use cli args as a permanent additional filter ?
*** web: should display virtual postings with () or []
*** web: how to find out total spent in an account during a specific month
*** web: how to find out net worth, /register?q=assets+liabilities shows nothing