realizado el calculo por horas e introducido en el comparador

This commit is contained in:
Jaime Jiménez
2024-01-03 16:57:55 +01:00
parent fbea595a6b
commit 04f5748cb3
16 changed files with 240 additions and 49 deletions

View File

@ -30,7 +30,7 @@ return [
'bicolor' => 'Bicolor',
'validation' => [
'duplicated_uso_tipo' => "Duplicate line (the combination 'use' and 'type' already exists)",
'cubierta_sobrecubierta_color' => "Cover and dust jacket only allow 'color' type",
'cubierta_sobrecubierta_color' => "Cover and dust jacket only allow 'color HQ' type",
'tipo' => [
'in_list' => 'The {field} field must be one of: {param}.',
'required' => 'Required field.',

View File

@ -75,6 +75,8 @@ return [
'peso' => 'Weight',
'click' => 'Click',
'totalClicks' => 'Total clicks',
'horas' => 'Machine hours',
'precioImpresion' => 'Print price',
'precioPagNegro' => 'Pages black price',
'precioPagColor' => 'Pages color price',
'totalTinta' => 'Total ink',

View File

@ -30,7 +30,7 @@ return [
'bicolor' => 'Bicolor',
'validation' => [
'duplicated_uso_tipo' => "Línea duplicada (la combinación 'uso' y 'tipo' ya existe)",
'cubierta_sobrecubierta_color' => "Cubierta y sobrecubierta solo permiten tipo 'color'",
'cubierta_sobrecubierta_color' => "Cubierta y sobrecubierta solo permiten tipo 'color HQ'",
'tipo' => [
'in_list' => 'El campo {field} debe contener uno de: {param}.',
'required' => 'Campo obligatorio.',

View File

@ -74,6 +74,8 @@ return [
'peso' => 'Peso',
'click' => 'Click',
'totalClicks' => 'Total clicks',
'horas' => 'Horas máquina',
'precioImpresion' => 'Precio impresión',
'precioPagNegro' => 'Precio pág. negro',
'precioPagColor' => 'Precio pág. color',
'totalTinta' => 'Total tinta',