Liste des paiements - {{ "now"|date("d/m/Y H:i") }} |
{{date1}} | |||||||
ID | Empl | Montant | Date paiment | Méthode | Transaction | Référence | Réservation |
{{payment.id}} | {% if payment.employee %} {{payment.employee.id}} {% endif %} | {{ payment.amountPaid|number_format(0, ',', '.') }} | {{payment.paymentDate|date('d/m/Y H:i:s')}} | {{payment.method}} | {{payment.transaction}} | {{payment.paymentReference}} | {{payment.booking}} |
Total : {{ totalAmount|number_format(0, ',', '.') }} {% set totalGeneral = totalGeneral + totalAmount %} {% set totalAmount = 0 %} | |||||||
{{ date2 }} | |||||||
ID | Empl | Montant | Date paiment | Méthode | Transaction | Référence | Réservation |
Total : {{ totalAmount|number_format(0, ',', '.') }} {% set totalGeneral = totalGeneral + totalAmount %} |
Total général : {{ totalGeneral|number_format(0, ',', '.') }} |