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
@@ -100,6 +100,7 @@ final class YearlyHoursDayRowsTest extends TestCase
self::assertSame('8h', $rows[0]['dayHours']);
self::assertSame('', $rows[0]['nightHours']);
self::assertNull($rows[0]['statut']);
self::assertNull($rows[0]['statutLabel']);
self::assertNull($rows[0]['statutColor']);
self::assertFalse($rows[0]['isWeekend']);
}