Hi team,
I want to do customization of attendance calender view of
I want status, In time, out time, working hours
Think think I have in calender view
How to do it?
Can you please help me
Hi team,
I want to do customization of attendance calender view of
I want status, In time, out time, working hours
Think think I have in calender view
How to do it?
Can you please help me
Totally possible, probably requires a custom app.
You will likely need to explore a calendar override using the doctype_calendar_js
hook and provide a custom whitelisted endpoint that pulls in (and in the case of working hours, computes) the desired data.