Running
Previous
Schedule
{{ data.schedule.name ? data.schedule.name : "N/A" }}
Total Employee
{{ data.total ? data.total : "0" }}
Scanned Employee
{{ data.scanned ? data.scanned : "0" }}
({{ getPercentage(data.total, data.scanned) }} % of {{ data.total }})
Pending Employee
{{ data.pending ? data.pending : "0" }}
({{ getPercentage(data.total, data.pending) }} % of {{ data.total }})