{% extends 'b_index.html.twig' %} {% block title %}Reservations{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {% endblock %} {% block body %} {# #}

Broullard de colis

{% if voyage.actif == 1 %}
Ajouter
{% endif %}
{#{% if item.actif == 1 and disponibilite > 0 %}
  • Ajouter réservation
  • {% endif %}
    Ajouter
    #} {#
    Encaissement (Billets vendus)

    {{ "now"|format_datetime(locale='fr', pattern='EEEE')|capitalize }} {{ "now"|format_datetime(locale='fr', pattern='d') }}

    {{ "now"|format_datetime(locale='fr', pattern='MMMM')|capitalize }} {{ "now"|format_datetime(locale='fr', pattern='Y')|capitalize }}

    {% set items=reservations %} {% for item in items %} {% else %} {% endfor %}
    # Passager Numéro billet Prix
    {{ loop.index }} {{ item.client.nom }} {{ item.billnumber }} $ {{ item.transit.prix }}
    Pas d'enregistrement trouvé
    #} {# #} {#{% for stat in stats %}
    {{ stat.moyen }}

    {{ stat.nbBillets }} Billets / {{ stat.totalMontant }} $

    {% endfor %}#}
    {{ include('reservation/formList.html.twig') }}

    {{ totalTicketsVendus }} Colis / {{ totalTicketsVendusPrix }} CDF

    Nombre Colis
    {% for stat in stats %} {#
    {{ stat.moyen }}

    {{ stat.nbBillets }} Billets / {{ stat.totalMontant }} $

    #}

    {{ stat.nbBillets }} Colis / {{ stat.totalMontant }} CDF

    {{ stat.moyen }}
    {% endfor %}

    {{ totalmontant }} CDF

    Charges

    {{ totalTicketsAnnule }} Billets

    Colis Annulés

    Encaissement (Billets vendus)

    {% set items=colis %} {% for item in items %} {% else %} {% endfor %}
    # Date Code Expediteur Description Net à payer Montant payé BP Moyen paiement Destinateur Contact
    {{ loop.index }} {{ item.dateReservation ? item.dateReservation|date('d-m-Y') : '' }} {{ item.code }} {{ item.client.nom }} {{ item.client.prenom }} {{ item.naturecolis }} {{ item.montantpaye }} CDF {{ item.montant }} CDF {{ item.montantdu }} CDF {{ item.moyenpaiement.nom }} {{ item.destinateur }} {{ item.phonedestinateur }}
    # Pas d'enregistrement trouvé
    # Date Code Expediteur Description Net à payer Montant payé BP Moyen paiement Destinateur Contact
    {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} {% endblock %}