{{ entry.comment }}
+Aucun historique
++ {{ invoice.client ? invoice.client.name : 'Client inconnu' }} +
++ {{ invoice.client ? invoice.client.email : '' }} +
++ {{ invoice.client ? invoice.client.phone : '' }} +
+| + Produit + | ++ Description + | ++ Quantité + | ++ Prix Unit. + | ++ Remise + | ++ Total HT + | +
|---|---|---|---|---|---|
| + {{ line.product_name || 'Produit' }} + | ++ {{ line.description || '-' }} + | ++ {{ line.units_qty || line.qty_base || 1 }} + | ++ {{ formatCurrency(line.unit_price) }} + | ++ {{ line.discount_pct || 0 }}% + | ++ {{ formatCurrency(line.total_ht) }} + | +
| + Aucune ligne + | +|||||
| Numéro | +Date | +Échéance | +Statut | +Client | +Total TTC | +Actions | +
|---|---|---|---|---|---|---|
|
+
+
+ + {{ invoice.invoice_number }} + + |
+
+
+ + {{ + formatDate(invoice.invoice_date) + }} + | + + ++ {{ + formatDate(invoice.due_date) || '-' + }} + | + + +
+
+
+ |
+
+
+
+
+
+ |
+
+
+ + {{ + formatCurrency(invoice.total_ttc) + }} + | + + +
+
+
+
+
+ |
+