diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 59ed405d8..44b188d9d 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -472,6 +472,7 @@ ticket: agency: Agency zone: Zone warehouse: Warehouse + collection: Collection route: Route invoice: Invoice shipped: Shipped diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index b456e003b..5b9b54a22 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -470,6 +470,7 @@ ticket: agency: Agencia zone: Zona warehouse: Almacén + collection: Colección route: Ruta invoice: Factura shipped: Enviado diff --git a/src/pages/Ticket/Card/TicketSummary.vue b/src/pages/Ticket/Card/TicketSummary.vue index f55669619..0715cf7ba 100644 --- a/src/pages/Ticket/Card/TicketSummary.vue +++ b/src/pages/Ticket/Card/TicketSummary.vue @@ -35,6 +35,7 @@ const ticket = ref(); const salesLines = ref(null); const editableStates = ref([]); const ticketUrl = ref(); +const grafanaUrl = 'https://grafana.verdnatura.es'; onMounted(async () => { ticketUrl.value = (await getUrl('ticket/')) + entityId.value + '/'; @@ -159,6 +160,20 @@ async function changeState(value) { :label="t('ticket.summary.warehouse')" :value="ticket.warehouse?.name" /> + + +