helpyfood.com

{% if order.status.id!=2 %} Bon de commande N° : {{order.id}} {% else %} Facture N° : {{order.id}} {% endif %}

Date : {{ order.createdAt | date('d/m/Y') }}

Success Food
28 Rue Paul Langevin
91130 Ris-Orangis
Id Client : {{order.pdvId}}
{{order.pdvName}}
{{order.pdvAddress}}
{% if order.promo != '0' %} {% endif %}
Détails de la commande Montant HT
{{order.ref}} {{order.price| number_format(2, '.', ',')}} €
Code Promo {{order.promo}}
{% if order.promo == '0' %} {% endif %} {% if order.promo != '0' %} {% endif %}
TOTAL HT {{order.price| number_format(2, '.', ',')}} €
TVA (20 %) {{(order.price*0.2)| number_format(2, '.', ',')}} €
TOTAL TTC {{(order.total)| number_format(2, '.', ',')}} €
TOTAL TTC {{(order.price*1.2)| number_format(2, '.', ',')}} €
REMISE {{(order.total-(order.price*1.2))| number_format(2, '.', ',')}} €
TOTAL {{(order.total)| number_format(2, '.', ',')}} €