andrew867 / timeclock

An updated version of PHP Timeclock
40 stars 68 forks source link

"Computes overtime hours." #30

Closed boelle closed 5 years ago

boelle commented 8 years ago

how is this done? i cant find anywhere to tell workhours

and it must need to know workhours etc before it can figure overtime

Lucidiot commented 7 years ago

Hello there ! I have no idea if you're still interested by this project, but I found after a few minutes of searching a $overtime_week_limit global variable in punchclock/config.inc.php (see here) and a compute_overtime_hours function in punchclock/lib.common.php (here). Maximum work hours are set application-wide and cannot currently be employee-specific, nor can they be set by a specific schedule.