notes
This commit is contained in:
parent
453750be43
commit
0d38bacbf2
60
NOTES
60
NOTES
@ -544,48 +544,25 @@ using be more place holders?
|
|||||||
**** usability
|
**** usability
|
||||||
**** download & usage stats
|
**** download & usage stats
|
||||||
** errors
|
** errors
|
||||||
*** install: staticfiles error during install
|
*** web: inacct:'assets:bank:wells fargo:checking' not:'retainers received' no results
|
||||||
<Clint> sm: when i do cabal install hledger-web i get [07:46]
|
*** web: hide search form on add/edit form
|
||||||
<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: --base-url trailing slash gives redirect loop
|
*** web: --base-url trailing slash gives redirect loop
|
||||||
hledger-web --port 5001 --base-url http://localhost:5001/
|
hledger-web --port 5001 --base-url http://localhost:5001/
|
||||||
*** web: loses -B after an edit, and/or a filesystem edit
|
*** bal: work bal expenses --depth 3 =B doesn't filter ?
|
||||||
*** convert: order is reversed ?
|
*** 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
|
*** convert: manual needs a rewrite
|
||||||
*** tools: avoid haskell compiles and compile errors while setting up makefile vars
|
*** tools: avoid haskell compiles and compile errors while setting up makefile vars
|
||||||
joyful$ make help
|
joyful$ make help
|
||||||
@ -1805,7 +1782,8 @@ http://ajaxcssblog.com/jquery/url-read-request-variables/
|
|||||||
*** inspiration
|
*** inspiration
|
||||||
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
|
||||||
*** 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: 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 total spent in an account during a specific month
|
||||||
*** web: how to find out net worth, /register?q=assets+liabilities shows nothing
|
*** web: how to find out net worth, /register?q=assets+liabilities shows nothing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user