{% extends 'base.html.twig' %} {% block body %} {##} {% block content %}
{% if (entite and entite.photo and entite.fileType) %}
{% elseif entite is not empty %}

{{entite.nom}}

{% endif %}

BROUILLARD {% if agence is not empty %} du Point de service: {{agence.nom}} {% endif %} {% if distributeur is not empty %} du Distributeur: {{distributeur.nom}} {% endif %} {% if codeCaisse is not empty %} de la Caisse: {{codeCaisse}} {% endif %}

Du: {{dateDebut}} au: {{dateFin}}

Nombre: {{ agregat.nombreTotal|number_format(0, '.', ' ') }}

Montant total: {{agregat.montantTotal|number_format(0, '.', ' ') }} {{ entite ? entite.devise : '' }}


{% for transaction in transactions %} {% if (transaction.operation == "DEBIT") %} {% endif %} {% endfor %}
ENCAISSEMENT
Opérations Commissions
Date N° Transaction Appro Envoi Paiement Comm Remb Comm
{{ transaction.dateCreation|date('d/m/Y H:i') }} {{ transaction.numTransaction }} {{ transaction.appro == 1 ? transaction.montant|number_format(0, '.', ' ') : ''}} {{ transaction.appro == 0 ? transaction.montant|number_format(0, '.', ' ') : ''}} {{ transaction.netCaisse|number_format(0, '.', ' ') }} {{ transaction.frais|number_format(0, '.', ' ') }}
Total encaissement {{ agregatEnc.montantTotal|number_format(0, '.', ' ') }}
{% for transaction in transactions %} {% if (transaction.operation == "CREDIT") %} {% endif %} {% endfor %}
DÉCAISSEMENT
Opérations Commissions
Date N° Transaction Appro Envoi Paiement Comm Remb Comm
DECAISSEMENT
Opérations Commissions
Date Référence Paiement Remb Paiement Comm Remb Comm
{{ transaction.dateCreation|date('d/m/Y H:i') }} {{ transaction.numTransaction }} {{transaction.annulation == 0 and transaction.remboursement == 0 ? transaction.montant|number_format(0, '.', ' ') : '' }} {{transaction.annulation == 1 or transaction.remboursement == 1 ? transaction.montant|number_format(0, '.', ' ') : '' }} {{ transaction.remboursement == 0 ? transaction.netCaisse|number_format(0, '.', ' ') : '' }} {{ transaction.frais|number_format(0, '.', ' ') }} {{transaction.remboursement == 1 ? transaction.netCaisse|number_format(0, '.', ' ') : ''}} {{transaction.remboursement == 1 ? transaction.frais|number_format(0, '.', ' ') : ''}}
Total décaissement {{ agregatDec.montantTotal|number_format(0, '.', ' ') }}
Total Encaissement {{ agregatEnc.montantTotal|number_format(0, '.', ' ') }}
Total commission {{ agregatDec.totalCommission|number_format(0, '.', ' ') }}
SOLDE {{solde|number_format(0, '.', ' ')}}


Visa du Chef de Section Monetique Le Chef de Section Administrative Visa du Chef d'Agence
{% endblock %} {% endblock %}