ÉCOLE [NOM DE VOTRE ÉCOLE]
Adresse de l'école - Ville, Pays
Tél: +237 XXX XXX XXX | Email: [email protected]

REÇU DE PAIEMENT

N° {{ payment.receiptNumber }}
INFORMATIONS DU PAIEMENT
{% if payment.notes %} {% endif %}
Date du paiement : {{ payment.paymentDate|date('d/m/Y à H:i') }}
Élève ID : {{ payment.studentId }}
Année scolaire : {{ payment.schoolYearId }}
Reçu par : {{ payment.receivedBy }}
Notes : {{ payment.notes }}
DÉTAIL DES ALLOCATIONS
{% set totalAllocated = 0 %} {% for detail in allocations %} {% set fee = detail.fee %} {% set allocation = detail.allocation %} {% set balanceBefore = fee.balance|number_format(0, ',', ' ') %} {% set balanceAfter = (fee.balance - allocation.allocatedAmount)|number_format(0, ',', ' ') %} {% set totalAllocated = totalAllocated + allocation.allocatedAmount %} {% endfor %}
Type de frais Description Solde avant Montant payé Solde restant
{{ fee.feeType.label }} {{ fee.name }} {{ balanceBefore }} XAF {{ allocation.allocatedAmount|number_format(0, ',', ' ') }} XAF {{ balanceAfter }} XAF
MONTANT TOTAL PAYÉ: {{ payment.amount|number_format(0, ',', ' ') }} XAF
Signature du caissier
Cachet de l'école