Logo

BON DE COMMANDE {% if order.isCart %} PROVISOIRE {% endif %}

Commande

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 }}
{% if order.isCart %} Bon de commande provisoire {% else %} {{ order.client_address }}
{{ order.client_postal_code }} {{ order.client_city }}
Tél : {{ order.client_phone }}
Code client : {{ order.client_code }}

{% endif %}

Fournisseur

LERDA
ZAC DES FERRIERES
83490 LE MUY
Tél :

Commande passée par : {{ order.representativeName }}

{% for item in order.items %} {% if item.grammage %} {% endif %} {% if item.labels %} {% endif %} {% if item.orderItemNote %} {% endif %} {% endfor %}
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 %}
Commentaire : {{ item.orderItemNote }}