A fully functional project based on Employee Attendance Management System which uses PHP Language with CodeIgniter Web Framework. Following PHP CodeIgniter project contains all the essential features which can be in use for the second year IT students for their college projects. It has a number of features that will allow users to track employee attendance. This system as well as the web application’s concept is all clear. It’s the same as real-life scenarios and well-implemented on it. To download free employee attendance management system project in PHP CodeIgniter Framework with source code files, please scroll down to the bottom of this post for the Download button.
Moving on, this Employee Attendance System project in PHP CodeIgniter focuses mainly on keeping track of employees. Also, the system displays all the categories with their respective details of each. In addition, the system allows checking it and out too by the employees. The project is divided into two categories: Admin and Employee Panel. In an overview of this web application, an employee’s account has its own limitations within the system. The employee can only contribute to maintaining his/her attendance. For this, the user has to fill up certain forms before checking in. The forms contain images, notes, and work locations. When it comes to adding images, the system refers to add current photos of employees in a working state. Also, the employee can check out any time.
This whole system strictly follows the weekend days rules as well as shift timings. So, the users should make sure of the timings as well as the day. Meaning, the system does not allow any users to check in on the weekend. And the employee user can only check in once a day. The system won’t allow numerous attendance on a single day. Additionally, each employee has their own shift timings. So, the employee has to check in the system at the right timings. Else, the system marks the attendance as late. Besides, an employee can only check their own personal profiles.
Talking about the admin panel, an admin has all the access to the system. All the management sides fall upon the administrator. An admin has the right to manage departments, shifts, locations, and employees. In order to add up a new department and location record, the user has to provide their respective names accordingly. Similarly, the user has to provide details such as shift starting and ending times. After the management of these sections, the admin has to add employee records too. Employee records consist of details such as name, address, photo, shift timings, department, dob, and joining date.
Creating a user account does not set up access for the employees to sign into the system. It requires some additional changes too. After creating a user, the admin has to set up his/her employee account by setting up a new password. The usernames are based upon their departments. On the other hand, an admin can view attendance reports of each and every department. For this, the administrator has to select particular dates and names of the department. The reports come with details such as attendance date, employee name, shift, check-in and out, notes, and in-out status. Here, the admin can simply generate a report and print it too. Besides, the admin can list out the highlights of the system such as total employees per shift, department’s employees, and more.
Last but not least, a clean and simple dashboard is presented with simple color combinations for greater user experience while using this Online Employee Attendance Management System Project in PHP MySQL CodeIgniter Framework. For its UI elements, a free open-source CSS framework; Bootstrap is on board with some Vanilla CSS too. Presenting a new Online Employee Attendance System Project in PHP MySQL which includes an admin panel with an employee panel that contains all the essential features to follow up, and a knowledgeable resource for learning purposes.
Project Name: | Employee Attendance System PHP |
Language/s Used: | PHP with CodeIgniter Web Framework |
PHP version (Recommended): | 7.4 |
Database: | MySQL |
Type: | Web Application |
Developer: | Andry |
Updates: | 0 |
And there you have it, a full setup of the Employee Attendance System project in PHP CodeIgniter. For this particular PHP project, PHP Version 5.6 or Newer is required because the project might not operate well with the oldest PHP version. So, users with the oldest PHP version (lower than 5.6) might face various problems while operating it. As a result, you’ll need to manage your PHP version (only if you’re using the oldest version) at the moment. Download Free Employee Attendance Management System Project in PHP MySQL CodeIgniter Source Code. So, this online employee attendance system PHP project is a fully functional project for all the intermediate levels that broads vast knowledge into such PHP web applications. In conclusion, this whole PHP project with free source code is an absolute project and a meaningful way for the users to learn and explore more about it.
Note: Only for Educational Purpose
A fully functional project based on a membership management system that uses PHP Language with MySQL…
A fully functional project based on a clinic management system that uses PHP Language with Laravel…
A fully functional project based on a sales and invoice management system that uses PHP Language…
A fully functional project based on POS and Inventory Management System which uses PHP Language with CodeIgniter Web…
A fully functional project based on an ecommerce website that uses PHP Language with Laravel Web Framework.…
A fully functional project based on a POS System that uses PHP Language with Laravel Web Framework. The…
This website uses cookies.
View Comments
Getting errors.
Not Found
The requested URL /EmployeeAttendance/auth was not found on this server.
Please DO NOT CHANGE the project folder name without configuring it!!
Hi,
How to change weekend only on Sunday
Please help me to change Weekend to Sunday Only
Can you make attendence management system where department head make attendance of full month, at a time,
We have several other attendance management system projects in PHP, please check them out!
How to change time in this project .
like time in and time out ...this project time zone is other country fetch, how to change time zone. in India
Please check Attendance.php file. There you'll see "date_default_timezone_set" where you can set your own!
Hi, in controller section i already change the default time zone at attendance.php =
date_default_timezone_set('asia/jakarta')
but when i click the attendance report it Still show = 13:56 time in , 13:57 timeout,
when the real time right now in Indonesia country supposed be showing = 19:56 time in and 19:57 time out.
can you help me figure it out?
Check other files too
Hi,
How to change weekend only on Sunday and how to add IP for this localhost
Getting error "Severity: 8192"
Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface:..........................................
This looks like an error coming from your LATEST version of PHP. This particular project is tested only with PHP 7.4, so the latest PHP 8 might create these problems. Still, you can find related solutions for these problems online!
I can't delete exiting data
An uncaught Exception was encountered
Type: mysqli_sql_exception
Message: Cannot delete or update a parent row: a foreign key constraint fails (`empattendanceci`.`attendance`, CONSTRAINT `attendance_ibfk_3` FOREIGN KEY (`department_id`) REFERENCES `department` (`id`) ON UPDATE CASCADE)
Filename: /Applications/XAMPP/xamppfiles/htdocs/EmployeeAttendance_CI/system/database/drivers/mysqli/mysqli_driver.php
Line Number: 307
Backtrace:
File: /Applications/XAMPP/xamppfiles/htdocs/EmployeeAttendance_CI/application/controllers/Master.php
Line: 96
Function: delete
File: /Applications/XAMPP/xamppfiles/htdocs/EmployeeAttendance_CI/index.php
Line: 315
Function: require_once
The reason is mentioned right there!
Is it possible to add some features of this to your HR management system? for example is the turn in-out for employee and shift timings?
These shared projects are from different developers.
A PHP Error was encountered
Severity: 8192
Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface.................................................
This looks like an error coming from your LATEST version of PHP. This particular project is tested only with PHP 7.4, so the latest PHP 8 might create these problems. Still, you can find related solutions for these problems online!
The errors occur with PHP version 7.4 ;)
The instance of which you are using the session handlers is what is causing the issue.
not able to delete any old data on department or employees
getting following error...sorry but i just know a little php can u help ?
A Database Error Occurred
Error Number: 1451
Cannot delete or update a parent row: a foreign key constraint fails (`empattendanceci...............
The exact reason is given right there "cannot delete or update a parent row......"
5 stars the application is working just fine I was wondering if i could get the source code
Well, the download button is right there for educational purposes!
getting error message
Index of /EmployeeAttendance_CI
it only show parent directory
That's impossible. You don't have a XAMPP server??