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?->getStart()->format('Y-m-d') ?? $date->format('Y-m-d H:i:s'); ?> | = $this->getHtml('CT' . ($session?->type ?? ClockingType::NO_DATA)); ?> | = $this->printHtml($employee->profile->account->name1); ?>, = $this->printHtml($employee->profile->account->name2); ?> | = $session?->getStart()->format('H:i:s'); ?> | = $session !== null ? ((int) ($session->getBreak() / 3600)) . 'h' : ''; ?> = $session !== null ? ((int) ($session->getBreak() / 60) % 60) . 'm' : ''; ?> | = $session?->getEnd() !== null ? $session->getEnd()->format('H:i') : ''; ?> | = $session !== null ? ((int) ($session->getBusy() / 3600)) . 'h' : ''; ?> = $session !== null ? ((int) ($session->getBusy() / 60) % 60) . 'm' : ''; ?> |