diff --git a/ci4/app/Database/Migrations/2025-04-26-180000_AddFerroProtoPresupuestoDirecciones.php b/ci4/app/Database/Migrations/2025-04-26-180000_AddFerroProtoPresupuestoDirecciones.php new file mode 100644 index 00000000..a80e7131 --- /dev/null +++ b/ci4/app/Database/Migrations/2025-04-26-180000_AddFerroProtoPresupuestoDirecciones.php @@ -0,0 +1,36 @@ + [ + "type" => "INT", + "unsigned" => true, + "default" => 0, + "comment" => "Click iniciales de una tarea de impresion" + ], + "click_end" => [ + "type" => "INT", + "unsigned" => true, + "default" => 0, + "comment" => "Click finales de una tarea de impresion" + ], + ]; + public function up() + { + $this->forge->addColumn('orden_trabajo_tareas', $this->COLUMNS); + } + + public function down() + { + $this->forge->dropColumn('orden_trabajo_tareas', array_keys($this->COLUMNS)); + } +} diff --git a/ci4/app/Views/themes/vuexy/form/logistica/albaranes/viewAlbaranesEdit.php b/ci4/app/Views/themes/vuexy/form/logistica/albaranes/viewAlbaranesEdit.php new file mode 100644 index 00000000..15cdd857 --- /dev/null +++ b/ci4/app/Views/themes/vuexy/form/logistica/albaranes/viewAlbaranesEdit.php @@ -0,0 +1,35 @@ += $this->include("themes/_commonPartialsBs/sweetalert") ?> += $this->include('themes/_commonPartialsBs/datatables') ?> += $this->include("themes/_commonPartialsBs/select2bs5") ?> += $this->extend('themes/vuexy/main/defaultlayout') ?> + += $this->section('content'); ?> +
| = lang('Albaran.id') ?> | += lang('Albaran.numAlbaran') ?> | += lang('Albaran.numEnvio') ?> | += lang('Albaran.numPedidos') ?> | += lang('Albaran.cliente') ?> | += lang('Albaran.att') ?> | += lang('Albaran.direccion') ?> | += lang('Albaran.unidadesTotal') ?> | += lang('Albaran.cajas') ?> | += lang('Albaran.acciones') ?? 'Acciones' ?> | +
|---|---|---|---|---|---|---|---|---|---|
| + | + | + | + | + | + | + | + | + | + |