mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en preciopliego2
This commit is contained in:
@ -15,10 +15,10 @@ class PresupuestoService extends BaseService
|
||||
$uso = 'interior';
|
||||
$tipo = 'negro';
|
||||
$cantidad = (object)array(
|
||||
'paginas' => 100,
|
||||
'tirada' => 50,
|
||||
'merma' => 5,
|
||||
'merma_portada' => 1,
|
||||
'paginas' => 200,
|
||||
'tirada' => 500,
|
||||
'merma' => 10,
|
||||
'merma_portada' => 10,
|
||||
);
|
||||
|
||||
|
||||
@ -45,7 +45,8 @@ class PresupuestoService extends BaseService
|
||||
$maquinas = $maquina_model->getMaquinaImpresionForPresupuesto(
|
||||
is_rotativa: $papel->rotativa,
|
||||
tarifa_tipo: 'negro',
|
||||
papel_impresion_id: $papel->id
|
||||
papel_impresion_id: $papel->id,
|
||||
tirada: $cantidad->tirada+$cantidad->merma
|
||||
);
|
||||
echo '<pre>';
|
||||
echo '<p>Para papel impresion: ' . $papel->nombre . '</p>';
|
||||
|
||||
Reference in New Issue
Block a user