-
+
{{ formatDate(entry.changed_at) }}
@@ -38,13 +42,15 @@
Informations Client
- {{ invoice.client ? invoice.client.name : 'Client inconnu' }}
+ {{
+ invoice.client ? invoice.client.name : "Client inconnu"
+ }}
- {{ invoice.client ? invoice.client.email : '' }}
+ {{ invoice.client ? invoice.client.email : "" }}
- {{ invoice.client ? invoice.client.phone : '' }}
+ {{ invoice.client ? invoice.client.phone : "" }}
@@ -68,17 +74,20 @@
{{ getStatusLabel(invoice.status) }}
-
diff --git a/thanasoft-front/src/components/atoms/Statistics/DateRangeFilter.vue b/thanasoft-front/src/components/atoms/Statistics/DateRangeFilter.vue
index e690d15..1fb9201 100644
--- a/thanasoft-front/src/components/atoms/Statistics/DateRangeFilter.vue
+++ b/thanasoft-front/src/components/atoms/Statistics/DateRangeFilter.vue
@@ -22,7 +22,11 @@
/>
-
+
-- Période personnalisée --
Aujourd'hui
Cette semaine
diff --git a/thanasoft-front/src/components/atoms/Statistics/StatCard.vue b/thanasoft-front/src/components/atoms/Statistics/StatCard.vue
index 0d95ca1..88f2c8a 100644
--- a/thanasoft-front/src/components/atoms/Statistics/StatCard.vue
+++ b/thanasoft-front/src/components/atoms/Statistics/StatCard.vue
@@ -54,9 +54,7 @@ const trendClass = computed(() => {
});
const trendIcon = computed(() => {
- return props.trendPositive
- ? "fas fa-arrow-up"
- : "fas fa-arrow-down";
+ return props.trendPositive ? "fas fa-arrow-up" : "fas fa-arrow-down";
});
diff --git a/thanasoft-front/src/components/atoms/Webmailing/WebmailingAttachment.vue b/thanasoft-front/src/components/atoms/Webmailing/WebmailingAttachment.vue
index b9a2638..75ef623 100644
--- a/thanasoft-front/src/components/atoms/Webmailing/WebmailingAttachment.vue
+++ b/thanasoft-front/src/components/atoms/Webmailing/WebmailingAttachment.vue
@@ -10,7 +10,9 @@
multiple
@change="handleFileChange"
/>
- Formats acceptés: PDF, DOC, DOCX, XLS, XLSX, JPG, PNG
+ Formats acceptés: PDF, DOC, DOCX, XLS, XLSX, JPG, PNG
diff --git a/thanasoft-front/src/components/molecules/InternalMessages/InternalMessageForm.vue b/thanasoft-front/src/components/molecules/InternalMessages/InternalMessageForm.vue
index 2517f60..5ce5ead 100644
--- a/thanasoft-front/src/components/molecules/InternalMessages/InternalMessageForm.vue
+++ b/thanasoft-front/src/components/molecules/InternalMessages/InternalMessageForm.vue
@@ -24,15 +24,9 @@
class="form-select"
@change="emitFormData"
>
-
- Basse
-
-
- Normale
-
-
- Haute
-
+
Basse
+
Normale
+
Haute