feat : ajout de la règle de décompte des RTT et correction du récap congés et RTT
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

This commit is contained in:
2026-03-16 18:17:58 +01:00
parent e022cfac98
commit 04f90afc58
9 changed files with 218 additions and 123 deletions

View File

@@ -86,9 +86,9 @@
<tr>
<th style="text-align: left;">Nom</th>
<th>Contrat</th>
<th>CP Acquis<br>(N-1)</th>
<th>CP N-1<br>restant</th>
<th>Samedi<br>restant</th>
<th>CP<br>N</th>
<th>Samedi<br>acquis</th>
<th>RTT</th>
<th style="width: 40mm;">Observations</th>
</tr>
@@ -105,9 +105,9 @@
<tr>
<td class="name">{{ row.lastName }} {{ row.firstName }}</td>
<td class="base">{{ row.contractName ?? '' }}</td>
<td class="num">{{ row.acquiredDays }}</td>
<td class="num">{{ row.cpN }}</td>
<td class="num">{{ row.cpN1Remaining }}</td>
<td class="num">{{ row.acquiredSaturdays }}</td>
<td class="num">{{ row.cpN }}</td>
<td class="num">{{ row.rtt }}</td>
<td class="obs"></td>
</tr>