labor_time_tracker
No security coverage
The Labor time tracker module provides a simple time and attendance tracking system for collaborators. Each user can also request changes in his time log and the admin manage all the requests and see the company time labor report.
Features
Entities
Time logs with:
- The user (collaborator)
- Timestamps (enter and exit dates)
- Duration (automatically calculated field where it calculates the time past between the enter and exit date)
Time log requests with:
- Reference to the current user time log
- Timestamps (enter and exit dates)
- Textfield (Reason to change the original time log)
- Status (Admin has to approve to implement the change in the time log)
Links
Authenticated user:
- /labor-info/time-log - A dedicated page with an action button that allows each collaborator to register their entry and exit times when arriving at or leaving the company.
- /labor-info/time-log-request - A form page to create time change requests and a table below for checking the status of the created ones.
For the administrator:
- /admin/config/labor-time/settings - A page for the administrator to define how many hours should the collaborator do on a daily work basis.
- /admin/config/labor-time/log-list - A page for the administrator with filters and a list with all labor time logs. He has the ability to add/edit/delete the registers.
- /admin/config/labor-time/request-list - A page for the administrator to accept or reject the time log requests.
- /admin/config/labor-time/log-report - A page for the administrator to see the worked hours every user have logged.
Required modules
- Honeypot