{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %} {% endif %}
Synthèse Mensuelle — {{ moisNoms[mois] }} {{ annee }}
{{ restaurantNom }}  |  Généré le {{ "now"|date("d/m/Y à H:i") }}
Logo
{# ── Couverts (KPI solo) ───────────────────────────────────────── #}
Couverts servis
{{ synthese.total_repas ?? 0 }}
Coût matière / couvert TTC
{{ (synthese.cout_par_couvert ?? 0)|number_format(2, ',', ' ') }} €
Coût matière / couvert HT
{{ (synthese.cout_par_couvert_ht ?? 0)|number_format(2, ',', ' ') }} €
{# ── Flux Financiers ───────────────────────────────────────────── #}
Flux Financiers
{% if (synthese.total_cessions ?? 0) > 0 %} {% endif %} {% if (synthese.total_avoirs ?? 0) > 0 %} {% endif %} {% set res = synthese.resultat ?? 0 %} {% set resHt = synthese.resultat_ht ?? 0 %}
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, ',', ' ') }} €
{# ── Gestion des Stocks ────────────────────────────────────────── #}
Gestion des Stocks
{% set variation = synthese.variation_stock ?? 0 %} {% set variationHt = synthese.variation_stock_ht ?? 0 %}
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, ',', ' ') }} €
{# ── Indicateurs de Performance ────────────────────────────────── #}
Indicateurs de Performance
{% set resExpl = synthese.resultat_exploitation ?? 0 %} {% set resExplHt = synthese.resultat_exploitation_ht ?? 0 %}
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, ',', ' ') }} €