Human Resource Information System Using PHP with Source Code
This project is entitled Human Resource Information System and was developed using PHP. This web application is a great help for our own company and can track each employee what time, the date he can be assigned to different branches and I know what branch he used to be and so on. The system has a Multi-Login Feature and has 3 types of user roles which are the Super Admin (HR Head), Admin (HR Head), and Staff (HR Assistant). The Super Admin users are the ones who can manage all data of the system while the Admin and Staff can only manage the list of employees.
This Human Resource Information System Project was built using PHP, MySQL Database, and some plugins/libraries. The source code is free to download. Feel free to download and modify the source code the way you desire to meet your requirements.
Features
Super Admin
- Dashboard
- Manage Corporate List
- Manage Branch List
- Manage Employee
- Manage Users
Admin
- Dashboard
- Manage Employee
Staff
- Dashboard
- Manage Employee
Programming Languages and plugins/libraries used:
FRONT END
- HTML5
- CSS3
- Javascript
- jQuery
- Ajax
- Bootstrap
- Admin LTE Template
Backend
- PHP
- MySQL Database
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "hrinformationsystem_db".
- Import the provided SQL file. The file is known as "hrinformationsystem_db (1).sql" located inside the extracted source code folder.
- Browse the Human Resource Information System in a browser. i.e. http://localhost/Human%20Resource%20Information%20System%202020
Sample System Access information:
====HR HEAD LOGIN===(Super Admin)
Email: [email protected]
Password: hrhead@123
====HR OFFICER LOGIN=====
Email: [email protected]
Password: hrofficer@123
====HR ASSISTANT LOGIN=====
Email: [email protected]
Password: hrassistant@123
Demo
That's it! You can now explore the features and functionalities of this project. I hope this will help you with what you are looking for.
Enjoy :)
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.
Add new comment
- 16010 views