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
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
You can add a custom doctype of check-in and check-out time… and insert it as a child table in the attendance.
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