{{pdvName}}

Ticket Z

Date min : {{mindate | date('d/m/y à H:i')}}

Date max : {{maxdate | date('d/m/y à H:i') }}

{% if service == 1 %}

Service matin

{% endif %} {% if service == 2 %}

Service soir

{% endif %} {% if service == 3 %}

Service journée

{% endif %}
Nombre de commandes
{{countOrder}}

Montant total prévu


Montant HT {{(totalAmount/1.1) | number_format(2, '.', ',') }} €
TVA {{(totalAmount/11) | number_format(2, '.', ',') }} €
Montant TTC {{totalAmount | number_format(2, '.', ',') }} €

Montant total encaissé


Montant HT {{(cashedAmount/1.1) | number_format(2, '.', ',') }} €
TVA {{(cashedAmount/11) | number_format(2, '.', ',') }} €
Montant TTC {{cashedAmount | number_format(2, '.', ',') }} €
{% if modes|length>0 %}

Répartition par paiement


{% for el in modes %} {% endfor %}
MODE MT
{{el.label}} {{el.amount | number_format(2, '.', ',') }} €
{% endif %} {% if types|length>0 %}

Répartition par type de commande


{% for el in types %} {% endfor %}
{{el.label}} {{el.cmd}}
{% endif %} {% if teams|length>0 %}

Répartition équipier


{% for el in teams %} {% endfor %}
{{el.designation}} Non affectées {{el.cmd}}
{% endif %} {% if products|length>0 %}

Répartition par produit (hors menu)


{% for el in products %} {% endfor %}
PDT NB MT
{{el.name}} {{el.nbr}} {{el.total | number_format(2, '.', ',') }} €
{% endif %} {% if menus|length>0 %}

Répartition par menu


{% for el in menus %} {% endfor %}
MENU NB MT
{{el.title}} {{el.nbr}} {{el.total}} €
{% endif %} {% if services|length>0 %}

Répartition par service


{% for el in services %} {% endfor %}
SERVICE NB MT
{{el.name}} {{el.nbrCmd}} {{el.amount | number_format(2, '.', ',') }} €
{% endif %}