{# ββ 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 ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ #}
| Description |
QtΓ© |
UnitΓ© |
Prix unit. HT |
TVA % |
Montant HT |
Montant TTC |
{% for ligne in lignes %}
| {{ 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, ',', ' ') }} β¬ |
{% endfor %}
{# ββ 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 }}