I can't find much documentation, and I am a bit lost with this module.

I need to create a punch clock where employees can clock in and out. Any ideas on how best to approach this with this module?

Comments

dev25 created an issue.

t0xicCode’s picture

I think the easiest way of accomplishing that would be to enable both the core time_tracker module, and the time_tracker_timer submodule. However, in the time_tracker_timer module, do not grant the manually enter time permission. This will force all time to be entered using timers, effectively making it a punch-clock-like system.

Let me know how that works out.

dev25’s picture

Advice taken and seems to be the best option. Thanks!