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
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user