data['nav']->render(); ?>
getHtml('Status'); ?>download
data['employees'] as $employee) : $session = $this->data['sessions'][$employee->id] ?? null; // @todo Implement clocking view per employee for HR (also to edit clocking) $employeeUrl = UriFactory::build('{/base}/humanresource/staff/view?id=' . $employee->id); ?>
getHtml('Date'); ?> getHtml('Type'); ?> getHtml('Employee'); ?> getHtml('Start'); ?> getHtml('Break'); ?> getHtml('End'); ?> getHtml('Total'); ?>
start->format('Y-m-d H:i:s') ?? $date->format('Y-m-d H:i:s'); ?> ----- printHtml($this->data['session_types'][$session?->type->id]?->getL11n() ?? ''); ?> printHtml($employee->profile->account->name1); ?>, printHtml($employee->profile->account->name2); ?> start->format('H:i:s'); ?> getBreak() / 3600)) . 'h' : ''; ?> getBreak() / 60) % 60) . 'm' : ''; ?> end?->format('H:i') ?? ''; ?> busy / 3600)) . 'h' : ''; ?> busy / 60) % 60) . 'm' : ''; ?>