diff --git a/CLAUDE.md b/CLAUDE.md index bfdc269..1657ffc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -47,7 +47,7 @@ Flask app using the factory pattern (`create_app()` in `app/__init__.py`). The D - Types without journey: `TT, MALADE, CONGE, RTT, FERIE` (see `day_types_without_journey()`) - Work reference: 7h45 (465 min) for WORK/TT/FORMATION, 10h (600 min) for GARDE, 0 for absences - `total_minutes()` on `WorkEntry` sums `TimeSlot` durations, handles midnight crossing -- Frais réels: uses `bareme_kilometrique` tranches from config.toml; `km_max = 0` means "no upper limit" +- Frais réels: uses `bareme_kilometrique` tranches from config.toml; `km_max = 0` means "no upper limit". Keys: `cv_3`, `cv_4`, `cv_5`, `cv_6`, `cv_7plus`. Vehicles with `fuel = "electric"` get +20% applied in `compute_frais_reels(..., electric=True)`. **Frontend:** Tailwind CSS CDN + HTMX in `base.html`. No build step. Design system defined via CSS variables (`--ink`, `--amber`, `--sage`, `--rust`, `--cream`) and custom classes (`.card`, `.card-*`, `.btn-primary`, `.field-input`, `.font-display`, `.font-data`) — all in `base.html