aboutsummaryrefslogtreecommitdiff
path: root/budget/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10Add a set_default argument to the get_billform_for function.Alexis Metaireau1-3/+11
2011-08-10It is now possible to edit existing bills.Frédéric Sureau1-7/+2
2011-08-10Automatically select all members of the 'payed for' field when adding a bill.Frédéric Sureau1-1/+6
2011-07-31Some more theming and fixes.Alexis Metaireau1-2/+2
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-1/+1
2011-07-29Adding bill worksFrédéric Sureau1-1/+1
2011-07-23Split the logic into different python modules:Alexis Metaireau1-0/+39
* web.py contains the controllers (also called views) + url definitions * models.py contains the models * forms.py contains the forms * utils.py contains a set of utility fonctions to ease the dev. process