| Produit | Conditionnement | Colis | Unités | Prix Unitaire | TVA |
|---|---|---|---|---|---|
|
{{ line.product?.nom || `Produit #${line.product_id}` }}
{{ line.product?.reference || "-" }}
|
{{ line.packaging?.name || "Unité" }} | {{ line.packages_qty_received || "-" }} | {{ line.units_qty_received || "-" }} | {{ line.unit_price ? formatCurrency(line.unit_price) : "-" }} | {{ line.tva_rate ? `${line.tva_rate.name} (${line.tva_rate.rate}%)` : "-" }} |
| Aucune ligne dans cette réception. | |||||