Hi all, can somebody help me setting up a number card for each employee? It should show the actual amount of worked hours based on attendance sheet or clock IN/OUT for current Month of Employee? After a month it should beginn from 0. My skill level is low with server script so would be great if someone could help me. It would help each employee to see if he is in - or + whit his working hours in a fast way.
As far as I understand, you want to show how many hours were scheduled for the shift type and how many hours the employee actually worked?
Employee | Actual Working Hours | Total worked | Hours Difference |
---|---|---|---|
John Doe | 20 | 18 | -2 |
Anna Joe | 20 | 22 | 2 |
Sams | 24 | 24 | 0 |
You want something like this?
Hi, Yes something like this but as an number card which i will pin on our workspace, each employee should see actual worked hours for the actual month. like your screen Every Employee should see his own hours
Oh, on the dashboard, maybe you could use a custom block, write queries and logic in JavaScript, do calculations, and append the final calculation to the HTML?
That sound like an idea, like i said i am a complete noob in scripting and coding. any suggestion how to start with this?
How you made this Report?
It is a Script report
https://frappeframework.com/docs/user/en/desk/reports/script-report
Existing Script reports in HRMS