ya funcionando la consulta de papel_impresion/maquinas

This commit is contained in:
Jaime Jimenez
2023-09-25 08:03:28 +02:00
parent ad55a2290f
commit d9afa9a1ef
10 changed files with 251 additions and 144 deletions

View File

@ -6,20 +6,12 @@ return [
'id' => 'ID',
'moduleTitle' => 'Streets config',
'deleteLine' => 'the selected register',
'formas_min' => 'Shapes mín.',
'formas_max' => 'Shapes max.',
'formas' => 'Shapes',
'internas' => 'Internal streets',
'externas' => 'External streets',
'validation' => [
'error_calle_overlap' => 'The range [Shapes mín, Shapes max] is overlapped with another one.',
'error_calle_range' => 'The field Shapes min. must be lower than the field Shapes max.',
'formas_min' => [
'integer' => 'Must be a integer number.',
'required' => 'Required.',
],
'formas_max' => [
'error_formas_exists' => 'The shape value for another line already exists',
'formas' => [
'integer' => 'Must be a integer number.',
'required' => 'Required.',

View File

@ -6,20 +6,12 @@ return [
'id' => 'ID',
'moduleTitle' => 'Configuración Calles',
'deleteLine' => 'el registro seleccionado',
'formas_min' => 'Formas mín.',
'formas_max' => 'Formas max.',
'formas' => 'Formas',
'internas' => 'Calles internas',
'externas' => 'Calles externas',
'validation' => [
'error_calle_overlap' => 'El rango [Formas mín, Formas max] se solapa con otro existente para el tipo seleccionado.',
'error_calle_range' => 'El campo Formas mín. debe ser menor que el campo Formas max.',
'formas_min' => [
'integer' => 'Debe contener un número entero.',
'required' => 'Requerido.',
],
'formas_max' => [
'error_formas_exists' => 'Ya existe el valor de forma para otra línea',
'formas' => [
'integer' => 'Debe contener un número entero.',
'required' => 'Requerido.',