This commit is contained in:
Simon Michael 2012-10-16 19:48:37 +00:00
parent 577981367b
commit 1c3fcff196

View File

@ -1,9 +1,9 @@
hledger project notes hledger project notes
* about * about
Simon keeps developer notes in this emacs org-mode outline, NOTES.org. This emacs org-mode outline contains Simon's project backlog, activity
Currently it contains my backlog, activity log, and random notes and only log, and random developer notes. Currently only I use this file, but
I use this file, though anyone may send a patch. anyone can send a patch.
** backlog ** backlog
Todos and wishlist items, roughly grouped by category and ordered by (my) Todos and wishlist items, roughly grouped by category and ordered by (my)
priority. Used for planning, and often as a more lightweight bug priority. Used for planning, and often as a more lightweight bug
@ -38,6 +38,9 @@ DANGEROUSLY'" --kowey
ALL THAT'S NEEDED IS THE DESIRE TO BE HEARD. THE WILL TO LEARN. AND THE ALL THAT'S NEEDED IS THE DESIRE TO BE HEARD. THE WILL TO LEARN. AND THE
ABILITY TO SEE. --Scott McCloud, Understanding Comics ABILITY TO SEE. --Scott McCloud, Understanding Comics
"I kept account of every farthing I spent..." --Gandhi, Autobiography
http://books.google.com/books?id=OXoRs7Kxs_YC&lpg=PA47&ots=Q-JUe-6Rq5&dq=%22I%20kept%20account%20of%20every%20farthing%20I%20spent%22&pg=PA47#v=onepage&q=%22I%20kept%20account%20of%20every%20farthing%20I%20spent%22&f=false
** principles ** principles
*** we aim to make reliable, maintainable, usable, useful software, sustainably. *** we aim to make reliable, maintainable, usable, useful software, sustainably.
*** docs before packaging before tests before fixes before refactoring before features *** docs before packaging before tests before fixes before refactoring before features
@ -255,6 +258,7 @@ http://stackoverflow.com/questions/6398996/good-haskell-source-to-read-and-learn
*** selinger article on currency & capital gains accounting *** selinger article on currency & capital gains accounting
http://www.mscs.dal.ca/~selinger/accounting/tutorial.html#1.2 http://www.mscs.dal.ca/~selinger/accounting/tutorial.html#1.2
** other software ** other software
*** http://easybooksapp.com/
*** http://gnucash.org *** http://gnucash.org
*** http://www.xtuple.com/postbooks *** http://www.xtuple.com/postbooks
*** http://weberp.org *** http://weberp.org
@ -1993,6 +1997,7 @@ move *FromOpts into toOpts
* backlog * backlog
** 0.18.2
** errors ** errors
*** double quote matches everything ? 1 *** double quote matches everything ? 1
*** web: stray bracket in journal edit form title 1 *** web: stray bracket in journal edit form title 1
@ -2781,6 +2786,7 @@ 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
*** payees
*** register: for the love of god, show full descriptions *** register: for the love of god, show full descriptions
*** add: try wizards lib *** add: try wizards lib
*** separate --display and --limit expressions, eg for --depth *** separate --display and --limit expressions, eg for --depth
@ -2798,6 +2804,11 @@ hledger -f demo.journal reg inacct:expenses:food:pets date:2010/8/25
**** show no of postings in account tree for Ledger ? **** show no of postings in account tree for Ledger ?
*** hledger-web release *** hledger-web release
*** don't recompile between autotest & functest *** don't recompile between autotest & functest
*** parsing: parse YNAB export
$ tail -n +2 YNAB/Exports/personal-Register.csv | hledger -f- print --rules-file YNAB/Exports/personal-Register.rules
using conversion rules file /Users/simon/personal/YNAB/Exports/personal-Register.rules
hledger: using amount-in-field and amount-out-field, found a value in both fiel
ds: ("$0.00","$4.68")
*** stats: list all journal files *** stats: list all journal files
*** search by commodity *** search by commodity
*** account types *** account types