aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Fix xss (#173)Alexandre Avenel1-1/+1
Fix #173 Rewrite multi select widget as a template in order to have all values properly escaped.
2017-02-07Update bootstrap-datepicker to 1.6.4Jocelyn Delalande1-0/+1
Actually switching to maintained fork at https://github.com/uxsolutions/bootstrap-datepicker ; the original project being unmaintained since 2012. - Works with recent jQuery - BS4 is not supported by bootstrap-datepicker, but actually, it works :-) ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670
2017-02-04Adapt list bills view to bootstrap 4Jocelyn Delalande1-9/+13
- modal classes and hierarchy changed since BS2 - striped tables are now handled by css3 pseudo-class rather than classes - fix placement/alignment for the button and comment above the table
2017-02-04Refactor layout based on bootstrap 4 gridJocelyn Delalande1-11/+1
2017-02-04Adapt to bootstrap 4 formsJocelyn Delalande1-1/+1
- Adapt to BS4 class names and hierarchy - Redesign some forms to have the label above the input (mobile-friendly) - For the remaining inline form (add bill), use the grid, as BS no longer provides inline form alignment helpers
2017-01-03Workaround rounding issues when displaying balance of usersBaptiste Jonglez1-3/+3
A user with a "0.00" balance would have either a "+0.00" in green or a "-0.00" in red, depending on the exact value of the floating-point value. Fix this by simply rounding to 2 digits before comparing to zero.
2016-06-16Hide the member weights in members list if all weights are "1".Jocelyn Delande1-1/+3
2016-06-16Added member edit formJocelyn Delande1-1/+1
2016-06-15display an edit button on members listJocelyn Delande1-1/+4
2016-06-15Ask for confirmation only for deleting usersJocelyn Delande1-1/+5
2016-06-15Added a template filter not to show zero decimals on user weightsJocelyn Delande1-1/+1
2016-06-15UI for showing user weights in user listJocelyn Delande1-1/+1
2015-08-20Remove trailing whitespacesJocelyn Delande1-3/+3
2014-07-22Format numbers in templatesAlexandre Avenel1-2/+2
2013-04-07use "member.id" instead of "member"A.Avenel1-6/+6
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel1-6/+6
Conflicts: budget/templates/layout.html budget/templates/list_bills.html
2012-09-03Bugfix : "Submit and add a new one" not workingA.Avenel1-1/+1
2012-09-03Bugfix : calendar widget not working when you edit a bill.A.Avenel1-7/+0
2012-04-05Update to Boostrap v2.Frédéric Sureau1-40/+26
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-03-12Split bills function and basic template.Xavier Mehrenberger1-5/+5
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau1-3/+7
2011-11-28Add a 'sumbit and add a new one' button for new bills. Fix #53Alexis Metaireau1-0/+2
2011-11-28Transform the bill addition form, using a popup. See #53Alexis Metaireau1-31/+16
2011-11-28reorganize the static folder structureAlexis Metaireau1-3/+2
2011-11-27update bootstrap to the last version. Clean some cssAlexis Metaireau1-2/+1
2011-11-27merge with quentinAlexis Metaireau1-4/+2
2011-11-27change the icons, simplify some javascriptAlexis Metaireau1-6/+11
2011-11-26Members are now sorted by name in the balance.Tinmn1-3/+1
2011-11-24revert arnaud's commit about delete linksAlexis Metaireau1-67/+17
2011-11-21Correction of a (very) minor bug of bill hover (commit ↵Tinmn1-1/+1
6df17b7d97856c8b3d23bb02e55b0c5facba6071).
2011-11-20Bill's members highlights in the balance in accordance with #69.Tinmn1-174/+181
I'm not satisfied with the payer display but I have better in mind.
2011-11-20Change delete bill logo in accordance with #67.Tinmn1-1/+1
2011-11-20Bill owers are now separated with a ',' in the bill list.Tinmn1-1/+1
2011-11-20Addition of an auto hiding user information message in the add user text ↵Tinmn1-156/+161
field (with translation).
2011-11-17Minor CSS changesArnaud Bos1-2/+2
2011-11-02Ease "Add a bill" form occurrence with slideUp/slideDown effects. Related to ↵Arnaud Bos1-3/+5
#53.
2011-11-02First draft of fixing sidebar ugly hovering effect pointed in #51.Arnaud Bos1-17/+77
2011-11-01Make the new bill link more visible. Fix #50.Arnaud Bos1-2/+3
2011-11-01Replace edit / delete links by icons. Fix #49.Arnaud Bos1-2/+8
2011-11-01Improvement of the sidebar look. Related to #34. Fix #52.Arnaud Bos1-5/+17
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