Metric | Description | Formula |
Attendance % | When selected date range is 1, total employees present/ total employee strength When selected date range is >1, total employees present/total employee strength averaged over the date range | When range(date)=1, Sum(present employees)/ Sum(Total employees) When range(date) >1, Sigma(i=1 to i=range(date)){Sum(present employees)/Sum(Total employees)}/range(date) |
Late Arrivals | When the selected date range is 1, the percentage of present employees who have punched in after the start of their shift and outside the grace period. For example - if an employee punches in 10+ minutes after the start of the shift where 10 is the grace period in minutes, then she is a late arrival for the day. When the selected date range is >1, the percentage of late arrivals against Total present employees averaged over the date range. | When range(date)=1, Sum(Late employees)/ Sum(Present employees) When range(date) >1, Sigma(i=1 to i=range(date){Sum(late employees)/Sum(Present employees)}/range(date) |
Early arrivals | Total number of employees who have punched in before the start of their shift. |
|
On time arrivals | Total number of employees who have punched in within the grace period after the start of their shift or have punched in before start of their shift are marked as on-time arrivals. |
|
Working Time | Total working time clocked by employees calculated as the sum of all punched-in durations for all employees | Sum of successive (punch out - punch in) actions/events for all employees |
Online Time | Total time spent by employees between punch-in and punch-out time, where their activity can be detected. | Sum of online time for all employees |
Break Time | Total break time taken by the employees in hours and minutes | Sum of (total break time taken) for all employees |