data['sessions']; echo $this->data['nav']->render(); ?>
| This month | |
| Last month | |
| This year |
| Used Vacation | |
| Last Vacation | |
| Next Vacation |
| = $this->getHtml('Date'); ?> | = $this->getHtml('Status'); ?> | = $this->getHtml('Start'); ?> | = $this->getHtml('Break'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Total'); ?> |
| = $session->getStart()->format('Y-m-d'); ?> - = $this->getHtml(':D' . $session->getStart()->format('w')); ?> | Status Here | = $session->getStart()->format('H:i'); ?> | = (int) ($session->getBreak() / 3600); ?>h = ((int) ($session->getBreak() / 60) % 60); ?>m | = $session->getEnd() !== null ? $session->getEnd()->format('H:i') : ''; ?> | = (int) ($session->busy / 3600); ?>h = ((int) ($session->busy / 60) % 60); ?>m |