data['nav']->render(); ?>
| = $this->getHtml('Risks'); ?> | = RiskMapper::count() ->where('unit', $this->data['unit']) ->where('status', RiskStatus::ACTIVE) ->executeCount(); ?> |
|---|---|
| = $this->getHtml('Causes'); ?> | = CauseMapper::count() ->with('risk') ->where('risk/unit', $this->data['unit']) ->executeCount(); ?> |
| = $this->getHtml('Solutions'); ?> | = SolutionMapper::count() ->with('risk') ->where('risk/unit', $this->data['unit']) ->executeCount(); ?> |
| = $this->getHtml('Departments'); ?> | = DepartmentMapper::count() ->where('unit', $this->data['unit']) ->executeCount(); ?> |
| = $this->getHtml('Categories'); ?> | = CategoryMapper::count() ->executeCount(); ?> |
| = $this->getHtml('Processes'); ?> | = ProcessMapper::count() ->where('unit', $this->data['unit']) ->executeCount(); ?> |
| = $this->getHtml('Projects'); ?> | = ProjectMapper::count() ->where('unit', $this->data['unit']) ->executeCount(); ?> |