This commit is contained in:
Lizandro Guarnizo
2026-04-16 22:23:33 -05:00
parent 50b7f7f8ca
commit ef822dd3c7
38 changed files with 2448 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<?php return ['slug'=>'lab_dashboard','name'=>'Dashboard Lab','icon'=>'fas fa-tachometer-alt','category'=>'lab','route'=>'/lab_dashboard.php','is_active'=>true,'sort_order'=>10,'oleada'=>0,'description'=>'Panel principal del módulo de laboratorio','links'=>[['name'=>'Dashboard','icon'=>'fas fa-tachometer-alt','route'=>'/lab_dashboard.php']]];
+10
View File
@@ -0,0 +1,10 @@
<?php
/**
* modules/lab_dashboard/views/index.php
* Bridge al archivo legacy mientras se migra al nuevo sistema ERP.
* Acceso via: /erp.php?m=lab_dashboard&v=index o /lab_dashboard/index
*/
if (!defined('APP_ROOT')) {
define('APP_ROOT', dirname(__DIR__, 3));
}
require_once APP_ROOT . '/lab_dashboard.php';