← Retour
{# ── En-tΓͺte ─────────────────────────────────────────────────────── #}
Bon de Cession Inter-Services
Document comptable β€” Prestation interne
NΒ° {{ cession.id }}
Date : {{ cession.date_cession|date('d/m/Y') }}
{{ cession.statut|upper }}
{# ── Informations ─────────────────────────────────────────────────── #}
Service prestataire
{{ nomService ?? nomEtablissement ?? 'Restaurant Scolaire' }}
EntitΓ© bΓ©nΓ©ficiaire
{{ cession.entite_beneficiaire }}
{% if cession.motif %}
Objet / Motif
{{ cession.motif }}
{% endif %}
{# ── Lignes ──────────────────────────────────────────────────────── #} {% for ligne in lignes %} {% endfor %}
Description QtΓ© UnitΓ© Prix unit. HT TVA % Montant HT Montant TTC
{{ ligne.description }} {{ ligne.quantite|number_format(3, ',', ' ')|replace({',000': ''}) }} {{ ligne.unite ?: 'β€”' }} {{ ligne.prix_unitaire_ht|number_format(3, ',', ' ') }} € {{ ligne.taux_tva }} % {{ ligne.montant_ht|number_format(2, ',', ' ') }} € {{ ligne.montant_ttc|number_format(2, ',', ' ') }} €
{# ── Totaux ──────────────────────────────────────────────────────── #}
Total HT {{ cession.montant_total_ht|number_format(2, ',', ' ') }} €
Total TVA {{ (cession.montant_total_ttc - cession.montant_total_ht)|number_format(2, ',', ' ') }} €
TOTAL TTC {{ cession.montant_total_ttc|number_format(2, ',', ' ') }} €
{# ── Signatures ──────────────────────────────────────────────────── #}
Signature et cachet du service prestataire
Signature et cachet de l'entitΓ© bΓ©nΓ©ficiaire
{# ── Pied ────────────────────────────────────────────────────────── #}
ImprimΓ© le {{ "now"|date('d/m/Y Γ  H:i') }}
GestRestoSco β€” Cession NΒ°{{ cession.id }}