Retour RH: vue jour par date, RTT mi-semaine, récap salaire & exports, panier de nuit #21

Merged
tristan merged 13 commits from fix/retour-rh into develop 2026-06-02 06:26:40 +00:00
Showing only changes of commit 1143baa169 - Show all commits
+1 -1
View File
@@ -117,7 +117,7 @@ export type WorkHourDayContextRow = {
contractNature?: 'CDI' | 'CDD' | 'INTERIM' | null
trackingMode?: TrackingMode | null
weeklyHours?: number | null
contractType?: string | null
contractType?: ContractType | null
contractName?: string | null
}