Merge branch 'main' into feat/printer-labels

This commit is contained in:
amazuecos
2025-04-02 13:50:34 +02:00
10 changed files with 268 additions and 42 deletions

View File

@ -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) {