+ Nom: {{ currentFacture.supplierName }} +
++ Statut: {{ getStatusLabel(currentFacture.status) }} +
+Saisissez les informations de la facture reçue.
+{{ factureNumber }}
+{{ formatDate(date) }}
+| + Description + | ++ Qté + | ++ Prix Unit. HT + | ++ Total HT + | +
|---|---|---|---|
|
+
+
+
+
+ {{ line.designation }}+ |
+ + {{ line.quantity }} + | ++ {{ formatCurrency(line.priceHt) }} + | ++ {{ formatCurrency(line.totalHt) }} + | +
| + Total HT: + | ++ {{ formatCurrency(ht) }} + | +
| + TVA (20%): + | ++ {{ formatCurrency(tva) }} + | +
| + Total TTC: + | ++ {{ formatCurrency(ttc) }} + | +
| N° Facture | +Fournisseur | +Date | +Montant TTC | +Statut | +Actions | +
|---|---|---|---|---|---|
|
+
+
+ + {{ facture.number }} + + |
+
+
+ + {{ facture.supplierName }} + | + + ++ {{ formatDate(facture.date) }} + | + + ++ {{ formatCurrency(facture.totalTtc) }} + | + + +
+
+
+ |
+
+
+
+
+
+
+
+ |
+