#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
3 changed files with 6 additions and 4 deletions
Showing only changes of commit d20bdf63c9 - Show all commits

View File

@ -312,7 +312,7 @@ const columns = computed(() => [
<VnSearchbar
data-key="ItemList"
:label="t('item.searchbar.label')"
:info="t('You can search by id')"
:info="t('item.searchbar.info')"
/>
<RightMenu>
<template #right-panel>
@ -325,7 +325,7 @@ const columns = computed(() => [
url="Items/filter"
:create="{
urlCreate: 'Items/new',
title: t('item.list.createItem'),
title: t('item.list.newItem'),
onDataSaved: ({ id }) => tableRef.redirect(`${id}/basic-data`),
formInitialData: {
editorFk: entityId,

View File

@ -107,6 +107,7 @@ item:
scopeDays: Scope days
searchbar:
label: Search item
info: You can search by id
descriptor:
item: Item
buyer: Buyer
@ -139,7 +140,7 @@ item:
stemMultiplier: Multiplier
producer: Producer
landed: Landed
createItem: Create item
newItem: New item
basicData:
type: Type
reference: Reference

View File

@ -109,6 +109,7 @@ item:
scopeDays: Días en adelante
searchbar:
label: Buscar artículo
info: Puedes buscar por id
descriptor:
item: Artículo
buyer: Comprador
@ -141,7 +142,7 @@ item:
stemMultiplier: Multiplicador
producer: Productor
landed: F. entrega
createItem: Crear artículo
newItem: Nuevo artículo
basicData:
type: Tipo
reference: Referencia