Chiffre Affaire Total : {{ caTotal|number_format(2, ',', ' ') }} €
Factures ({{ saleDocumentFactures|length }}) : {{ caFactureTotal|number_format(2, ',', ' ') }} €
Avoirs ({{ saleDocumentAvoirs|length }}) : {{ caAvoirTotal|number_format(2, ',', ' ') }} €
Répartition du CA BE / DEPOL
CA BE |
CA DEPOL |
{{ (caMesureEtPrelevementLocation+caMesureEtPrelevementVente)|number_format(2, ',', ' ') }} € |
{{ (caDepollutionLocation+caDepollutionVente)|number_format(2, ',', ' ') }} € |
Répartition du CA LOC / VENTE
CA LOC |
CA VENTE |
{{ (caMesureEtPrelevementLocation+caDepollutionLocation)|number_format(2, ',', ' ') }} € |
{{ (caMesureEtPrelevementVente+caDepollutionVente)|number_format(2, ',', ' ') }} € |
Répartition du CA Mesure et prélèvement
CA LOC |
CA VENTE |
{{ (caMesureEtPrelevementLocation)|number_format(2, ',', ' ') }} € |
{{ (caMesureEtPrelevementVente)|number_format(2, ',', ' ') }} € |
Répartition du CA Dépollution
CA LOC |
CA VENTE |
{{ (caDepollutionLocation)|number_format(2, ',', ' ') }} € |
{{ (caDepollutionVente)|number_format(2, ',', ' ') }} € |
Liste des Facures
{% for saleDocument in saleDocumentFactures %}
{{ saleDocument.documentNumber }} | {{ saleDocument.amountVatExcludedWithDiscountAndShipping }} | {{ saleDocument.customerName }}
{% endfor %}
Liste des Avoirs
{% for saleDocument in saleDocumentAvoirs %}
{{ saleDocument.documentNumber }} | {{ saleDocument.amountVatExcludedWithDiscountAndShipping }} | {{ saleDocument.customerName }}
{% endfor %}