Esempio n. 1
0
 public function run()
 {
     $data = array("typeid" => EnvUtil::getRequest("typeid"), "lang" => Ibos::getLangSource("report.default"), "deptArr" => UserUtil::getManagerDeptSubUserByUid(Ibos::app()->user->uid), "dashboardConfig" => ReportUtil::getSetting(), "deptRoute" => $this->inStats() ? "stats/review" : "review/index", "userRoute" => $this->inStats() ? "stats/review" : "review/personal");
     $this->render(self::VIEW, $data);
 }
Esempio n. 2
0
 public function run()
 {
     $data = array("config" => ReportUtil::getSetting(), "id" => $this->getController()->getId());
     $this->render(self::VIEW, $data);
 }
Esempio n. 3
0
 public function getReportConfig()
 {
     return ReportUtil::getSetting();
 }