public
Description: A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt
Homepage: http://wiki.github.com/jamis/bucketwise
Clone URL: git://github.com/jamis/bucketwise.git
Click here to lend your support to: bucketwise and make a donation at www.pledgie.com !
jamis (author)
Mon May 25 21:04:55 -0700 2009
commit  379777136d2f50563b2242439b640d881754b3cf
tree    ed80efc47ca96646510179b4b88879c44d21653b
parent  1186f62e002b8bafadb5412adfdf44ff9583ab05
bucketwise / TODO
100644 35 lines (31 sloc) 1.661 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--------------------------------------------------------------------------
KNOWN ISSUES
--------------------------------------------------------------------------
 
* After adding an event with a new tag, the tag autocompletion won't pick up the new tag until the page is reloaded.
* After adding an event with a new actor, the actor autocompletion won't pick up the new actor until the page is reloaded.
* Merging one bucket into another can result in events having two line-items referencing the same bucket.
 
--------------------------------------------------------------------------
FEATURES that would be nice to have someday (in no particular order)
--------------------------------------------------------------------------
 
* spinner for ajax actions
* user info page (for password change)
* password reset from login page
* signup process
* exception notifier (?)
* better /subscriptions index
* better 404 and 500 error pages
* searching
* reporting
* scheduled transactions (occur automatically at specified intervals)
* print stylesheet
* oauth authentication for API
* filter event views to show only events with a non-zero balance for the account in question
* filter event views to show only deposits, or only expenses
* full-text searching on the memo field
* show bucket and account balances next to names in drop-downs
* make bucket reallocation work from bucket perma
* support for multiple 'aside' buckets in a single account
* graphical icons to replace the textual icons for various actions
* add/edit transactions from the reconciliation view
* statement API
* show percentage of credit limit consumed, rather than simply using text color