getData('expense') ?? new NullExpense(); $sessions = $this->data['sessions'] ?? []; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Net'); ?>: | |
| = $this->getHtml('Gross'); ?>: |
| = $this->getHtml('Approved'); ?>: | |
| = $this->getHtml('Paid'); ?>: |
| = $this->getHtml('Date', 'HumanResourceTimeRecording', 'Backend'); ?> | = $this->getHtml('Type', 'HumanResourceTimeRecording', 'Backend'); ?> | = $this->getHtml('Status', 'HumanResourceTimeRecording', 'Backend'); ?> | = $this->getHtml('Start', 'HumanResourceTimeRecording', 'Backend'); ?> | = $this->getHtml('Break', 'HumanResourceTimeRecording', 'Backend'); ?> | = $this->getHtml('End', 'HumanResourceTimeRecording', 'Backend'); ?> | = $this->getHtml('Total', 'HumanResourceTimeRecording', 'Backend'); ?> |
| start->format('Y-m-d') === $lastOpenSession->start->format('Y-m-d') ) : ?> Today = $session->start->format('Y-m-d'); ?> - = $this->getHtml('D' . $session->start->format('w')); ?> | = $this->getHtml('CT' . $session->type); ?> | = $this->getHtml('CS' . $session->status); ?> | = $session->start->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 busy; if ($session->start->getTimestamp() < $startWeek->getTimestamp() || $count === $sessionCount ) : ?> |
| = $startWeek->format('Y/m/d'); ?> - = $endWeek->format('Y/m/d'); ?> | = (int) ($busy['week'] / 3600); ?>h = ((int) ($busy['week'] / 60) % 60); ?>m createModify(0, 0, -7); $busy['week'] = 0; endif; ?> busy; if ($session->start->getTimestamp() < $startMonth->getTimestamp() || $count === $sessionCount ) : ?> | |||||
|---|---|---|---|---|---|---|
| = $startMonth->format('Y/m/d'); ?> - = $endMonth->format('Y/m/d'); ?> | = (int) ($busy['month'] / 3600); ?>h = ((int) ($busy['month'] / 60) % 60); ?>m createModify(0, -1, 0); $busy['month'] = 0; endif; ?> | |||||
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||