{{ entry.comment }}
+Aucun historique
++ Client: {{ avoir.clientName }} +
++ Facture d'origine: {{ avoir.invoiceNumber }} +
++ Motif: {{ avoir.reason }} +
++ Créé le: {{ formatDate(avoir.date) }} +
+{{ entry.comment }}
+Aucun historique
++ Fournisseur: {{ commande.supplierName }} +
++ Adresse: {{ commande.supplierAddress }} +
++ Contact: {{ commande.supplierContact }} +
++ Créée le: {{ formatDate(commande.date) }} +
++ Analyse des performances et des interventions de votre équipe +
++ Créé le {{ formatDate(date) }} +
+| Désignation | +Quantité | +Prix HT | +Total HT | +
|---|---|---|---|
| {{ line.description }} | +{{ line.quantity }} | +{{ formatCurrency(line.price_ht) }} | ++ {{ formatCurrency(line.total_ht) }} + | +
+ Total HT : + {{ formatCurrency(ht) }} +
++ TVA : + {{ formatCurrency(tva) }} +
+| Désignation | +Quantité | +Prix HT | +Total HT | +
|---|---|---|---|
| {{ line.designation }} | +{{ line.quantity }} | +{{ formatCurrency(line.price_ht) }} | ++ {{ formatCurrency(line.total_ht) }} + | +
+ Total HT : +
+{{ formatCurrency(ht) }}
++ TVA (20%) : +
+{{ formatCurrency(tva) }}
+| Nom | +Interventions | +Complétées | +Taux de complétion | +Satisfaction | +Statut | +
|---|---|---|---|---|---|
| + {{ practitioner.name }} + | +{{ practitioner.totalInterventions }} | +{{ practitioner.completedInterventions }} | +
+
+
+
+ |
+
+
+
+
+
+
+ |
+ + + {{ getStatusLabel(practitioner.status) }} + + | +
| N° Avoir | +Date | +Statut | +Client | +Facture d'origine | +Montant | +Actions | +
|---|---|---|---|---|---|---|
|
+
+
+ + {{ avoir.number }} + + |
+
+
+ + {{ + formatDate(avoir.date) + }} + | + + +
+
+
+ |
+
+
+
+
+
+ |
+
+
+ + + {{ avoir.invoiceNumber }} + + | + + ++ {{ + formatCurrency(avoir.amount) + }} + | + + +
+
+
+
+
+ |
+
| N° Commande | +Date | +Fournisseur | +Statut | +Montant TTC | +Articles | +Actions | +
|---|---|---|---|---|---|---|
|
+
+
+ + {{ commande.number }} + + |
+
+
+ + {{ + formatDate(commande.date) + }} + | + + +
+
+
+ |
+
+
+
+
+
+ |
+
+
+ + {{ + formatCurrency(commande.amount) + }} + | + + ++ {{ commande.items_count }} + | + + +
+
+
+
+
+ |
+
| Destinataires | +Sujet | +Date d'envoi | +Statut | +Actions | +
|---|---|---|---|---|
| + {{ email.recipients }} + | ++ {{ email.subject }} + | ++ {{ formatDate(email.sentDate) }} + | ++ + {{ getStatusLabel(email.status) }} + + | ++ + + | +