Employees Attendance System using PHP and MySQL
Employee Attendance Management System is a web application developed for daily employee attendance in companies and organizations. It facilitates to access the attendance information of a particular employee in a particular department. An attendance management system is used to track and monitor employees attendance. An employer uses this attendance management system to track their employees’ working hours. The advantages of using an attendance management system Project include enhanced productivity, cost savings, and legal compliance.
Project Requirements
Project Name | Employee Attendance System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
There are two modules in this project:
- Admin
- Employee
Admin Modules
Dashboard: In this section, admin can briefly view the total registered employees, total department, Employee check-in today and Employee check-in yesterday.
Department: In this section, admin can manage organizations department (Add/Update/Delete).
Employee: In this section, admin can manage organizations employee (Add/Update) and view their attendance.
Report: In this section, admin can generate employee report and attendance report between two dates.
Admin can also update his profile, change password and recover the password.
Employee Modules
Dashboard: This welcome page for an employee.
My Profile: In this section, employee can update their personal information.
Mark Attendance: In this section, employee can mark their attendance.
Current Month Attendance: In this section, employee can view their current month attendance.
B/w Dates Report: In this section, employee can generate his/her attendance report between two dates.
Change Password: In this section, employee can change his/her account password.
Sign-out: In this section, employee can logout from their accounts.
Some of the Project Screens
Home Page
Admin Login
Admin Dashboard
Add Employee
Employee Mark Attendance Page
Attendance Details Pages
How to run the Employee Attendance Management System Project using PHP and MySQL
1. Download the project zip file
2. Extract the file and copy
folderemp-atnd
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/Html)
4.Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with the name empattndms
6. Import empattndms.sql
file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/emp-atnd
Admin Credential
Username: admin@gmail.com
Password: Test@12345
Credential for Employee panel :
Username: jhn123@gmail.com
Password: Test@123
or Register a new Employee.