![]() |
{% if order.status.id!=2 %} Bon de commande N° : {{order.id}} {% else %} Facture N° : {{order.id}} {% endif %} |
Date : {{ order.createdAt | date('d/m/Y') }} |
|
|
Détails de la commande | Montant HT |
---|---|
{{order.ref}} | {{order.price| number_format(2, '.', ',')}} € |
Code Promo | {{order.promo}} |
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, '.', ',')}} € |