Attendance for Employees & Remote Employee

Hi,

How do we add simple check-in and check-out box/window for users, who can mark there check-in time?

Regards,

T.H

1 Like

You can add a custom doctype of check-in and check-out time… and insert it as a child table in the attendance.

1 Like

@umair Thanks, will try.

@umair I did like this, but its not working…can you suggest something ?

u need to put it at the attendance doctype as table field then write your custom script to get the nowtime date at the required field at the child table using frappe.db.set_value function

@Bassam_Mamdouh actually don’t have idea where to edit the values, can you share any links?