data['nav']->render(); ?>
| = $this->getHtml('Date'); ?> | = $this->getHtml('Type'); ?> | = $this->getHtml('Employee'); ?> | = $this->getHtml('Start'); ?> | = $this->getHtml('Break'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Total'); ?> |
| = $session?->start->format('Y-m-d H:i:s') ?? $date->format('Y-m-d H:i:s'); ?> | ----- = $this->printHtml($this->data['session_types'][$session?->type->id]?->getL11n() ?? ''); ?> | = $this->printHtml($employee->profile->account->name1); ?>, = $this->printHtml($employee->profile->account->name2); ?> | = $session?->start->format('H:i:s'); ?> | = $session !== null ? ((int) ($session->getBreak() / 3600)) . 'h' : ''; ?> = $session !== null ? ((int) ($session->getBreak() / 60) % 60) . 'm' : ''; ?> | = $session?->end?->format('H:i') ?? ''; ?> | = $session !== null ? ((int) ($session->busy / 3600)) . 'h' : ''; ?> = $session !== null ? ((int) ($session->busy / 60) % 60) . 'm' : ''; ?> |