diff --git a/thanasoft-front/src/components/Organism/Avoir/AvoirDetailPresentation.vue b/thanasoft-front/src/components/Organism/Avoir/AvoirDetailPresentation.vue index da29cd4..d3f1f64 100644 --- a/thanasoft-front/src/components/Organism/Avoir/AvoirDetailPresentation.vue +++ b/thanasoft-front/src/components/Organism/Avoir/AvoirDetailPresentation.vue @@ -14,7 +14,7 @@ Informations générales - +
@@ -38,11 +38,15 @@
-
{{ avoir.client?.name || 'Client inconnu' }}
+
+ {{ avoir.client?.name || "Client inconnu" }} +
-
{{ avoir.invoice?.invoice_number || 'Non spécifiée' }}
+
+ {{ avoir.invoice?.invoice_number || "Non spécifiée" }} +
@@ -51,11 +55,15 @@
-
{{ getReasonLabel(avoir.reason_type) }}
+
+ {{ getReasonLabel(avoir.reason_type) }} +
-
{{ getRefundMethodLabel(avoir.refund_method) }}
+
+ {{ getRefundMethodLabel(avoir.refund_method) }} +
@@ -71,27 +79,25 @@
-
+
{{ line.description }}
- +
{{ line.quantity }}
- +
-
{{ formatCurrency(line.unit_price) }}
+
+ {{ formatCurrency(line.unit_price) }} +
- +
@@ -116,7 +122,9 @@
Total TTC - {{ formatCurrency(avoir.total_ttc) }} + {{ + formatCurrency(avoir.total_ttc) + }}
@@ -127,7 +135,7 @@ Informations supplémentaires
- +
@@ -135,13 +143,17 @@
-
{{ avoir.client?.email || avoir.client?.phone || 'Non spécifié' }}
+
+ {{ avoir.client?.email || avoir.client?.phone || "Non spécifié" }} +
-
{{ avoir.reason_description }}
+
+ {{ avoir.reason_description }} +
@@ -151,24 +163,27 @@ Changer le statut -