This commit is contained in:
2026-04-14 10:52:49 +02:00
parent 0a5f7be8a0
commit c453f617e8
6 changed files with 151 additions and 97 deletions
+6 -6
View File
@@ -33,13 +33,13 @@
<option value="12" {% if interval_start_month == 12 %}selected{% endif %}>12</option>
</select>
<button type="submit">Apply Interval</button>
<button type="submit">Intervall anwenden</button>
</form>
<!-- Year Filter -->
<div class="year-filter">
<label for="year-select">Year:</label>
<label for="year-select">Jahr:</label>
<select id="year-select" onchange="window.location.href='?year='+this.value">
{% for year in available_years %}
<option value="{{ year }}" {% if year == current_year %}selected{% endif %}>
@@ -86,12 +86,12 @@
<!-- Navigation Buttons -->
<div class="navigation-buttons">
<a href="{% url 'table_one' %}" class="nav-button">Go to Helium Input</a>
<a href="{% url 'table_two' %}" class="nav-button">Go to Helium Output</a>
<a href="/admin/" class="nav-button admin-button">Go to Admin Panel</a>
<a href="{% url 'table_one' %}" class="nav-button">Heliumrückgabe</a>
<a href="{% url 'table_two' %}" class="nav-button">Heliumausgabe</a>
<a href="/admin/" class="nav-button admin-button">Admin</a>
<a href="{% url 'betriebskosten_list' %}" class="nav-button">Betriebskosten</a>
<a href="{% url 'monthly_sheet' year=2024 month=1 %}" class="nav-button">Monthly Sheets</a>
<a href="{% url 'monthly_sheet' year=2024 month=1 %}" class="nav-button">Monatsbilanz</a>
<a href="{% url 'halfyear_balance' %}" class="nav-button">Halbjahres Bilanz</a>
<!-- ✅ NEW -->