diff --git a/db.sqlite3 b/db.sqlite3 index 0dd5e0e..fc8cef4 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ 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 @@