{% extends 'base.html.twig' %}
{% set titleName = "Inventory Details " %}
{% block title %} POWER DATA | Inventory : {{ inventory.number }} {% endblock %}
{% block page %} {{ inventory.number }} {% endblock %}
{% block breadcrumb %} {% if titleName != "Home" %} {{ titleName }} / {{ inventory.number }} {% endif %} {% endblock %}
{% block css %}
{% endblock %}
{% block content %}
{{ inventory.number }}
Date: {{ inventory.createdAt|date }}
Result :
Please fix all problems and retry this step of verification .
Retry
{% set index = 1 %}
{% for line in verificationResult['data'] %}
Num
Ref
Barcode
Emplacement
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ line.ref }}
{{ line.barcode }}
{{ line.emplacement }}
Num
Ref
Barcode
Emplacement
Result :
All products is ready for inventory ! please click to validate this step .
Validate
{% set index = 1 %}
{% for line in inventoryLines %}
Num
Barcode
Emplacement
Qty
Is New
Created By
Created At
{% if is_granted('ROLE_ADMIN') %}
Action
{% endif %}
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ line.barcode }}
{{ line.emplacement }}
{{ line.qty }}
{{ line.new == 1 ? 'True' : 'False' }}
{{ line.createdBy.firstname ~ ' '~ line.createdBy.lastname }}
{{ line.createdAt|date("d/m/Y") }}
{% if is_granted('ROLE_ADMIN') %}
{% endif %}
Num
Barcode
Emplacement
Qty
Is New
Created By
Created At
{% if is_granted('ROLE_ADMIN') %}
Action
{% endif %}
{% set index = 1 %}
{% for line in notValidProduct %}
Num
Barcode
Emplacement
Qty
Last Counter
Problem
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ line.barcode }}
{{ line.allEmp }}
{{ line.totalQty }}
{{ line.user }}
{{ line.problem }}
Num
Barcode
Emplacement
Qty
Last Counter
Problem
{% set index = 1 %}
{% for key,line in listToUpdate %}
Num
Barcode
New Emplacement
New Qty
Last Counter
Problem
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ key }}
{% if line.newEmp is defined %} {{ line.newEmp }} {% endif %}
{% if line.newQty is defined %} {{ line.newQty }} {% endif %}
{{ line.user }}
{{ line.problem }}
Num
Barcode
New Emplacement
New Qty
Last Counter
Problem
{% set index = 1 %}
{% for key,line in listToCreate %}
Num
Barcode
Emplacement
Qty
Last Counter
Problem
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ key }}
{{ line.allEmp }}
{{ line.totalQty }}
{{ line.user }}
{{ line.problem }}
Num
Barcode
Emplacement
Qty
Last Counter
Problem
New Total
Dolibarr Total
Diff
{{ totalNew }}
{{ totalDolibar }}
{{ totalNew - totalDolibar }}
{% set index = 1 %}
{% for key,line in rapportPmp %}
Num
Barcode
PMP
Dolibarr Qty
New Qty
Diff Qty
Dolibarr Total
New Total
Diff Total
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ key }}
{{ line.pmp }}
{{ line.stockReel }}
{{ line.newQty }}
{{ line.diff }}
{{ line.stockReelPMP }}
{{ line.newQtyPMP }}
{{ line.diffPMP }}
Num
Barcode
PMP
Dolibarr Qty
New Qty
Diff Qty
Dolibarr Total
New Total
Diff Total