]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/controllers/spend.py
if we GET to an update action, redirect to the edit action
[bluechips.git] / bluechips / controllers / spend.py
2009-11-06 Scott Torborgif we GET to an update action, redirect to the edit action
2009-11-06 Scott Torborgrequire at least one non-zero share on an expenditure
2009-11-06 Scott Torborgwhoops, that update_split() call was unnecessary and...
2009-11-06 Scott Torborgfix error with zero-value expenditure
2009-11-06 Scott Torborgfixed split display so that it works with zero-value...
2009-11-06 Scott Torborgthrow a 404 when trying to edit an expenditure or trans...
2009-11-06 Scott Torborgconvert share to string before Decimal
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
2009-11-05 Scott Torborgshow different flash messages for created v. updated
2009-11-04 Scott Torborgdefault to an even split among residents again
2009-11-04 Scott Torborgadded special Currency validator
2009-11-03 Scott Torborgripped out toscawidgets, replaced with formencode,...
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 expenditures
2008-07-25 Evan BroderMove title into controller to encourage template reuse
2008-07-18 Evan BroderMove functions for splitting expenditures into Expendit...
2008-07-16 Evan BroderChange spend controller to use flash messages
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