añadido calculo de formas rot y merma automatica para rot

This commit is contained in:
2023-12-28 12:43:23 +01:00
parent 101b6508de
commit 98b416cedc
18 changed files with 521 additions and 17 deletions

View File

@ -16,7 +16,7 @@ return [
'telefono' => 'Phone',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required'
'required' => 'Field required',
'valid_email' => 'The email is not valid',
],

View File

@ -0,0 +1,22 @@
<?php
return [
'nombre' => 'Name',
'plantilla_id' => 'Template ID',
'tipo' => 'Type',
'tipo_maquina' => 'Machine type',
'tipo_impresion' => 'Print type',
'tiempo_min' => 'Min. Time',
'tiempo_max' => 'Max. Time',
'margen' => 'Margin',
'cliente_id' => 'Customer',
'user_updated_id' => 'User edition',
'updated_at' => 'Date edition',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required',
],
];

View File

@ -155,6 +155,7 @@ return [
'integer' => 'The {field} field must contain an integer.',
'requerido' => 'The {field} field is required.',
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'no_lp_for_merma' => 'Insert budget lines to calculate shrink',
],
'errores' => [

View File

@ -0,0 +1,22 @@
<?php
return [
'nombre' => 'Nombre',
'plantilla_id' => 'Plantilla ID',
'tipo' => 'Tipo',
'tipo_maquina' => 'Tipo de máquina',
'tipo_impresion' => 'Tipo de impresión',
'tiempo_min' => 'Tiempo Mín.',
'tiempo_max' => 'Tiempo Máx.',
'margen' => 'Margen',
'cliente_id' => 'Cliente',
'user_updated_id' => 'Usuario edición',
'updated_at' => 'Fecha edición',
'validation' => [
'max_length' => 'Max. valor caracteres alcanzado',
'required' => 'Campo obligatorio',
],
];

View File

@ -215,6 +215,7 @@ return [
'integer' => 'El campo {field} debe contener un número entero.',
'requerido' => 'El campo {field} es obligatorio.',
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
'no_lp_for_merma' => 'Inserte líneas de presupuesto para calcular la merma',
],
'errores' => [