From 4b3e519e6462a867e2552214b422703e907e9485 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 28 Mar 2021 17:37:51 +0200 Subject: [PATCH] Darstellung Zeiterfassung --- .../timemanagement_teamview_single.html | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/timemanagement/templates/timemanagement/timemanagement_teamview_single.html b/timemanagement/templates/timemanagement/timemanagement_teamview_single.html index cf49cf0..ef9cdea 100644 --- a/timemanagement/templates/timemanagement/timemanagement_teamview_single.html +++ b/timemanagement/templates/timemanagement/timemanagement_teamview_single.html @@ -10,16 +10,29 @@ - + {% 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 %} + + + + + + + + + + +
{{monthwork}} + {% if actualaccounttime.1 == 0 %} + +{{actualaccounttime.0}} + {% else %} + -{{actualaccounttime.0}} + {% endif %} +
ArbeitszeitGleitzeit
+ + +