creando lista proveedores editor precios

This commit is contained in:
Jaime Jiménez
2023-08-30 14:27:09 +02:00
parent 9a781eb6d6
commit 227441583f
9 changed files with 386 additions and 59 deletions

View File

@ -25,6 +25,7 @@ return [
'userCreatedId' => 'User Created ID',
'userUpdatedId' => 'User Updated ID',
'validation' => [
'error_seleccion_zonas' => 'A line from the zones table must be selected before creating a new record.',
'peso_max' => [
'decimal' => 'The field must contain a decimal number.',
'required' => 'The field is required.',

View File

@ -13,8 +13,8 @@ return [
'palets' => 'Palets',
'pesoMax' => 'Peso Max',
'pesoMin' => 'Peso Min',
'precio' => 'Precio',
'precioAdicional' => 'Precio Adicional',
'precio' => 'Precio peso mín.',
'precioAdicional' => 'Precio Kg Adicional',
'proveedorId' => 'Proveedor',
'tarifaEnvioId' => 'Tarifa Envío',
'tarifaEnvioPrecio' => 'Peso y Precio',
@ -25,6 +25,7 @@ return [
'userCreatedId' => 'User Created ID',
'userUpdatedId' => 'User Updated ID',
'validation' => [
'error_seleccion_zonas' => 'Debe seleccionar una línea de la tabla zonas antes de crear un registro nuevo.',
'peso_max' => [
'decimal' => 'El campo debe contener un número decimal.',
'required' => 'El campo es obligatorio.',