- | Section factures en développement |
+ {% for confirmedPaiement in pagination2 %}
+
+ |
+
+ {{ confirmedPaiement.createAt|date('d/m/Y') }}
+ Encaissé
+
+ |
+
+
+
+
+ {{ confirmedPaiement.contrat.customer.name }} {{ confirmedPaiement.contrat.customer.surname }}
+
+ {{ confirmedPaiement.contrat.customer.email }}
+
+ |
+
+
+
+ {{ confirmedPaiement.contrat.numReservation }}
+
+ |
+
+
+
+ {% if confirmedPaiement.factureFileName !="" %}
+
+
+
+ {% else %}
+ Aucun fichier
+ {% endif %}
+ |
+
+ {% else %}
+
+
+
+
+ Aucune donnée trouvée pour cette recherche
+
+ |
+
+ {% endfor %}
diff --git a/templates/dashboard/contrats/list.twig b/templates/dashboard/contrats/list.twig
index da0460f..c8e8db8 100644
--- a/templates/dashboard/contrats/list.twig
+++ b/templates/dashboard/contrats/list.twig
@@ -95,6 +95,7 @@
'edl_validated': { 'color': 'bg-emerald-500/20 text-emerald-400 border-emerald-500/30', 'label': '✅ EDL Validé' },
'return_edl_progress': { 'color': 'bg-orange-500/10 text-orange-400 border-orange-500/20', 'label': '🔍 EDL Retour...' },
'edl_return_done': { 'color': 'bg-purple-500/10 text-purple-400 border-purple-500/20', 'label': '📦 Retour Effectué' },
+ 'edl_return_finised': { 'color': 'bg-purple-500/10 text-purple-400 border-purple-500/20', 'label': '📦 Retour Effectué' },
'edl_return_refused': { 'color': 'bg-red-600 text-white border-red-500', 'label': '❌ Signature Refusée' }
} %}
diff --git a/templates/dashboard/contrats/view.twig b/templates/dashboard/contrats/view.twig
index 827fa5a..742e110 100644
--- a/templates/dashboard/contrats/view.twig
+++ b/templates/dashboard/contrats/view.twig
@@ -4,6 +4,16 @@
{% block actions %}