aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
AgeCommit message (Collapse)AuthorFilesLines
2011-10-20Last selected payer and translations. Fix #47.Arnaud Bos1-2/+3
- Last selected payer selected by default when creating a new bill - Fix some translation typos and modify a few labels
2011-10-18Document the API. Fix #46Alexis Metaireau1-4/+4
2011-10-18Minor changes to the slidebar. See #34Alexis Metaireau1-0/+2
2011-10-16Add a datepicker (with support of i18n). Fix #37Alexis Metaireau1-0/+9
2011-10-16Format floats with 2 decimals. Fix #39Alexis Metaireau1-1/+1
2011-10-15translate 'each' as wellAlexis Metaireau1-1/+1
2011-10-15add the project's title in the list of billsAlexis Metaireau1-0/+1
2011-10-15fix a bit the UI (identifier on bill's list)Alexis Metaireau1-1/+0
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-10/+10
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12
2011-10-08Do not prompt the user with a 'prompt()' in javascript when deleting ↵Alexis Metaireau1-1/+6
members. Fix #29
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-0/+2
- Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page.
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-7/+7
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.
2011-09-09Start working on archive managementAlexis Metaireau1-1/+1
2011-08-25Add a way to reactivate an user, make the add project non obstrusiveAlexis Metaireau1-2/+2
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