{% macro show(pickingList, customPickingList = false, eventsLogsView = false) %}
# | Ref. | SKU | EAN | {{ 'label.quantity'|trans }} | {{ 'label.weight'|trans }} | {{ 'label.length'|trans }} | {{ 'label.width'|trans }} | {{ 'label.height'|trans }} | {{ 'product.name'|trans }} | {{ 'product.category'|trans }} | {{ 'order.cost_with_taxes'|trans }} | {{ 'order.cost_without_taxes'|trans }} |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ loop.index }}. | {{ line.reference }} | {{ line.sku }} | {{ line.ean }} | {{ line.quantity }} | {{ line.weight }} | {{ line.length }} | {{ line.width }} | {{ line.height }} | {{ line.name }} | {{ line.category }} | {{ line.totalWithTaxes }} | {{ line.totalWithoutTaxes }} |
{{ eventLogView.request }}
{{ eventLogView.response }}
{{ 'label.without_registered_events_logs'|trans }}.
{% endif %}Fecha | {{ 'expedition.id' | trans }} | {{ 'expedition.reference' | trans }} | Ref. Bigbuy | {{ 'label.file' | trans }} | ||
---|---|---|---|---|---|---|
{{ expedition.dateAdd | date('d/m/Y H:i') }} | {{ expedition.id }} | {{ expedition.carrierExpeditionId }} | {{ expedition.bigBuyExpeditionId }} | {{ label.url }} | {% if is_granted('ROLE_SUPER_ADMIN') %}{{ 'download'| trans }} PDF{% endif %} | {% if is_granted('ROLE_SUPER_ADMIN') %}{{ 'show'| trans }} ZPL{% endif %} |
Fecha | {{ 'expedition.id' | trans }} | {{ 'expedition.reference' | trans }} | Ref. Bigbuy | {{ 'label.file' | trans }} | Borrada | ||
---|---|---|---|---|---|---|---|
{{ expedition.dateAdd | date('d/m/Y H:i') }} | {{ expedition.id }} | {{ expedition.carrierExpeditionId }} | {{ expedition.bigBuyExpeditionId }} | {{ label.url }} | {{ expedition.dateCanceled ? expedition.dateCanceled|date('d-m-Y H:i') : '' }} {{ expedition.canceledBy ? expedition.canceledBy.email : '' }} |
{% if is_granted('ROLE_SUPER_ADMIN') %}{{ 'download'| trans }} PDF{% endif %} | {% if is_granted('ROLE_SUPER_ADMIN') %}{{ 'show'| trans }} ZPL{% endif %} |