From efcda66c0b430e544febcadf3d1949a86f49d814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Tue, 1 Apr 2025 20:28:56 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20el=20panel=20(la=20vista)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci4/app/Config/Routes.php | 3 +++ ci4/app/Language/es/App.php | 1 + ci4/app/Views/themes/vuexy/main/menus/logistica_menu.php | 3 +++ 3 files changed, 7 insertions(+) diff --git a/ci4/app/Config/Routes.php b/ci4/app/Config/Routes.php index 58bba4ba..ebd240e3 100644 --- a/ci4/app/Config/Routes.php +++ b/ci4/app/Config/Routes.php @@ -977,6 +977,9 @@ $routes->group('soporte', ['namespace' => 'App\Controllers\Soporte'], function ( $routes->get('image/(:segment)', 'Ticketcontroller::image/$1'); }); +$routes->group('logistica', ['namespace' => 'App\Controllers\Logistica'], function ($routes) { + $routes->get('panel', 'Logisticacontroller::panel', ['as' => 'LogisticaPanel']); +}); $routes->group('produccion', ['namespace' => 'App\Controllers\Produccion'], function ($routes) { $routes->group('ordentrabajo', ['namespace' => 'App\Controllers\Produccion'], function ($routes) { diff --git a/ci4/app/Language/es/App.php b/ci4/app/Language/es/App.php index f2137fc9..ebe76d0c 100755 --- a/ci4/app/Language/es/App.php +++ b/ci4/app/Language/es/App.php @@ -729,6 +729,7 @@ return [ "menu_logistica" => "Logística", + "menu_logistica_panel" => "Panel", "menu_logistica_envios" => "Envíos conjuntos", "menu_logistica_etiquetas" => "Etiquetas", "menu_logistica_tracking" => "Tracking", diff --git a/ci4/app/Views/themes/vuexy/main/menus/logistica_menu.php b/ci4/app/Views/themes/vuexy/main/menus/logistica_menu.php index bc3ea4d1..6f3513f1 100644 --- a/ci4/app/Views/themes/vuexy/main/menus/logistica_menu.php +++ b/ci4/app/Views/themes/vuexy/main/menus/logistica_menu.php @@ -12,6 +12,9 @@ if (auth()->user()->inGroup('beta')) {