{# templates/entreprise/loyer_mensuel/_quittance_card.html.twig #} {% set loyer = item.loyer %} {% set isAvis = item.datePaiement is null or item.montant <= 0 %} {% set dateDebut = "01-" ~ loyer.mois ~ "-" ~ loyer.annee %} {% set dernierJour = dateDebut|date('t') %} {% set dateFin = dernierJour ~ "-" ~ loyer.mois ~ "-" ~ loyer.annee %}
{# --- BLOC GAUCHE : COUPON BAILLEUR --- #} {# --- BLOC DROIT : QUITTANCE PRINCIPALE --- #}
COUPON BAILLEUR
Quittance N°:
{{ item.loyer.reference }}
Locataire:
{{ loyer.location.locataire.nomComplet|slice(0, 25) }}
Immeuble / Appt:
{{ loyer.location.appartement.immeuble.titre }} / {{ loyer.location.appartement.titre }}
Période:
{{ loyer.mois|date_mois }} {{ loyer.annee }}
MONTANT ENCAISSÉ
{{ item.montant > 0 ? item.montant|format_money : '' }}
Date encaissement:
Signature / Cachet:
{# QR Code Coupon (Petit format) #} {% if loyer.qrPayload %}
Authentification digitale
{% endif %}
{% if entreprise.logo %} Logo {{ entreprise.raisonSociale }} {% endif %}
{{ entreprise.raisonSociale }}
{{ entreprise.telephone }}
{{ loyer.location.appartement.immeuble.titre }}
{{ loyer.location.appartement.immeuble.adresseGeographique }}
Appt : {{ loyer.location.appartement.titre }}
{# QR Code Principal (Grand format) #} {% if loyer.qrPayload %}
Authentification digitale
{% endif %}
QUITTANCE DE LOYER
Référence : {{ item.loyer.reference }}
Date de paiement :
{% if not isAvis and item.datePaiement %} {{ item.datePaiement|date('d/m/Y') }} {% else %}   {% endif %}
Loyer base Ch. eau Ch. élec. gard. Autres Total dû:
{{ loyer.montantMensuel|format_money }}
{{ (loyer.chargeEau ?: 0)|format_money }}
{{ (loyer.chargeElectricite ?: 0)|format_money }}
{{ (loyer.chargeGardien ?: 0)|format_money }}
{{ (loyer.chargeAutre ?: 0)|format_money }}
{{ loyer.totalDu|format_money }}
Reçu de
{{ loyer.location.locataire.nomComplet }}
A payé la somme de
{{ loyer.totalDu | format_money2 }} {{ loyer.totalDu | amount_lettres }}
pour
la période de
{{ loyer.mois|date_mois }} {{ loyer.annee }}
correspondant à un mois de loyer des locaux
occupés situés à
{{ loyer.location.appartement.immeuble.adresseGeographique }}
le dit
LOYER
commençant du
{{ dateDebut|date('d/m/Y') }}
au
{{ dateFin|date('d/m/Y') }}
sous toutes réserves de droit DONT QUITTANCE
NOTA - Un locataire ne peut déménager sans :
1 - Avoir acquitté toutes ses contributions de l'année.
2 - Avoir donné congé par écrit dans les délais.
3 - Avoir effectué les réparations locatives à sa charge.
imprimé via LoyerExpress.com