data['reports']; echo $this->data['nav']->render(); ?>
getHtml('Open'); ?>download
data['open'] as $key => $report) : ++$c; $url = UriFactory::build('{/base}/qualitymanagement/report/view?{?}&id=' . $report->id); ?>
getHtml('Status'); ?> getHtml('Title'); ?> getHtml('Creator'); ?> getHtml('Assigned'); ?> getHtml('For'); ?> getHtml('Item'); ?> getHtml('Created'); ?>
getHtml('S' . $report->task->status, 'Tasks'); ?> printHtml($report->task->title); ?> printHtml($report->task->createdBy->name1); ?> printHtml($report->task->createdBy->name2); ?> task->getResponsible(); foreach ($responsibles as $responsible) : ?> printHtml($responsible->name1); ?> printHtml($responsible->name2); ?> printHtml($report->task->for->name1); ?> printHtml($report->task->for->name2); ?> getHtml('P' . $report->task->priority, 'Tasks'); ?> printHtml($report->task->createdAt->format('Y-m-d H:i')); ?>
getHtml('Empty', '0', '0'); ?>
getHtml('Reports'); ?>download
data['reports'] as $key => $report) : ++$c; $url = UriFactory::build('{/base}/qualitymanagement/report/view?{?}&id=' . $report->id); ?>
getHtml('Status'); ?> getHtml('Title'); ?> getHtml('Creator'); ?> getHtml('Assigned'); ?> getHtml('For'); ?> getHtml('Item'); ?> getHtml('Created'); ?>
getHtml('S' . $report->task->status, 'Tasks'); ?> printHtml($report->task->title); ?> printHtml($report->task->createdBy->name1); ?> printHtml($report->task->createdBy->name2); ?> task->getResponsible(); foreach ($responsibles as $responsible) : ?> printHtml($responsible->name1); ?> printHtml($responsible->name2); ?> printHtml($report->task->for->name1); ?> printHtml($report->task->for->name2); ?> getHtml('P' . $report->task->priority, 'Tasks'); ?> printHtml($report->task->createdAt->format('Y-m-d H:i')); ?>
getHtml('Empty', '0', '0'); ?>
getHtml('Stats'); ?>
getHtml('Unassigned'); ?>data['stats']['unassigned'] ?? 0; ?>
getHtml('Open'); ?>data['stats']['open'] ?? 0; ?>
getHtml('InProgress'); ?>data['stats']['inprogress'] ?? 0; ?>
getHtml('Closed'); ?>data['stats']['closed'] ?? 0; ?>
getHtml('Total'); ?>data['stats']['total'] ?? 0; ?>