feat(heures) : codes d'absence, total en gras et légende sur l'export PDF jour

- Colonne Statut affiche le code du type d'absence (ex. AT) au lieu du libellé
- Colonne Total en gras
- Légende sous le tableau (carré coloré + code + libellé), 6 par ligne
- Bouton Exporter masqué en vue Semaine

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 16:03:18 +02:00
parent 9dff25d61a
commit 73b34c2ea4
8 changed files with 63 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="flex flex-wrap items-center justify-between gap-4">
<h1 class="text-2xl font-bold text-primary-500 lg:text-4xl">Heures</h1>
<MalioButton
v-if="isAdmin"
v-if="isAdmin && viewMode === 'day'"
label="Export"
variant="secondary"
icon-name="mdi:download"