]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/controllers
added a 'My Share' column to lists of expenditures
[bluechips.git] / bluechips / controllers /
2009-11-03 Scott Torborgon the dashboard, show expenditures which the user...
2009-11-02 Scott Torborgfixed some issues resulting from upgrading sqlalchemy...
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2008-07-25 Evan BroderAdd a form to change an expenditure's split
2008-07-25 Evan BroderAdd edit function for transfers
2008-07-25 Evan BroderAdd edit function for expenditures
2008-07-25 Evan BroderMove title into controller to encourage template reuse
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-18 Evan BroderMove functions for splitting expenditures into Expendit...
2008-07-18 Evan Broder"True" is not a valid where clause for sqlite
2008-07-17 Evan BroderOnly display 10 most recent of each type of transaction...
2008-07-17 Evan BroderDisplay user's transactions on home page
2008-07-17 Evan BroderAdd history controller to display old transactions
2008-07-16 Evan BroderDisplay some aggregate numbers on spending
2008-07-16 Evan BroderAnd output the outstanding debts on the home page
2008-07-16 Evan BroderReplace index page with index action of status controller
2008-07-16 Evan BroderChange spend controller to use flash messages
2008-07-16 Evan BroderRemember to commit when entering new transfers
2008-07-16 Evan BroderAdd code to commit new transfers, set a flash message...
2008-07-16 Evan BroderAdd controller for making transfers
2008-07-15 Evan BroderFor new expenditures, set the spender to the current...
2008-07-14 Evan BroderAdd a results page for after an expenditure is submitted
2008-07-14 Evan BroderActually insert new expenditures
2008-07-14 Evan BroderAdd new action to spend controller for testing validation
2008-07-13 Evan BroderCreate controller for entering expenditures
2008-07-12 Evan BroderCreate Pylons app