{% if ( entite.photo and entite.fileType) %}

{% elseif entite is not empty %}
{{entite.nom}}
{% endif %}
Situation journalière
{% if agence is not empty %} du Point de service: {{agence.nom}} {% endif %}
{% if distributeur is not empty %} Distributeur: {{distributeur.nom}} {% endif %}
{% if codeCaisse is not empty %} Caisse: {{codeCaisse}} {% endif %}
{{datetxt}}
NATURE DE L'OPÉRATION |
RÉFÉRENCE |
MONTANT |
ENCAISSEMENT |
APPRO |
|
{{response.encaissement.appro|number_format(0, '.', ' ') }} |
RETRAITS |
|
{{response.encaissement.depot|number_format(0, '.', ' ') }} |
{#
COMMISSION |
|
{{response.encaissement.commission|number_format(0, '.', ' ') }} |
#}
TOTAL ENCAISSEMENT |
{{ response.encaissement.totalEncaissement|number_format(0, '.', ' ') }} |
NATURE DE L'OPÉRATION |
RÉFÉRENCE |
MONTANT |
DÉCAISSEMENT |
DÉPOT |
|
{{response.decaissement.retrait|number_format(0, '.', ' ') }} |
VERSEMENT BANCAIRE |
|
{{response.decaissement.versementBancaire|number_format(0, '.', ' ') }} |
TOTAL DÉCAISSEMENT |
{{ response.decaissement.totalDecaissement|number_format(0, '.', ' ') }} |
SOLDE DE LA JOURNÉE |
{{response.soldeJournee|number_format(0, '.', ' ') }} |
SOLDE DE LA JOURNÉE PRÉCÉDENTE
| {{response.soldeJourneePrec|number_format(0, '.', ' ') }} |
CUMUL SOLDE
| {{response.cumulSolde|number_format(0, '.', ' ') }} |
Visa du Chef de Section Monetique |
Le Chef de Section Administrative |
Visa du Chef d'Agence |
{% endblock %}
{% endblock %}