Online-Payroll-Management-System icon indicating copy to clipboard operation
Online-Payroll-Management-System copied to clipboard

A Payroll management System with feature like generate payslip & reports. It manages salaries, leaves, branches, employees, designations, shifts, holidays and employee attendance. It has chat applicat...

Online-Payroll-Management-System

Following are the features of the developed system

1. Its User-Friendly. Easy to use website.

2. Store information about Administrator and Employees.

3. Reduced time consumption.

4. Employees Salary can be Printed.

5. Online chat Service Integrated.

6. Employees Performance analysis using Biometric.

Instructions

To get the website up and running on your machine, you will need XAMPP. After installtion, follow the steps below.

  1. Clone the repository using this command.

    
    git clone https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System.git
    
    
  2. Find the cloned folder on your system directory. Example- C:\Users\mdton\Online-Payroll-Management-System

  3. Copy and Paste the cloned folder in the htdocs folder in XAMPP folder on your machine.

  4. Start Apache and MySQL from XAMPP control panel.

  5. Open browser and write localhost/phpmyadmin/ in the url bar and PHP interface will open. Navigate to phpMyAdmin using Navbar.

  6. Create a new Database naming payrollmanage and Import the payrollmanage.sql file from your system

    
    C:\xampp\htdocs\Online-Payroll-Management-System
    
    
  7. Type in the browser url bar

    
    localhost/Online-Payroll-Management-System
    
    
  8. Default Admin Account


 Username - [email protected]
 Password - Admin@123

Congrats! The Website is live on your machine.

If you like my project hit a star(⭐) button

Screenshots

Image of login Image of dashboard Image of branch Image of department Image of designation Image of employee Image of holiday Image of payslip Image of shift

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.