Attendance Transaction code model.process_attendance_scheduler_queue() 12 hours Send Attendance Notifications code model.send_lateness_notifications() 1 days Attendance Notification Email Template Attendance Notification Report ${object.employee_id.user_id.partner_id.email} ${object.employee_id.parent_id.user_id.partner_id.email},${object.employee_id.company_id.hr_email} ar_001 Dear ${object.employee_id.name},

We would like to inform you of the following attendance details:

>
Date Day Lateness Early Exit Note
${object.date.strftime('%Y-%m-%d')} ${object.date.strftime('%A')} ${ '%02d:%02d' % (((object.lateness or 0.0)), (((object.lateness or 0.0) * 60) % 60))} ${ '%02d:%02d' % ((object.early_exit or 0.0), (((object.early_exit or 0.0) * 60) % 60))}${'Missed Punch' if (object.sign_out == 0 and object.sign_in != 0)or(object.sign_out != 0 and object.sign_in == 0)} ${ 'Absent' if object.is_absent else 'Present'}

Please adhere to work timings. Thank you for your understanding.

]]>
Attendance Notification Today No Sign In On time Attendance No Sign In On time ${object.employee_id.user_id.partner_id.email} ${object.employee_id.parent_id.user_id.partner_id.email},${object.employee_id.company_id.hr_email} ar_001 Dear ${object.employee_id.name},

We will Notify You Today You Do Not Have a Sign In On Time

Regards,

]]>