|
FACTURE {{facture.displayId}} | |
|
FundUp - Rexane
|
Client
|
| Article | Quantité | Coût | Total |
|---|---|---|---|
| {{ligne.nom}} {{ligne.description |raw }} | {{ligne.quantite}} | {{ligne.prixUnitaire|number_format(2, ',', ' ') }} € | {{ligne.prixTotal|number_format(2, ',', ' ') }} € |
| {% if facture.statut == 'Acompte' %}Acompte n°{{facture.numeroAcompte}} {% else %}Sous-Total HT{% endif %} |
{{facture.totalHT|number_format(2, ',', ' ') }} € | ||
| Remise | {% if facture.remiseType is not null %}{{facture.remise|number_format(2, ',', ' ') }} {% if facture.remiseType == 'pourcentage' %} % {% else %} €{% endif %}{% endif %} | ||
| Total après remise | {{facture.totalApresRemise|number_format(2, ',', ' ') }} € | ||
| Acompte n°{{acompte.numeroAcompte}} | - {{acompte.totalHT|number_format(2, ',', ' ') }} € | ||
| Total après acompte | {{facture.totalApresAcompte|number_format(2, ',', ' ') }} € | ||
| TVA {{ rate }} % | {{ data.tax | number_format(2, '.', ' ') }} € | ||
| Total TTC | {% if factureacomptes | length > 0 %} {{facture.totalTTCApresAcompte|number_format(2, ',', ' ') }} € {% else %} {{facture.totalTTC|number_format(2, ',', ' ') }} € {% endif %} | ||
| Payé | {{facture.paiement|number_format(2, ',', ' ') }} € | ||
| Solde dû | {{ (facture.totalTTC|default(0) - facture.paiement|default(0)) | number_format(2, ',', ' ') }} € | ||
| IBAN | BIC |
| {{facture.societe.banque.iban}} | {{facture.societe.banque.bic}} |