|
Synthèse Mensuelle — {{ moisNoms[mois] }} {{ annee }}
{{ restaurantNom }} | Généré le {{ "now"|date("d/m/Y à H:i") }}
|
{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %}
|
{% endif %}
| Poste | TTC | HT |
|---|---|---|
| Recettes (Ventes) | {{ (synthese.total_ventes ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.ca_ventes_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Achats bruts | {{ (synthese.total_achats ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.total_achats_ht ?? 0)|number_format(2, ',', ' ') }} € |
| ↳ Cessions sorties | − {{ (synthese.total_cessions)|number_format(2, ',', ' ') }} € | − {{ (synthese.total_cessions_ht ?? 0)|number_format(2, ',', ' ') }} € |
| ↳ Avoirs fournisseurs | − {{ (synthese.total_avoirs)|number_format(2, ',', ' ') }} € | − {{ (synthese.total_avoirs_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Achats nets | {{ (synthese.achats_nets ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.achats_nets_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Résultat trésorerie (Recettes − Achats nets) | {{ res >= 0 ? '+' : '' }}{{ res|number_format(2, ',', ' ') }} € | {{ resHt >= 0 ? '+' : '' }}{{ resHt|number_format(2, ',', ' ') }} € |
| Poste | TTC | HT |
|---|---|---|
| Stock début de mois | {{ (synthese.stock_debut ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.stock_debut_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Stock fin de mois | {{ (synthese.stock_fin ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.stock_fin_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Variation de stock (Fin − Début) | {{ variation >= 0 ? '+' : '' }}{{ variation|number_format(2, ',', ' ') }} € | {{ variationHt >= 0 ? '+' : '' }}{{ variationHt|number_format(2, ',', ' ') }} € |
| Consommé réel (Achats nets ± variation stock) | {{ (synthese.achats_consommes ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.achats_consommes_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Indicateur | TTC | HT |
|---|---|---|
| Food Cost — Ratio coût matière / recettes | {{ (synthese.ratio_cout_matiere ?? 0)|number_format(1, ',', ' ') }} % | {{ (synthese.ratio_cout_matiere_ht ?? 0)|number_format(1, ',', ' ') }} % |
| Charges fixes du mois | {{ (synthese.charges_fixes ?? 0)|number_format(2, ',', ' ') }} € | {{ (synthese.charges_fixes_ht ?? 0)|number_format(2, ',', ' ') }} € |
| Résultat d'exploitation (Recettes − Consommé réel) | {{ resExpl >= 0 ? '+' : '' }}{{ resExpl|number_format(2, ',', ' ') }} € | {{ resExplHt >= 0 ? '+' : '' }}{{ resExplHt|number_format(2, ',', ' ') }} € |