From f78e8500927e5b6d5d06d54269f3e4bb76dc6240 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 8 Jun 2026 17:25:52 +0200 Subject: [PATCH] feat(heures) : gabarit PDF export jour --- .../work-hour-day-export/print.html.twig | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 templates/work-hour-day-export/print.html.twig diff --git a/templates/work-hour-day-export/print.html.twig b/templates/work-hour-day-export/print.html.twig new file mode 100644 index 0000000..d5b9e04 --- /dev/null +++ b/templates/work-hour-day-export/print.html.twig @@ -0,0 +1,68 @@ + + + + + Heures - {{ dateLabel }} + + + +
+

Heures du {{ dateLabel }}

+
Édité le {{ exportedAt }}
+
+ + {% for group in groups %} +
+

{{ group.siteName }}

+ + + + + + + + + + + + + + + + + + {% for row in group.rows %} + + + + + + + + + + + + + + {% endfor %} + +
NomStatutDébut matinFin matinDébut après-midiFin après-midiDébut soirFin soirJourNuitTotal
{{ row.employeeName }}{{ row.statut }}{{ row.morningFrom }}{{ row.morningTo }}{{ row.afternoonFrom }}{{ row.afternoonTo }}{{ row.eveningFrom }}{{ row.eveningTo }}{{ row.dayHours }}{{ row.nightHours }}{{ row.total }}
+
+ {% endfor %} + +