[#SIRH] Exports heures annuelles: afficher tous les jours contractés + week-ends plus foncés

- YearlyHoursExportBuilder: ne plus sauter les jours de semaine vides/non saisis.
  Tous les jours sous contrat sont affichés (jusqu'à aujourd'hui); seuls les
  jours hors contrat restent omis. Corrige les lignes manquantes signalées par la RH.
- Templates print/print-all: gris des samedis/dimanches foncé (#f3f3f3 -> #c0c0c0).
- Docs (functional-rules, in-app, CLAUDE.md).

NB: l'export tous-salariés sur l'année peut dépasser memory_limit=256M (Dompdf) —
limitation pré-existante (déjà le cas avant ce changement), non corrigée ici.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-01 23:47:31 +02:00
parent c1ff46933a
commit 7886666812
6 changed files with 8 additions and 7 deletions
@@ -81,7 +81,7 @@
td.time { text-align: center; }
td.presence { text-align: center; }
td.total { text-align: center; font-weight: bold; }
tr.weekend td { background: #f3f3f3; color: #555; }
tr.weekend td { background: #c0c0c0; color: #333; }
tr.weekend td.date { color: #333; }
tr.holiday td { background: #e1f5fe; }
@@ -70,7 +70,7 @@
td.time { text-align: center; }
td.presence { text-align: center; }
td.total { text-align: center; font-weight: bold; }
tr.weekend td { background: #f3f3f3; color: #555; }
tr.weekend td { background: #c0c0c0; color: #333; }
tr.weekend td.date { color: #333; }
tr.holiday td { background: #e1f5fe; }