feat(paiement): track payment manager (gestionnaire) in history

This commit is contained in:
2026-06-15 23:09:46 +02:00
parent d913579c77
commit e1cd5930fd
4 changed files with 20 additions and 2 deletions
@@ -228,6 +228,7 @@
<tr class="bg-gray-50 text-gray-500 uppercase font-medium">
<th class="py-2 px-3 text-left">Date</th>
<th class="py-2 px-3 text-left">Mode</th>
<th class="py-2 px-3 text-left">Géré par</th>
<th class="py-2 px-3 text-right font-medium">Montant</th>
<th class="py-2 px-3 text-right font-medium pr-4">Actions</th>
</tr>
@@ -238,6 +239,7 @@
<td class="py-2 px-3 text-gray-600">
<span class="px-2 py-0.5 rounded bg-gray-100 text-gray-700 font-mono text-[10px]" th:text="${paiement.modePaiement.nom}">Chèque</span>
</td>
<td class="py-2 px-3 text-gray-500 text-xs italic" th:text="${paiement.gestionnaire != null ? paiement.gestionnaire : '-'}">-</td>
<td class="py-2 px-3 text-right font-semibold text-green-600" th:text="${paiement.montant + ' €'}">50.00 €</td>
<td class="py-2 px-3 text-right pr-4">
<div class="flex justify-end items-center space-x-2">