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 wewnętrzny
- {{ order.internalStatusCode ?: 'Nieustalony' }}
- Płatność
- {{ order.paymentStatus ?: 'unknown' }}
- Waluta
- {{ order.currency }}
{% if order.internalNote %}lock_noteNotatka operatora: {{ order.internalNote }}
{% endif %}