añadidas tarifas encuadernacion por horas para los cosidos

This commit is contained in:
Jaime Jiménez Ortega
2023-11-30 23:19:45 +01:00
parent f1eb8f6808
commit 67e12c8eff
24 changed files with 1369 additions and 131 deletions

View File

@ -8,6 +8,9 @@ return [
'deleteLine' => 'the selected register',
'precioMax' => 'Max Price',
'precioMin' => 'Min Price',
'tiempoMin' => 'Min Time',
'tiempoMax' => 'Max Time',
'precioHora' => 'Price/hour',
'precioUnidad' => 'Price Unit',
'paginasMax' => 'Max Pages',
'paginasMin' => 'Min Pages',
@ -22,6 +25,8 @@ return [
'error_seleccion_tiradas' => 'A line from the Printings table must be selected before creating a new record.',
'error_paginas_overlap' => 'The range [Min Pages, Max Pages] is overlapped with another one for the selected type.',
'error_paginas_range' => 'The field Min Pages must be lower than the field Max Pages',
'error_paginas_range' => 'The field Min Time must be lower than the field Max Time',
'error_paginas_overlap' => 'The range [Min Time, Max Time] is overlapped with another one for the selected type.',
'precio_max' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',

View File

@ -25,6 +25,9 @@ return [
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdateId' => 'User Update ID',
'por_horas' => 'Hourly rate?',
'sureToChange' => 'Are you sure to change this option?',
'sureToChangePorHorasText' => 'This operation can\'t undone, and the price lines will change.',
'validation' => [
'ajuste' => [
'decimal' => 'The {field} field must contain a decimal number.',