Lot : {{ lot.numberOfLot }} View {% if lot.valid != true %} {% endif %} {% if sorted != true %} ALERT : This list is not in order by emplacement {% endif %} Created At : {{ lot.createdAt|date() }}
{% if lot.validatedBy is not null %} Validate By : {{ lot.validatedBy.firstname~' '~lot.validatedBy.lastname }} {% endif %} This Lot is Valid {% if lot.validatedBy is not null %} Validate At : {{ lot.validatedAt|date() }} {% endif %}
SKU | Image | Qty | Orders |
---|---|---|---|
{{ name }}{{ sku }} {% if value['service'] is defined %}Service : {{ value['service']['Name'] }} {{ value['service']['barcode'] }} {% endif %} |
{{ value['qty'] }} |
{% for order in value['orders'] %} {{ order }} {% endfor %} |