{% if firstCountingLines is not null and firstCountingLines|length > 0 %} {% for line in firstCountingLines %} {% endfor %} {% if firstResult is not null and firstResult|length > 0 %} {% endif %} {% endif %} {% if secondCountingLines is not null and secondCountingLines|length > 0 %} {% for line in secondCountingLines %} {% endfor %} {% if secondResult is not null and secondResult|length > 0 %} {% endif %} {% endif %} {% if thirdCountingLines is not null and thirdCountingLines|length > 0 %} {% for line in thirdCountingLines %} {% endfor %} {% if thirdResult is not null and thirdResult|length > 0 %} {% endif %} {% endif %}
Counting Emplacement Qty Is New Counted By Counted At
{{ line.counting }} {{ line.emplacement }} {{ line.qty }} {{ line.new == 1 ? 'True' : 'False' }} {{ line.createdBy.firstname ~ ' '~ line.createdBy.lastname }} {{ line.createdAt|date("d/m/Y") }}
=> RESULT Valid : {{ firstResult.valid? 'True' : 'False'}} Problem : {{ firstResult.problem}}
{{ line.counting }} {{ line.emplacement }} {{ line.qty }} {{ line.new == 1 ? 'True' : 'False' }} {{ line.createdBy.firstname ~ ' '~ line.createdBy.lastname }} {{ line.createdAt|date("d/m/Y") }}
=> RESULT Valid : {{ secondResult.valid? 'True' : 'False'}} Problem : {{ secondResult.problem}}
{{ line.counting }} {{ line.emplacement }} {{ line.qty }} {{ line.new == 1 ? 'True' : 'False' }} {{ line.createdBy.firstname ~ ' '~ line.createdBy.lastname }} {{ line.createdAt|date("d/m/Y") }}
=> RESULT Valid : {{ thirdResult.valid? 'True' : 'False'}} Problem : {{ thirdResult.problem}}
{#{% else %}#} {#

Barcode Not Counted ...

#} {#{% endif %}#}