up
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<?php return ['slug'=>'lab_reportes','name'=>'Reportes','icon'=>'fas fa-chart-bar','category'=>'reportes','route'=>'/lab_reportes.php','is_active'=>true,'sort_order'=>50,'oleada'=>0,'description'=>'Reportes de ingresos, rendimiento y pagos','links'=>[['name'=>'Reportes','icon'=>'fas fa-chart-bar','route'=>'/lab_reportes.php'],['name'=>'Actividad','icon'=>'fas fa-history','route'=>'/lab_actividad.php']]];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* modules/lab_reportes/views/index.php
|
||||
* Bridge al archivo legacy mientras se migra al nuevo sistema ERP.
|
||||
* Acceso via: /erp.php?m=lab_reportes&v=index o /lab_reportes/index
|
||||
*/
|
||||
if (!defined('APP_ROOT')) {
|
||||
define('APP_ROOT', dirname(__DIR__, 3));
|
||||
}
|
||||
require_once APP_ROOT . '/lab_reportes.php';
|
||||
Reference in New Issue
Block a user