aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22don't display delete link if the user is deactivatedAlexis Metaireau1-1/+1
2011-08-22iterate also on deactivated people, show them if they owe or should receive ↵Alexis Metaireau1-1/+3
money
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-47/+50
2011-08-19No need anymore to pass the project_id to the urls.Alexis Metaireau1-9/+9
The project is now directly added to the context local g object, and injected on the fly into the urls that need it. This commits also add ideas found while reading the flask documentation. The project can be enhanced in many ways, some ideas are stated there.
2011-08-10Make flash messages go away after 2 seconds.Alexis Metaireau1-28/+25
2011-08-10Add some simple javascript for usability.Alexis Metaireau1-1/+41
* Ask confirmation before deleting an user * Display the form when clicking on the add bill button * Only show the delete button (for users) on mouse over.
2011-08-10Margin added between the add bill button and the bill list.Frédéric Sureau1-5/+2
2011-08-10It is now possible to edit existing bills.Frédéric Sureau1-1/+2
2011-08-10Fixes various typos.Alexis Metaireau1-4/+1
2011-08-09Styling stuff. Fixes #9 (Adds a menu)Alexis Metaireau1-5/+9
2011-08-05Updated header label in the bills list.Frédéric Sureau1-1/+1
2011-07-31Makes the computation working.Alexis Metaireau1-6/+12
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-2/+1
2011-07-30Add templates to add a member.Alexis Metaireau1-1/+1
2011-07-29Adding bill worksFrédéric Sureau1-1/+9
2011-07-23Manage users creationAlexis Metaireau1-21/+32
2011-07-23Kick-start multiple projects support.Alexis Metaireau1-3/+3
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)
2011-03-18add a delete featureAlexis Metaireau1-1/+2
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau1-0/+25