[[ repeatIn(get_employees(data['form']['emp_ids']),'employee') ]] Attendance Errors [[ employee.name ]] Operation Date Signed Date Recorded Delay Min Delay
[[ repeatIn(lst(employee.id,data['form']['init_date'], data['form']['end_date'], data['form']['max_delay']), 'att') ]] [[ att['action'] ]] [[ formatLang(att['date'],date_time=True) ]] [[ formatLang(att['create_date'],date_time=True) ]] [[ att['delay'] ]] [[ att['delay2'] ]]
Total period:[[ repeatIn(total(employee.id,data['form']['init_date'], data['form']['end_date'], data['form']['max_delay']),'total') ]] [[ total['total'] ]] [[ total['total2'] ]] (*) A positive delay means that the employee worked less than recorded. (*) A negative delay means that the employee worked more than encoded.