Date de création

{{ filedate }}

{{ app.user.username }}
Récapitulatif des ventes - {{ nomEntite }} Totaux
Nombre de prestations réalisées : {{ totalRealisee }}
Nombre de prestations annulées : {{ totalAnnulee }}
Total des prestations : {{ totalMontant|number_format(2,'.',' ') }} Dirhams
Dont commissions : {{ totalCommission|number_format(2,'.',' ') }} Dirhams
Soit un total net de : {{ totalNet|number_format(2,'.',' ') }} Dirhams

REPARTITION DE LA CAISSE DU JOUR

CB Espèces Chèques Chèque cadeaux PayZone
{% if paiementCounts["tpe"] is defined %} {{ paiementCounts["tpe"].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementCounts["espece"] is defined %} {{ paiementCounts["espece"].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementCounts['cheque'] is defined %} {{ paiementCounts['cheque'].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementCounts["chequecadeaux"] is defined %} {{ paiementCounts["chequecadeaux"].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementCounts['payzone'] is defined %} {{ paiementCounts['payzone'].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %}

LA RÉPARTITION DES COMMISSIONS

CB Espèces Chèques Chèque cadeaux PayZone
{% if paiementPrescriteurCounts["tpe"] is defined %} {{ paiementPrescriteurCounts["tpe"].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementPrescriteurCounts["espece"] is defined %} {{ paiementPrescriteurCounts["espece"].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementPrescriteurCounts['cheque'] is defined %} {{ paiementPrescriteurCounts['cheque'].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementPrescriteurCounts["chequecadeaux"] is defined %} {{ paiementPrescriteurCounts["chequecadeaux"].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %} {% if paiementPrescriteurCounts['payzone'] is defined %} {{ paiementPrescriteurCounts['payzone'].totalPrice }} Dirhams {% else %} 0 Dirhams {% endif %}
{% if prestationsCounts %}

LISTE DES PRESTATIONS

{% for key, items in prestationsCounts %} {% for dureeId, item in items.duree %} {% endfor %} {% endfor %}
Prestations Durée Nombre Chiffre d'affaires
{{ items.product }} {{ item.duree }} heures {{ item.count }} {{ item.totalPrice }} Dirhams
Total {{ totalMontant|number_format(2,'.',' ') }} Dirhams
{% endif %}