diff --git a/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php b/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php index c2c3ff1c..5c9cd063 100755 --- a/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php +++ b/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php @@ -81,7 +81,7 @@ $settings = $session->get('settings');
| Tintas | -Ejemplares | -Maquina | -Marcapaginas | -Tiempo | -||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $linea_cubierta->tinta() ?> | -= $presupuesto->tirada ?> | -= $linea_cubierta->maquina()->nombre ?> | -= $presupuesto->marcapaginas ? "SI" : "NO" ?> | -= float_seconds_to_hhmm_string($linea_cubierta->horas_maquina * 3600) ?> | -||||||||||||||||||
| = json_decode($linea_cubierta->formas)->maquina_ancho ?>x= json_decode($linea_cubierta->formas)->maquina_alto ?> | -= $papel_formato->ancho ?>x= $papel_formato->alto ?> | -= $linea_cubierta->papel_impresion ?> | -= $linea_cubierta->papel_impresion()->gramaje . " " . "gr" ?> | +|||||||||||||||||||
| Tintas | +Ejemplares | +Maquina | +Marcapaginas | +Tiempo | +|
|---|---|---|---|---|---|
| = $linea_cubierta->tinta() ?> | += $presupuesto->tirada ?> | += $linea_cubierta->maquina()->nombre ?> | += $presupuesto->marcapaginas ? "SI" : "NO" ?> | += float_seconds_to_hhmm_string($linea_cubierta->horas_maquina * 3600) ?> | +|
| = json_decode($linea_cubierta->formas)->maquina_ancho ?>x= json_decode($linea_cubierta->formas)->maquina_alto ?> | += $papel_formato->ancho ?>x= $papel_formato->alto ?> | += $linea_cubierta->papel_impresion ?> | += $linea_cubierta->papel_impresion()->gramaje . " " . "gr" ?> | -||
+
+
-
+