Payroll Management System (PMS) is an application to maintain your company's employee records, salary details,department details without any hassle.
It is built with modern technologies Php 7.3 Bootstrap 4,WAMP Stack,Javascript,etc.
Login - Main login page for PMS Home - The main Dashboard page Payrolls - Manage payroll details Accounts - Manage payroll details Departments - Manage payroll details
PHP 7.0 or higher Database (eg: MySQL, SQL-Server, SQLite) Web Server (eg: Apache, Nginx)
Install latest Wampp server from https://www.apachefriends.org/index.html
After installation start the apache server & mysql server from wamp control-panel.
Open the project folder ,move .sql on desktop.
Now place the project-folder to C:\xampp\htdocs\ Folder
Now open browser and navigate to http://localhost/dashboard/
On top-right in navbar select "phpMyAdmin"
Login into panel with default user.id,password.
Create a new Database from Option availabe "+create Database" or by selecting sql console.
Create "projectname" database .
Select the import option tab ,and select the database.sql file from desktop we placed.
After selecting DB: Select Go option and the tables will be imported to the database .
Now Navigate to http://localhost/PMS/
Now the PMS Landing Page is displayed.Login with user.id ,password . Now you can add and Manage :
Employee, Departments, Payrolls, Accounts.