How to add unmarked attendance as Absent?

How to set attendace status as Absent from employee employee checkin’s Auto Attendance if any checkin entry missing?

I have given attendance from employee checkin and 3 will be unmakred. How to show these as Absent in Attendance data using Auto Attendance?

There is no default feature for that; you will have to write a script to do that.

  1. Override this function
  2. In this function you will get in_time and out_time
  3. check condition if not in_time or not out_time then set attendance status as absent.