fix_customerConsumption_filter #1357

Merged
jsegarra merged 8 commits from fix_customerConsumption_filter into dev 2025-02-10 12:40:48 +00:00
4 changed files with 2 additions and 5 deletions
Showing only changes of commit cdf600cbd0 - Show all commits

View File

@ -328,7 +328,6 @@ en:
active: Is active active: Is active
visible: Is visible visible: Is visible
floramondo: Is floramondo floramondo: Is floramondo
salesPersonFk: Buyer
categoryFk: Category categoryFk: Category
es: es:
@ -339,7 +338,6 @@ es:
active: Activo active: Activo
visible: Visible visible: Visible
floramondo: Floramondo floramondo: Floramondo
salesPersonFk: Comprador
categoryFk: Categoría categoryFk: Categoría
Plant: Planta natural Plant: Planta natural
Flower: Flor fresca Flower: Flor fresca

View File

@ -653,7 +653,6 @@ supplier:
tableVisibleColumns: tableVisibleColumns:
nif: NIF/CIF nif: NIF/CIF
account: Cuenta account: Cuenta
summary: summary:
responsible: Responsable responsible: Responsable
verified: Verificado verified: Verificado

View File

@ -64,7 +64,7 @@ const columns = computed(() => [
{ {
align: 'left', align: 'left',
name: 'buyerId', name: 'buyerId',
jsegarra marked this conversation as resolved
Review

buyerId es comprador
y salesPersonFk el comercial.
Si es el compardor, adapta la traduccio y adelante, si es comercial no lo pongas porque yo los voy a quitar en breve.

buyerId es comprador y salesPersonFk el comercial. Si es el compardor, adapta la traduccio y adelante, si es comercial no lo pongas porque yo los voy a quitar en breve.
Review

Hago una revisión de traducciones, no mas de 10 min

Hago una revisión de traducciones, no mas de 10 min
label: t('components.itemsFilterPanel.salesPersonFk'), label: t('customer.params.buyerId'),
component: 'select', component: 'select',
attrs: { attrs: {
url: 'TicketRequests/getItemTypeWorker', url: 'TicketRequests/getItemTypeWorker',

View File

@ -109,7 +109,7 @@ customer:
socialName: Razón social socialName: Razón social
campaign: Campaña campaign: Campaña
typeId: Familia typeId: Familia
buyerId: Familia buyerId: Comprador
jgallego marked this conversation as resolved Outdated

?

?
categoryId: Reino categoryId: Reino
city: Ciudad city: Ciudad
phone: Teléfono phone: Teléfono