• Stars
    star
    1
  • Language
    HTML
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Automated-payroll-WITH-gps-AND-image-capture

An Automated Payroll Application with GPS-Tracking and Image-Capturing This application is a combination of both a web as well as a mobile application, where the user will be using the mobile application, while the admin, as well as the HR, will be working with the web application. This application is meant for fieldwork employees (users). The user will have this application on his phone and when (s)he will log in to the system his/her image (photo) will be captured and his/her GPS location will be sent to the admin, where the admin will view both the image and the GPS location on the web application. After Logging in, the GPS location of the user (i.e., employee) will be tracked automatically by the system and sent to the admin every 5 minutes. When a user logs out of the system, once more the image will be captured as well as the GPS location, and both will be sent to the admin. Thus, this application plays a major role in keeping track of the attendance (as well as the payroll) of fieldwork employees. The role of the admin includes adding new employees by entering their personal details, and providing each employee with an identification number and a password so that (s)he can access the application on his/her phone. An admin (and also an HR personnel) can also view the GPS location of the employee by entering the Employee ID Number as well as a specific date. An admin (and the HR personnel) can check the salary of a particular employee by entering a period and the employee ID. The admin can also view the latitude and longitude of the GPS location sent by an employee. The admin can change the password of an employee. Thus, this application helps the administrative and HR personnel to easily check & adjust the salaries of the employees based on their GPS locations.
PHP
4
star
2

Readers-and-Writers-problem

Thisproblemoccurswhenmanythreadsofexecutiontrytoaccessthesamesharedresourcesatatime.ThereareNreaderstoreaddataandKWriterstowritedatatosharedresources.
Java
3
star