diff --git a/src/components/RegularizeStockForm.vue b/src/components/RegularizeStockForm.vue index f34386fc4..3cd18d1c8 100644 --- a/src/components/RegularizeStockForm.vue +++ b/src/components/RegularizeStockForm.vue @@ -55,6 +55,7 @@ const onDataSaved = (data) => { v-model.number="data.quantity" type="number" autofocus + data-cy="regularizeStockInput" /> diff --git a/src/components/VnTable/VnTableFilter.vue b/src/components/VnTable/VnTableFilter.vue index f23c657cf..8632842f4 100644 --- a/src/components/VnTable/VnTableFilter.vue +++ b/src/components/VnTable/VnTableFilter.vue @@ -1,6 +1,5 @@ diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 33829d98d..023f8da4b 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -456,6 +456,11 @@ entry: landing: Landing isExcludedFromAvailable: Es inventory ticket: + params: + ticketFk: Ticket ID + weekDay: Weekday + agencyModeFk: Agency + id: Worker card: customerId: Customer ID customerCard: Customer card @@ -697,6 +702,11 @@ wagon: minHeightBetweenTrays: 'The minimum height between trays is ' maxWagonHeight: 'The maximum height of the wagon is ' uncompleteTrays: There are incomplete trays + params: + label: Label + plate: Plate + volume: Volume + name: Name supplier: list: diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index f0cbe3543..139486e03 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -457,6 +457,11 @@ entry: landing: Llegada isExcludedFromAvailable: Es inventario ticket: + params: + ticketFk: ID de ticket + weekDay: Salida + agencyModeFk: Agencia + id: Comercial card: customerId: ID cliente customerCard: Ficha del cliente @@ -700,6 +705,11 @@ wagon: minHeightBetweenTrays: 'La distancia mínima entre bandejas es ' maxWagonHeight: 'La altura máxima del vagón es ' uncompleteTrays: Hay bandejas sin completar + params: + label: Etiqueta + plate: Matrícula + volume: Volumen + name: Nombre supplier: list: payMethod: Método de pago diff --git a/src/pages/Account/locale/en.yml b/src/pages/Account/locale/en.yml index 88a6b11e9..1826250fd 100644 --- a/src/pages/Account/locale/en.yml +++ b/src/pages/Account/locale/en.yml @@ -1,4 +1,18 @@ account: + params: + id: Id + name: Name + roleFk: Role + nickname: Nickname + password: Password + active: Active + search: Id + description: Description + alias: Alias + model: Model + principalId: Role + property: Property + accessType: Access card: nickname: User role: Role diff --git a/src/pages/Account/locale/es.yml b/src/pages/Account/locale/es.yml index ba559f2c3..941a9948f 100644 --- a/src/pages/Account/locale/es.yml +++ b/src/pages/Account/locale/es.yml @@ -1,4 +1,20 @@ +accessType: Acceso +property: Propiedad account: + params: + id: Id + name: Nombre + roleFk: Rol + nickname: Nickname + password: Contraseña + active: Activo + search: Id + description: Descripción + alias: Alias + model: Modelo + principalId: Rol + property: Propiedad + accessType: Acceso card: nickname: Usuario role: Rol diff --git a/src/pages/Customer/locale/en.yml b/src/pages/Customer/locale/en.yml index 18cee7309..1d2497ded 100644 --- a/src/pages/Customer/locale/en.yml +++ b/src/pages/Customer/locale/en.yml @@ -94,3 +94,12 @@ customer: hasToInvoiceByAddress: Invoice by address isToBeMailed: Mailing hasSepaVnl: VNL B2B received + params: + isWorker: Is Worker + payMethod: Payment Method + workerFk: Author + observation: Last Observation + created: Last Update Date + creditInsurance: Credit Insurance + defaulterSinced: Defaulted Since + hasRecovery: Has Recovery \ No newline at end of file diff --git a/src/pages/Customer/locale/es.yml b/src/pages/Customer/locale/es.yml index b544f8ad7..1b56f6805 100644 --- a/src/pages/Customer/locale/es.yml +++ b/src/pages/Customer/locale/es.yml @@ -96,3 +96,12 @@ customer: hasToInvoiceByAddress: Factura por consigna isToBeMailed: Env. emails hasSepaVnl: Recibido B2B VNL + params: + isWorker: Es trabajador + payMethod: F. Pago + workerFk: Autor + observation: Última observación + created: Fecha Ú. O. + creditInsurance: Crédito A. + defaulterSinced: Desde + hasRecovery: Tiene recobro \ No newline at end of file diff --git a/src/pages/Department/Card/DepartmentCard.vue b/src/pages/Department/Card/DepartmentCard.vue index 21247ca5a..8597e37cf 100644 --- a/src/pages/Department/Card/DepartmentCard.vue +++ b/src/pages/Department/Card/DepartmentCard.vue @@ -1,13 +1,13 @@ + \ No newline at end of file diff --git a/src/pages/Department/Card/DepartmentSummary.vue b/src/pages/Department/Card/DepartmentSummary.vue index 03f9b7860..a4815ff6c 100644 --- a/src/pages/Department/Card/DepartmentSummary.vue +++ b/src/pages/Department/Card/DepartmentSummary.vue @@ -40,7 +40,7 @@ onMounted(async () => {