From 8ccd762bfc3d7da2716749d709cf5cc216882a23 Mon Sep 17 00:00:00 2001
From: Joris
Date: Sun, 10 Oct 2021 18:20:57 +0200
Subject: Search payments by categories explicitely
It was already possible to search by categories in the full text input,
but it could have matched other fields as well.
Explicitely add a select to search by categories.
Also put the search form in a left aside. The mobile view is not done
for the moment.
---
templates/balance.html | 2 +-
templates/base.html | 116 +++++++++---------
templates/category/create.html | 44 +++----
templates/category/table.html | 49 ++++----
templates/category/update.html | 49 ++++----
templates/income/create.html | 96 ++++++++-------
templates/income/table.html | 73 ++++++------
templates/income/update.html | 99 ++++++++--------
templates/login.html | 14 ++-
templates/payment/create.html | 93 ++++++++-------
templates/payment/table.html | 259 ++++++++++++++++++++---------------------
templates/payment/update.html | 117 ++++++++++---------
templates/statistics.html | 10 +-
13 files changed, 526 insertions(+), 495 deletions(-)
(limited to 'templates')
diff --git a/templates/balance.html b/templates/balance.html
index 15da854..b97ea40 100644
--- a/templates/balance.html
+++ b/templates/balance.html
@@ -6,7 +6,7 @@
{% block main %}
-
+
{% if exceeding_payers %}
{% for exceeding_payer in exceeding_payers %}
diff --git a/templates/base.html b/templates/base.html
index a4ebf71..4787ae7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,74 +8,70 @@
-
-