From 11750a3ffc4882add72f3a045e09ec501c233ae4 Mon Sep 17 00:00:00 2001 From: nyavokevin Date: Mon, 2 Mar 2026 15:46:38 +0300 Subject: [PATCH] Ventes et modules transverses: devis, factures, messages, stats et webmailing --- .../InternalMessagePresentation.vue | 29 ++-- .../InterventionPresentation.vue | 140 +++++++++++------- .../Invoice/InvoiceDetailPresentation.vue | 33 +++-- .../Quote/QuoteDetailPresentation.vue | 21 +-- .../Statistics/StatisticsPresentation.vue | 4 +- .../Webmailing/WebmailingPresentation.vue | 23 +-- .../InternalMessages/MessageTypeSelect.vue | 16 +- .../atoms/Statistics/DateRangeFilter.vue | 6 +- .../components/atoms/Statistics/StatCard.vue | 4 +- .../atoms/Webmailing/WebmailingAttachment.vue | 4 +- .../InternalMessages/InternalMessageForm.vue | 17 +-- .../InternalMessages/InternalMessageList.vue | 35 +++-- .../molecules/Invoice/InvoiceLinesTable.vue | 48 ++++-- .../molecules/Invoice/InvoiceSummary.vue | 4 +- .../molecules/Quote/QuoteLinesTable.vue | 4 +- .../molecules/Quote/QuoteSummary.vue | 6 +- .../Statistics/ThanatometerPerformance.vue | 7 +- .../molecules/Tables/Ventes/InvoiceTable.vue | 2 +- .../molecules/Webmailing/WebmailingForm.vue | 21 +-- .../molecules/Webmailing/WebmailingList.vue | 5 +- .../molecules/form/NewEmployeeForm.vue | 4 +- .../molecules/location/LocationModal.vue | 2 - thanasoft-front/src/services/tvaRate.ts | 4 +- thanasoft-front/src/stores/invoiceStore.ts | 25 +++- .../src/views/pages/Ventes/NewInvoice.vue | 18 ++- 25 files changed, 281 insertions(+), 201 deletions(-) diff --git a/thanasoft-front/src/components/Organism/InternalMessages/InternalMessagePresentation.vue b/thanasoft-front/src/components/Organism/InternalMessages/InternalMessagePresentation.vue index 5169ed4..2dc6c14 100644 --- a/thanasoft-front/src/components/Organism/InternalMessages/InternalMessagePresentation.vue +++ b/thanasoft-front/src/components/Organism/InternalMessages/InternalMessagePresentation.vue @@ -9,9 +9,7 @@ Communiquez avec votre équipe
- - {{ unreadCount }} non lu(s) - + {{ unreadCount }} non lu(s)
@@ -22,19 +20,21 @@