PMARKET SAS
37 Rue Joseph Marion
01200 Valserhone
06 05 78 77 12
Osez l'originalité
{{ order.clientName }}
{{ order.street }}
{{ order.postalCode }} {{ order.city }}
Facture nº {{ order.date | format_date('%Y') }}-{{ order.orderId }}
Date: {{ order.date | format_date('%Y-%m-%d') }}
| Désignation |
Prix unit. |
Qté |
Montant |
TVA |
{% for article in articles[:37] %}
| {{ article.designation }} |
{{ article.price | round(2) }} |
{{ article.quantity }} |
{{ (article.quantity * article.price) | round(2) }} |
{{ article.tva }}% |
{% endfor %}
{% if articles|length > 37 %}
| Désignation |
Prix unit. |
Qté |
Montant |
TVA |
{% for article in articles[37:] %}
| {{ article.designation }} |
{{ article.price | round(2) }} |
{{ article.quantity }} |
{{ (article.quantity * article.price) | round(2) }} |
{{ article.tva }}% |
{% endfor %}
{% endif %}
Détail TVA:
| Base |
Taux |
TVA |
| {{ base7 | round(2) }} |
20% |
{{ tva7 | round(2) }} |
| {{ base2 | round(2) }} |
5.5% |
{{ tva2 | round(2) }} |
| Total net |
{{ totalHT | round(2) }} |
| TVA |
{{ totalTVA | round(2) }} |
| Montant total TTC |
{{ totalTTC | round(2) }} |
Siret : 89355363600018 - APE : 4690Z - N° TVA intracom : FR57893553636 - Capital : 100,00 €
RIB : FR8220041010072187459W03806
Avec nos remerciements pour votre commande.