From 8ee7d8f8e988b201f47ff0472cf69656f657692b Mon Sep 17 00:00:00 2001 From: nyavokevin Date: Mon, 16 Mar 2026 17:13:10 +0300 Subject: [PATCH] Feat: redesign facture comme dans le facutre --- .../Invoice/InvoiceDetailPresentation.vue | 396 ++++++++++++------ .../molecules/Invoice/InvoiceTimeline.vue | 111 +++++ .../Invoice/InvoiceDetailTemplate.vue | 27 +- .../Interventions/InterventionDetails.vue | 1 - 4 files changed, 388 insertions(+), 147 deletions(-) create mode 100644 thanasoft-front/src/components/molecules/Invoice/InvoiceTimeline.vue diff --git a/thanasoft-front/src/components/Organism/Invoice/InvoiceDetailPresentation.vue b/thanasoft-front/src/components/Organism/Invoice/InvoiceDetailPresentation.vue index f22396c..cdfea4b 100644 --- a/thanasoft-front/src/components/Organism/Invoice/InvoiceDetailPresentation.vue +++ b/thanasoft-front/src/components/Organism/Invoice/InvoiceDetailPresentation.vue @@ -1,103 +1,129 @@