getData('tasks'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Status') ?> | = $this->getHtml('Due') ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> | $task) : $c++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/task/single?{?}&id=' . $task->getId()); $color = 'darkred'; if ($task->getStatus() === \Modules\Tasks\Models\TaskStatus::DONE) { $color = 'green'; } elseif ($task->getStatus() === \Modules\Tasks\Models\TaskStatus::OPEN) { $color = 'darkblue'; } elseif ($task->getStatus() === \Modules\Tasks\Models\TaskStatus::WORKING) { $color = 'purple'; } elseif ($task->getStatus() === \Modules\Tasks\Models\TaskStatus::CANCELED) { $color = 'red'; } elseif ($task->getStatus() === \Modules\Tasks\Models\TaskStatus::SUSPENDED) { $color = 'yellow'; } ?>|
| = $this->getHtml('S' . $task->getStatus()) ?> | = $this->printHtml($task->getDue()->format('Y-m-d H:i')); ?> | = $this->printHtml($task->getTitle()); ?> | = $this->printHtml($task->getCreatedBy()->getName1()); ?> | = $this->printHtml($task->getCreatedAt()->format('Y-m-d H:i')); ?> | |
| = $this->getHtml('Empty', 0, 0); ?> | |||||
| = $this->getHtml('Received') ?> | 0 |
|---|---|
| = $this->getHtml('Created') ?> | 0 |
| = $this->getHtml('Forwarded') ?> | 0 |
| = $this->getHtml('AverageAmount') ?> | 0 |
| = $this->getHtml('AverageProcessTime') ?> | 0 |
| = $this->getHtml('InTime') ?> | 0 |