{% extends 'layouts/admin_layout.html.twig' %} {% block title %}Reçu de Paiement #{{ paiement.id }} {% endblock %} {% block content %} {# --- BARRE D'ACTIONS ÉCRAN (Cachée à l'impression) --- #}
L'opération a été validée avec succès.
{% endif %}
N° REF : {{ paiement.referenceTransaction ?: (paiement.moyenPaiement.value == 'ESPECES' ? 'ESP-' ~ paiement.id : 'REF-' ~ paiement.id) }}
Mode de paiement : {{ paiement.moyenPaiement.value }}
Heure : {{ paiement.datePaiement|date('H:i') }}
Client
{{ paiement.souscription.client.telephone }}
Projet & Lot
Lot N° : {{ paiement.souscription.lot.numeroLot }}
| Désignation Échéance | Ancien Solde ( F.CFA ) | Montant Versé ( F.CFA ) | Nouveau Solde ( F.CFA ) |
|---|---|---|---|
| {{ item.libelle }} | {{ item.ancien_solde|number_format(0, ',', ' ') }} | {{ item.montant_verse|number_format(0, ',', ' ') }} | {{ item.nouveau_solde|number_format(0, ',', ' ') }} |
| Paiement enregistré sur le compte client. | |||
| Désignation du versement | Montant ( F.CFA ) | ||
|
Versement pour acquisition immobilière Projet : {{ paiement.souscription.lot.projet.nom }} - Lot : {{ paiement.souscription.lot.numeroLot }} |
{{ paiement.montant|number_format(0, ',', ' ') }} | ||
| Total Encaissé | {{ paiement.montant|number_format(0, ',', ' ') }} F.CFA | ||
Signature Client
Signature Caissier
({{ paiement.user.fullName|default('Gestionnaire') }})
Merci de votre confiance. Ce document tient lieu de preuve de paiement.
Généré par la plateforme LUXIM Côte d'Ivoire le
{{ "now"|date('d/m/Y à H:i') }}.