. ------------------------------------------------------------------ Original work Copyright (c) 2012 [Gamonoid Media Pvt. Ltd] Developer: Thilina Hasantha (thilina.hasantha[at]gmail.com / facebook.com/thilinah) */ $moduleName = 'dashboard'; define('MODULE_PATH',dirname(__FILE__)); include APP_BASE_PATH.'header.php'; include APP_BASE_PATH.'modulejslibs.inc.php'; ?>
getModuleManagers(); $dashBoardList = array(); foreach($moduleManagers as $moduleManagerObj){ //Check if this is not an admin module if($moduleManagerObj->getModuleType() != 'admin'){ continue; } $allowed = BaseService::getInstance()->isModuleAllowedForUser($moduleManagerObj); if(!$allowed){ continue; } $item = $moduleManagerObj->getDashboardItem(); if(!empty($item)) { $index = $moduleManagerObj->getDashboardItemIndex(); $dashBoardList[$index] = $item; } } ksort($dashBoardList); foreach($dashBoardList as $k=>$v){ echo $v; } ?>

Why not upgrade to IceHrm Pro Version

IceHrm Pro is the feature rich upgrade to IceHrm open source version. It comes with improved modules for employee management, leave management and number of other features over open source version. Hit this link to do a full one to one comparison. Also you can learn more about IceHrm Pro here

Buy IceHrm Pro