From 113b484542ad29f2d4fed85a460db1f189f489d4 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 28 Mar 2021 17:42:54 +0200 Subject: [PATCH] Fertig --- .../timemanagement_singleview.html | 32 ++++++++++++------- users/templates/users/base.html | 2 +- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/timemanagement/templates/timemanagement/timemanagement_singleview.html b/timemanagement/templates/timemanagement/timemanagement_singleview.html index 58cc887..6d1ecf6 100644 --- a/timemanagement/templates/timemanagement/timemanagement_singleview.html +++ b/timemanagement/templates/timemanagement/timemanagement_singleview.html @@ -4,17 +4,27 @@ - - {% loadmonthwork next_month user as monthwork %} - Gesamtarbeitszeit dieser Monat: {{monthwork}} Stunden
- {% loadaccounttime user as actualaccounttime %} - Gleitzeitkonto: - {% if actualaccounttime.1 == 0 %} - +{{actualaccounttime.0}} Stunden - {% else %} - -{{actualaccounttime.0}} Stunden - {% endif %} -
+ + {% loadmonthwork next_month user as monthwork %} + {% loadaccounttime user as actualaccounttime %} + + + + + + + + + + +
{{monthwork}} + {% if actualaccounttime.1 == 0 %} + +{{actualaccounttime.0}} + {% else %} + -{{actualaccounttime.0}} + {% endif %} +
ArbeitszeitGleitzeit
+

diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 043b5f1..3353711 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -284,7 +284,7 @@ {%endif%} - Zeiterfassung BETA + Zeiterfassung {% endif %}