|
BON DE COMMANDE {% if order.isCart %} PROVISOIRE {% endif %} |
Numéro : {{ order.number }}
{% if order.customerOrderReference %}Référence commande client : {{ order.customerOrderReference }}
{% endif %}Commandé le :{% if order.isCart %} Bon de commande provisoire {% else %} {{ order.date|date('d/m/Y H:i') }} {% endif %}
Date de livraison :{% if order.isCart %} Bon de commande provisoire {% else %} {{ order.delivery_date|date('d/m/Y') }} {% endif %}
Complément de commande : {% if order.isOrderComplement %} OUI {% else %} NON {% endif %}
Client{{ order.client_name }} |
FournisseurLERDA |
Commande passée par : {{ order.representativeName }}
Art. | Description | Conditionnement | Quantité | Prix (HT) | Total (HT) |
---|---|---|---|---|---|
{{ loop.index }} | {{ item.name }}
Code produit : {{ item.code }} |
UV : {{ item.uniteConditionnement }} {{ item.piecesParConditionnement }} |
{{ item.quantity }} | {{ item.price }} | {{ item.total }} € |
Grammage pièce (g) : {{ item.grammage }} - Grammage commandé : {{ (item.itemTotalWeight / 1000)|number_format(2, ',', ' ') }} Kg | Informations produit : {% for label in item.labels %} {{ label.labelName }}{% if not loop.last %} - {% endif %} {% endfor %} | {% endif %} {% if item.orderItemNote %}||||
Commentaire : {{ item.orderItemNote }} | |||||