|
Répartition des Ventes par Type de Convive
{{ restaurantNom }} | {{ periode }}
|
{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %}
|
{% endif %}
| Type | Nb Repas | % Repas | Montant | % CA | Prix Moyen | Moy./Jour |
|---|---|---|---|---|---|---|
| {{ stat.type|capitalize }} | {{ stat.nb_ventes|number_format(0, ',', ' ') }} | {{ stat.pourcentage_ventes }}% | {{ stat.total_montant|number_format(2, ',', ' ') }} € | {{ stat.pourcentage_montant }}% | {{ prixMoyen|number_format(2, ',', ' ') }} € | {{ stat.moyenne_par_jour|number_format(1, ',', ' ') }} |
| TOTAL | {{ totalVentes|number_format(0, ',', ' ') }} | 100% | {{ totalMontant|number_format(2, ',', ' ') }} € | 100% | {{ prixMoyenTotal|number_format(2, ',', ' ') }} € | — |
| Type | Part du CA | Montant |
|---|---|---|
| {{ stat.type|capitalize }} | {{ stat.total_montant|number_format(2, ',', ' ') }} € |