COD-Orden: {{ optimization.getAlias }}
Unidades a incluir: {{ movements }}
{{ optimization.typeWorkingOrder.description }}
{% if optimization.isClosed %}
Cerrada
{% else %}
Abierta
{% endif %}
{% if optimization.isActual %}
ACTUAL
{% endif %}
{% if optimization.reception is not null %}
Ir a la recepción: {{ optimization.reception.alias }}
{% endif %}
Fecha creación
{{ optimization.dateCreation | date('d-m-Y \\a \\l\\a\\s H:i:s') }}
Fecha realización
{% if optimization.dateDone %}{{ optimization.dateDone | date('d-m-Y \\a \\l\\a\\s H:i:s') }}{% else %} {% endif %}
{% for msg in app.session.flashBag.get('success') %}
{{ msg }}
{% endfor %}
{% endif %}
{% form_theme searchForm 'bootstrap_3_layout.html.twig' %}
BUSCADOR DE ORDENES DE TRABAJO
{{ form_start(searchForm) }}
{{ form_end(searchForm) }}
{{ form_row(searchForm.article) }}
{{ form_row(searchForm.season) }}
{{ form_row(searchForm.section) }}
{% if group.groupConfiguration.showAutoincrementNumberForArticle %}
{{ form_row(searchForm.autoIncrement) }}
{% endif %}
{{ form_row(searchForm.shopOut) }}
{{ form_row(searchForm.shopIn) }}
{% if group.groupConfiguration.useLocatorAlias %}
{{ form_row(searchForm.locatorAlias) }}
{% endif %}
{{ form_row(searchForm.dealer) }}
{{ form_row(searchForm.brand) }}
{% if group.groupConfiguration.useLocator %}
{{ form_row(searchForm.locator) }}
{% endif %}
COD-Traspaso | Tipo traspaso | Fecha Creación | Fecha Salida | Fecha Entrada | Tienda Salida | Tienda Entrada | Creación | Unidades a incluir | Unidades ya incluidas | Estado |
---|---|---|---|---|---|---|---|---|---|---|
{{ value['transfer'].getAlias }} | {% if value['transfer'].typeTransfer %}{{ value['transfer'].typeTransfer.description }}{% endif %} | {{ value['transfer'].dateCreation | date('Ymd') }}{{ value['transfer'].getDateCreation | date('d/m/Y H:i:s')}} | {% if value['transfer'].getDateOut %}{{ value['transfer'].getDateOut | date('d/m/Y H:i:s')}}{% endif %} | {% if value['transfer'].getDateIn %}{{ value['transfer'].getDateIn | date('d/m/Y H:i:s')}}{% endif %} | {% if value['transfer'].getShopOut %}{{ value['transfer'].getShopOut.name }}{% endif %} | {% if value['transfer'].getShopIn %}{{ value['transfer'].getShopIn.name }}{% endif %} | {% if value['transfer'].getTypeStockOptimizationTransfer %} {{ value['transfer'].getTypeStockOptimizationTransfer.description }} {% endif %} | {{ value['qty'] }} | {{ value['transfer'].getTransferElement | length }} | {{ value['transfer'].getTypeTransferStatus.description }} |