aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25Fix last history string.Rémy HUBSCHER1-2/+1
2020-04-25Fix history translations. (#580)Rémy HUBSCHER1-12/+20
2020-04-20Add Project History Page (#553)Andrew Dickinson3-0/+269
Co-Authored-By: Glandos <bugs-github@antipoul.fr> All project activity can be tracked, using SQLAlchemy-continuum. IP addresses can optionally be recorded.
2020-04-08merge settings and import to avoid clutter (#550)eMerzh3-18/+32
2020-03-06Bmatticus/feature/112 dashboard sorting (#538)bmatt2-1/+13
* Added DataTables for table sorting, pagination, and searching of bill_table for dashboard. Issue #112 * Moved datatables CSS/JS to dashboard to reduce loaded data throughout * Moved link back to proper place, in head tab, but added if to prevent loading CSS/JS for datatables outside of the dashboard. Also added eye icon to drill into list_billa API to be more consistent with the look and feel of the overall site. Co-authored-by: bmatt <bmatt@nuc01.attlocal.net>
2020-02-20Align tables in statistics (#535)Glandos1-30/+33
* Align tables in statistics The table in sidebar is now aligned with the one in content, to avoid redundant informations. All tables are back to normal on small devices. * fix test * run black on tests
2020-02-20Paginate the list of bills (#480)zorun1-2/+26
We display 100 bills on each page. We only show previous/next buttons (at the top of the view) and the list of pages (at the bottom) if there are more than one pages. This uses built-in pagination support from Flask-SQLAlchemy: https://flask-sqlalchemy.palletsprojects.com/en/2.x/api/#flask_sqlalchemy.BaseQuery.paginate https://flask-sqlalchemy.palletsprojects.com/en/2.x/api/#flask_sqlalchemy.Pagination
2020-02-09Initial montly expenses (#526)Edwin Smulders1-0/+13
2020-02-09Update forms.html (#531)DavidRThrashJr1-1/+6
Made the html formatting more readable
2020-02-08Statistics view #323James Leong1-2/+5
Remove header and table column of 'Balance' in statistics view
2020-01-13Import previously exported json data (#518)Nicolas Vanvyve3-0/+20
Fix #417 * New tab upload * Extract data from JSON * Add users * Black format * Try to add bill * Import bills * Add french translation msg * Black reformat missing * Deactivated users are supported * Test import * Remove temp file in upload_json() * Incomplete tests * tests import * Update ihatemoney/translations/fr/LC_MESSAGES/messages.po Co-Authored-By: Rémy HUBSCHER <hubscher.remy@gmail.com> * Remove useless variable and check json format * Use String.IO and test for wrong json * Remove coma Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
2019-11-01prevent bill cancellation when cancelling autocomplete (#506)Tom Biju1-1/+1
2019-10-20Change the color of the add a member button.Alexis M1-1/+1
2019-10-19Remove jQuery datepicker.Alexis M2-11/+1
We don't need this anymore because all major browser now have implemented that feature on the browser itself. Closes #221.
2019-10-19Fix the "and add a new one" button.Alexis M1-1/+1
2019-10-17Added support to split messages #133José Antonio de la Torre2-0/+8
2019-10-07Fix a small typo in the french project-reminder emailAlexis M1-1/+1
2019-10-03feat: Optional field 'external link' in bill form.Leo Mouyna2-1/+5
An optional field has been added to the bill form to add a link to a real bill. A new action button allow user to see this bill. Breaking change with Bill model update for database, a migration is needed. See issue #429.
2019-09-30Add more human "for who?" description.Adrien CLERC1-1/+7
The limit for displaying "Everyone but …" instead of the ower's list is completely empirical.
2019-09-18Move translations in template and translate linkBrice Maron1-4/+4
2019-09-16PR remarksLeo Mouyna1-0/+2
2019-09-16fix: display validation message on password reminderLeo Mouyna1-0/+8
Create a new route with a new generic page that display a title and a message on a <p> tag. This route will be triggered after succesfully submit password reminder form See issue #455
2019-09-06bill list: add placeholder and disable add bill when no membersBrice Maron2-32/+53
2019-09-02fix: add table layout for sharing optionsBrice Maron1-22/+38
ref #451
2019-08-26Add some spacing when displaying « list empty ».Alexis M1-1/+1
2019-08-26Rework invite people to projectBrice Maron3-46/+66
2019-08-26Move export form to linksBrice Maron1-8/+44
2019-08-18add homepage designBrice Maron2-46/+79
2019-08-18Add project switcher on login page if already loggedBrice Maron1-34/+43
2019-08-18Add footer with linksBrice Maron2-84/+109
2019-08-18Arrange navbar items by functionsBrice Maron1-35/+51
2019-07-27Remove Added on column from bill list.Brice Maron2-4/+9
to avoid breaking anyone's workflow, i've instead use a tooltip to display the creation date. fix #418
2019-07-25Improve usability specially for small screenBrice Maron4-18/+34
- add buttons class to fix alignments - add responsive info to big tables - use visibility instead of display to avoid jumping rows - reorganize menu in responsive
2019-07-25Cleanup some unused css rulesBrice Maron1-2/+2
2019-07-23bump bootstrap to latest stableBrice Maron1-1/+1
2018-12-25Add bill.creation_date field (#327)Lucas Verney1-1/+2
2018-09-03Fix form error on already existing participant. (#370)Alexis Metaireau1-0/+1
Fixes #350
2018-09-03Sort members alphabetically in the new bill form. (#374)Alexis Metaireau1-1/+1
Fixes #333
2018-09-03Add a handler when pages aren't found. (#379)Alexis Metaireau2-11/+24
Fixes #356
2018-09-03Fix error escaping; (#388)Benjamin Bouvier1-1/+1
2018-09-03Simplify a JS function. (#371)Alexis Metaireau1-1/+1
2018-02-07Change statistics data structureJocelyn Delalande1-10/+9
Clearer data structure, and simpler template This commit has a side effect: sidebar now hides disabled members. IMHO, the disabled members should either be hidden or shown consistently between sidebar and central table. Previous status was: shown in sidebar (if balance ≠ 0) and hidden in central table.
2018-02-06Remove dead codeJocelyn Delalande1-1/+1
2018-02-04Remove unused CSS odd/even classesJocelyn Delalande3-3/+3
That was forgotten from fe39258630e55d4a3e1297a01a1c8fd39bad3a4e
2018-01-05Include all .j2 files in the packaged version.Alexis Métaireau6-7/+7
I've also renamed the templates to *.j2 in order to make things clearer to others. Having extensions with the name of the locale doesn't seem to be a good practice, and would need us to add the locales in the MANIFEST file each time we add one. Fix #305
2017-12-27Position flash messages with CSS rather than JS (#292)JocelynDelalande1-5/+5
Visual result is exactly the same, but less black magic :-).
2017-12-23Remove un-needed sidebar block (#291)JocelynDelalande1-1/+0
{% block sidebar %} is used by sidebar_table_layout.html and its children, not by layout.html nor its direct children. This is dead code removal.
2017-12-21Replace some CSS by some JS (#288)JocelynDelalande1-13/+0
2017-12-21Use hashed passwords for projects (#286)0livd2-4/+2
- Remove all occurences of clear text project passwords. - Migrate the database to hash the previously stored passwords. Closes #232
2017-12-15Use token based auth in invitation e-mails (#280)0livd7-14/+21
* Use token based auth in invitation e-mails Invitation e-mails no longer contain the clear text project password * Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email