From 5368399158c3474f0cc46966e630066729338089 Mon Sep 17 00:00:00 2001 From: MilouH Date: Wed, 2 Apr 2025 22:56:56 +0200 Subject: [PATCH] Implement filters in server side code --- ihatemoney/templates/list_bills.html | 129 ++++++++++++++++++--------- ihatemoney/web.py | 63 +++++++++++-- 2 files changed, 145 insertions(+), 47 deletions(-) diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 79e25262..7506ef0c 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -9,7 +9,7 @@ {% block title %} - {{ g.project.name }}{% endblock %} {% block js %} - {% if add_bill %} $('#new-bill > a').click(); {% endif %} + {% if add_bill %} $('#new-bill > a').click(); {% endif %} // focus on first field when adding a bill $("#bill-form").on('shown.bs.modal', function(){ @@ -78,51 +78,100 @@ {% endblock %} {% block content %} -