Programming the fingerprint system for Al-Rased Company
It is a project management system where a manager and a number of employees are assigned to each project.
What is the purpose of the system?
- Monitoring the entry and exit of employees daily, and this is done by sending a WhatsApp notification to the manager of each project in the event that project employees log in and out of the system.
- Sending notifications from officials to managers via WhatsApp as well.
How does the system work?
- A 6-digit code is created that is printed on an A4 sheet and placed in the workplace daily.
- The employee logs in to his account at the beginning of each shift.
- After logging in, he is transferred to a page through which the code is entered.
- After entering the code correctly, a WhatsApp notification is sent to the project manager informing him of the employee's entry into the system and the employee is transferred to the project page.
- After the end of the shift, the employee logs out of the system and a WhatsApp notification is sent to the project manager informing him of the employee's exit from the system.
- The manager can then withdraw a full report on the employee's entry and exit periodically.
Note:
The system is built using the Django web framework, but it can be used without hosting or a domain without problems by using a private internal server.