{% for user in user %} {% set refTva = 0 %} {% for perfa in perf %} {% for perfaa in perfa %} {% for commande in perfaa.command.produit if(perfaa.userordancement.id == user.id) %} {% set refTva = refTva + commande.lproduit.prixunitaire * commande.quantite %} {% endfor %} {% endfor %} {% endfor %} {% else %} {% endfor %}
Nom et prenoms Team Progress Date debut Date fin Montant obtenue Objectif
{{ user.nom }} {{ user.prenoms }} CALL CENTER
{% if ((refTva|trim /notation.montant|trim )*100 )|round(2, 'floor') < 25 |round(2, 'floor')%}
{% endif %} {% if ( ((refTva|trim /notation.montant|trim )*100 )|round(2, 'floor') > 25 |round(2, 'floor') ) and ( ((refTva|trim /notation.montant|trim )*100 )|round(2, 'floor') <75 |round(2, 'floor') ) %}
{% endif %} {% if ((refTva|trim /notation.montant|trim )*100 )|round(2, 'floor') > 75 |round(2, 'floor')%}
{% endif %}
{{ notation.datedebut|date('Y-m-d') }} {{ notation.datefin|date('Y-m-d') }} {{ refTva|number_format(0, ',', ' ')|trim }} {{ notation.montant|number_format(0, ',', ' ')|trim }}
Aucun enregistrement trouvé