Employee Leave Management System in PHP with Full Source Code

Language

Employee Leave Management System in PHP with Full Source Code

The Employee Leave Management System is a web based system that aims to help employees apply for a leave with ease. This Employee Leave Management System is developed using PHP, Bootstrap, JavaScript, CSS and MySQL for the database. It is a user friendly system that different users can easily operate the functions.

About the Employee Leave Management System in PHP with Full Source Code

The Employee Leave Management System in PHP contains two sections the admin and the user. The admin plays an important role in this Employee Leave Management System in PHP. He is the one responsible on all of the management of the system. If you log in into the Employee Leave Management System in PHP as an admin you will see there the Dashboard, Department, Leave Type, Employees and Leave Management. On the Dashboard, the admin can view all the latest applications and their status if the application has been approved, waiting for approval and not approved. On the Department, the admin can add department and manage department. On the Leave Type, the admin can add leave type and manage leave type. Under the Employee, the admin has the ability to add Employee and Manage Employee. While on the user side or the Employee, he needs to sign up first so he can log in into the system and can apply for a leave.

These are the following features of Employee Leave Management System in PHP with Full Source Code

Admin

  • Dashboard
  • Manage Department
  • Manage Leave Type
  • Manage Employee
  • All Leaves
  • Pending Leaves
  • Approved Leaves
  • Cancelled Approve
  • Leaves Leave
  • Notification
  • Login and Logout

Employee

  • Employee’s Profile
  • Change Password
  • Apply Leave
  • Leave History

How to setup the Employee Leave Management System in PHP with Full Source Code

  1. Download the zip file.
  2. Download and install XAMPP
  3. Run the XAMPP control panel and start MySQL and Apache
  4. Go to C:\xampp\htdocs and extract the downloaded zip file (elms) inside the folder
  5. Open the browser and go to http://localhost/phpmyadmin/ to create the database
  6. Click the new to create a database.
  7. Name the database elms.
  8. Click import to import the sql file.
  9. Click choose file and select the file that can be found inside the leave folder
  10. Click go.

How to run the Employee Leave Management System in PHP with Full Source Code

Open the browser and go to http://localhost/elms/admin

Accessing admin accounts

Username: admin
Password: admin

Open the browser and go to http://localhost/elms/

Username: [email protected]
Password: janobe

This Employee Leave Management System in PHP with Full Source Code is for educational purposes only. You can download it as a reference and expand your knowledge in making a system. You can freely modify it, according to your desire.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bysayonara hansika (not verified)on Thu, 02/04/2021 - 13:56

Dear sir, This is very helpful for my education. Can i know how to change the language
Submitted byChirantha (not verified)on Sat, 12/11/2021 - 21:05

"Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)" this error comming

Add new comment