From c453f617e8a737f6442a912f497e30e09d2502aa Mon Sep 17 00:00:00 2001 From: Mohamad Hesham Jenbaz Date: Tue, 14 Apr 2026 10:52:49 +0200 Subject: [PATCH] update --- db.sqlite3 | Bin 4034560 -> 4034560 bytes sheets/templates/betriebskosten_list.html | 2 +- sheets/templates/clients_table.html | 12 +- sheets/templates/monthly_sheet.html | 130 +++++++++++++++------- sheets/templates/table_one.html | 50 ++++----- sheets/templates/table_two.html | 54 ++++----- 6 files changed, 151 insertions(+), 97 deletions(-) diff --git a/db.sqlite3 b/db.sqlite3 index 0dd5e0e7776e324d6a8e365af654fa0536483e79..fc8cef4c871d7bfa39305952072ba75087bfd78b 100644 GIT binary patch delta 1517 zcmZwFZ%i9y90%}wdhPw|J-sVyg>n2j2FNDuJUS@11BWm)!%PE9hl+!eipI)xonyw4 zB}0vC1UC0Cd6sS2&=6nDWYHyZnrsU%cwtPY#usV~BZL?w(da-j7h|ZuUYUAVUwoeD zm+$jDcfUT@k%>EK1e_>#g(^>$w88jM|Ma|myaIWmx}Lw?)f2+Rf{z4dwvqV zXJ7ELs+^w+tjgu5JgZXqDZ`d8+Ea2_mxUwFH~Cm~qkZ4K#vmR4->zP@r)ypH+tanK z9O$?LsJ z^`J9;=hM8S&V(^c=c&;t$0^46*tutn`1_P!lvgM(qO-rm@7!>V^tCC`y!beY$CXC6 zG)EPXZ84>km~o}XO;OZ_^g>(#C7=|PfpVaN3Xol|1XZ9K+z)ENMz9Gy0BS)9gu!O; zpt%s&R;GQz3>GniDfo-72sg|h)ViNIx9~ajJNa@`-EX@*G(t>^HA>>I=o-@k;}nyv zKeX!0Ry}Fe7p?lNRiCozajQOR)gx9toR(|rKm=?7^`HSnK_k$?R$zc8&}_=J58WR4 E8_+w%&Hw-a delta 1370 zcmZY8Z%i9y9Ki8=?%I3qdiV5>a>zz!;2Gnc$)7!yh)PXdjDND0C1j|C5tJ6^# zhPfC=)CeKVvSlWZVN)?#e4)t_P4s568D99#m>J)gkZmEvOcP(o3~`H5@K-jnQeS+o zz3+3+J?+!$Ot7&ikOk)Y!%hpf`eE1X`gX4G$NGL^!xAqs?{2Pe(|V}K zHdh%NVet}Oc2unzMw6RIeb^A7Hqt!_Rb!bTeXB#&-OgR=O2~YfTomq+pX4({7H*S_ z{2ZAf7MYjdl>e6JNK)=`GyUqK&m(`y1nA_TdeR}6nckA0T{gl{+DeLKs8F_*6rUkL z2~Z)cMy8}86;yzLD-BiNUE(u{cqbWZ4a*&L?;h=@{*2h;OZwWyPI%rS2o7N$?9v{<7v$8(6~oDanFOdV&Rz5gu%_HiT1AIdEnPV4>nQ}RA}n-ttaTE8lJlrb2cdmctdv-)-qQ=It( z%%pDdRE5trwUpIC4Jf|f3L?M&CU^wYfocI}M6EuKE&;+93ad#0 LI$X73_j2w(SI3Tf diff --git a/sheets/templates/betriebskosten_list.html b/sheets/templates/betriebskosten_list.html index 7d9ab68..423c42e 100644 --- a/sheets/templates/betriebskosten_list.html +++ b/sheets/templates/betriebskosten_list.html @@ -146,7 +146,7 @@ - ⇦ Go to Clients + ⇦ Zur Startseite

Betriebskosten

diff --git a/sheets/templates/clients_table.html b/sheets/templates/clients_table.html index 4af89dc..19bfb89 100644 --- a/sheets/templates/clients_table.html +++ b/sheets/templates/clients_table.html @@ -33,13 +33,13 @@ - +
- + + + + + + +
+ @@ -32,11 +48,11 @@
-

Table 1: Top Left

+

Table 1: Oben Links

- + {% for header in top_left_headers %} {% endfor %} @@ -129,11 +145,11 @@
-

Table 2: Top Right

+

Table 2: Oben Rechts

Row LabelZeilenbezeichnung{{ header }}
- + {% for header in top_right_headers %} {% endfor %} @@ -236,11 +252,11 @@
Row LabelZeilenbezeichnung{{ header }}
-

Gesamtsumme (Top Left + Top Right)

+

Gesamtsumme (Oben Links+Rechts)

- + @@ -264,7 +280,7 @@
-

Bottom Table 1 – Gasspeicher

+

Untere Tabelle 1 – Gasspeicher

@@ -373,7 +389,7 @@
-

Bottom Table 2 – Verbraucherbestand L-He

+

Untere Tabelle 2 – Verbraucherbestand L-He

Row LabelZeilenbezeichnung Σ
@@ -450,7 +466,7 @@
-

Bottom Table 3 – Bilanz

+

Untere Tabelle 3 – Bilanz

@@ -621,17 +637,7 @@ - -
- -
-
- - Saved cells - Calculated cells - -
-
+ @@ -645,16 +651,48 @@ padding: 20px; } +.nav-left, +.nav-center, +.nav-right { + display: flex; + align-items: center; + gap: 12px; +} + +.nav-center h2 { + margin: 0; +} + +.main-page-link { + font-weight: bold; + text-decoration: none; + color: #007bff; +} + +.sheet-jump-box { + display: flex; + align-items: center; + gap: 8px; + margin-left: 10px; +} + +.sheet-jump-box input { + width: 80px; + padding: 6px; +} .sheet-navigation { display: flex; justify-content: space-between; align-items: center; + gap: 20px; margin-bottom: 20px; padding: 10px; background-color: #f8f9fa; border-radius: 5px; + flex-wrap: wrap; } + .sheet-navigation h2 { margin: 0; } @@ -821,6 +859,22 @@