inventory_2Pozycje{{ order_view.summary.items }}
linkZmapowane{{ order_view.summary.mapped }}
link_offNierozpoznane{{ order_view.summary.unresolved + order_view.summary.ambiguous }}
barcodeBraki SKU{{ order_view.summary.missingSku }}
paletteBraki POD ART{{ order_view.summary.missingArtwork }}
imageBraki mockupów{{ order_view.summary.missingMockup }}
Zamówienie
Najważniejsze dane
- Źródło
- {{ order.manual ? 'Operator' : (order.platform ? order.platform.name : '—') }} / {{ order.sourceIntegration ? order.sourceIntegration.name : '—' }}
{% if order.manual %}
- Źródło ręczne
- {{ order.manualSourceLabel ?: 'Zamówienie ręczne operatora' }}
- Referencja operatora
- {{ order.manualExternalReference ?: '—' }}
- Utworzył
- {{ order.createdBy ? order.createdBy.displayName : '—' }}
- Ostatnio edytował
- {{ order.updatedBy ? order.updatedBy.displayName : '—' }}
- Aktywowane
- {{ order.activatedAt ? order.activatedAt|date('d.m.Y H:i:s') : '—' }}
{% endif %}
- Numer
- {{ order.externalReference ?: order.externalId }}
- Utworzone
- {{ order.sourceCreatedAt ? order.sourceCreatedAt|date('d.m.Y H:i:s') : '—' }}
{% if not order.manual %}- Ostatnia synchronizacja
- {{ order.lastSyncedAt ? order.lastSyncedAt|date('d.m.Y H:i:s') : '—' }}
{% endif %}
- Status zamówienia
- {% include 'status/_badge.html.twig' with {status: order_workflow_status, code: order.internalStatusCode, scope: 'order'} only %}
- Płatność
- {{ order.paymentStatus ?: 'unknown' }}
- Waluta
- {{ order.currency }}
{% if order.internalNote %}lock_noteNotatka operatora: {{ order.internalNote }}
{% endif %}
Kontrolowana zmiana statusu zamówienia
{% include 'status/_manual_change_form.html.twig' with {scope: 'order', entity: order, current_code: order.internalStatusCode, available_statuses: order_workflow_statuses, can_change: permissions.workflow_status_change, can_force: permissions.workflow_terminal_force} only %}