Employee | Total Hours | Productive Hours | Idle Hours | Overtime Hours | Average(Rp) |
---|---|---|---|---|---|
{{ row.employee }} | {{ format2(row.totalLogged) }} | {{ format2(row.productive) }} | {{ format2(row.idle) }} | {{ format2(row.overtime) }} | {{ format2(row.costIdle, true) }} |
Total | {{ format2(sumTotals.totalLogged) }} | {{ format2(sumTotals.productive) }} | {{ format2(sumTotals.idle) }} | {{ format2(sumTotals.overtime) }} | {{ format2(sumTotals.costIdle, true) }} |