{% for cmd in commandes %} {% for i in 0..1 %}

{{ cmd.client.getRaisonSocial() }}
{{ cmd.client.rue }}
{{ cmd.client.cp }} {{ cmd.client.ville }}
{{ cmd.client.pays }}

{{cmd.numero}}
{{cmd.client.telephone}}
{{cmd.client.mail}}
{% for item in cmd.getContenu() %} {% if item.isPc() %} {{item}}
{% endif %} {% endfor %}


{% endfor %}

Facture

Numero de commande : {{ cmd.numero }}

Date de commande : {{ cmd.getFormattedDateOrder() }}

Telephone : {{ cmd.client.telephone }}
Email : {{ cmd.client.mail }}

{% for article in cmd.getContenu() %} {% endfor %}
Description Quantité P.U HT Montant HT
{{article.article}} {% if article.isPc() %} {{article.article.sku}} {% for pcCompo in article.getArticle().getPcComposants() %}
({{pcCompo.quantite}}) - {{pcCompo.composant}} {% endfor %} {% endif %}
{{article.quantite}} {{article.article.getHT(tva)}} € {{article.getTotalHT(tva)}} €
Total HT : {{cmd.getTotalHT(tva)}} €
TVA ({{tva}} %): {{cmd.getTotalTVA(tva)}} €
Total TTC : {{cmd.getTotalTTC()}} €

Penalités de retard (taux annuel) : 10,05% - Escompte pour paiement anticipé (taux mensuel) : 1,50%

Indemnité forfaitaire pour frais de recouvrement en cas de retard de paiement : 40,00€

RESERVE DE PROPRIETE : Nous nous reservons la propriété des marchandises jusqu'au paiement du prix par l'acheteur. Notre droit de revendication porte aussi bien sur les marchandises que sur leurs prix si elles ont déjà été revendu. (Loi du 12 mai 1980)

{% if loop.index != (commandes|length) %}
{% endif %} {% endfor %}