{# {% if commande.typestatut %}
commande {{commande.typestatut.designation}}
{% endif %} #}
total |
{{prixtotal|number_format(0, ',', ' ')}} |
{{frais|number_format(0, ',', ' ')}} |
{{fraissoustraitant|number_format(0, ',', ' ')}} |
{{ montantreduc|number_format(0, ',', ' ') }} |
{{ totalavanceeas|number_format(0, ',', ' ') }}
|
{{ totalavancesoustraitant|number_format(0, ',', ' ') }}
|
{{ (prixtotal + frais - montantreduc - totalavanceeas - totalavancesoustraitant)|number_format(0, ',', ' ') }} |
{{ (prixtotal + frais - fraissoustraitant - montantreduc - totalavanceeas)|number_format(0, ',', ' ') }} |
{{ (prixtotal + frais - fraissoustraitant - montantreduc )|number_format(0, ',', ' ') }} |
{#
Designation |
Quantité. |
Prix. |
{% if commande.reducbool.designation =="OUI" %}
Reduction montant. |
{% endif %}
{% if commande.paiementbool.designation =="OUI" %}
Paiement par avance. |
{% endif %}
{% for produit in commande.produit %} {{produit.lproduit.designation}} / {% endfor %} |
{% for produit in commande.produit %}{{ produit.quantite }} {% endfor %} |
{% for produit in commande.produit %}{{ produit.lproduit.prixunitaire }}{% endfor %} |
{% if commande.reducbool.designation =="OUI" %}
{{ commande.montantreduction|number_format(0, ',', ' ') }} |
{% endif %}
{% if commande.paiementbool.designation =="OUI" %}
{{ commande.montantpaiementavance|number_format(0, ',', ' ') }} |
{% endif %}
|
{{ commande.fraislivraison }} |
#}
{#
{{produit.prix|number_format(2, ',', ' ') }} Francs |
{{produit.quantite}} |
{{produit.prix * produit.quantite }} Francs |
#}