{# {% if commande.typestatut %}
commande {{commande.typestatut.designation}}
{% endif %} #}
{{ commande.numerocommande }} |
{{refTva|number_format(0, ',', ' ')}} |
{{commande.fraislivraison}} |
{{commande.fraislivraisonsoustraitant}} |
{{ commande.montantreduction|number_format(0, ',', ' ') }} |
{% if commande.modepaiementparavance =="Avance versée à Eas" %}
{{ commande.montantpaiementavance|number_format(0, ',', ' ') }}
{% elseif commande.modepaiementparavance =="Avance versée à Sous-Traitant" %}
{{ zero }}
{% elseif commande.modepaiementparavance =="Avance versée à Colilab" %}
{{ zero }}
{% elseif commande.modepaiementparavance =="Avance non versée" %}
{{ zero }}
{% endif %}
|
{% if commande.modepaiementparavance =="Avance versée à Eas" %}
{{ zero }}
{% elseif commande.modepaiementparavance =="Avance versée à Sous-Traitant" %}
{{ commande.montantpaiementavance|number_format(0, ',', ' ') }}
{% elseif commande.modepaiementparavance =="Avance versée à Colilab" %}
{{ zero }}
{% elseif commande.modepaiementparavance =="Avance non versée" %}
{{ zero }}
{% endif %}
|
{{ (refTva + commande.fraislivraison - commande.montantreduction - avanceeas - avancesoustraitant)|number_format(0, ',', ' ') }} |
{{ (refTva + commande.fraislivraison - commande.fraislivraisonsoustraitant - commande.montantreduction - avanceeas)|number_format(0, ',', ' ') }} |
{{ (refTva + commande.fraislivraison - commande.fraislivraisonsoustraitant - commande.montantreduction )|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 |
#}
{% endfor %}