Skip to content

πŸŽ‰ Payroll management system with employee profiling and attendance monitoring

Notifications You must be signed in to change notification settings

isaacdarcilla/payroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31f8ce7 Β· Jul 6, 2022
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020
Jul 6, 2022
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020
Dec 19, 2021
Mar 3, 2022
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020
May 9, 2020

Repository files navigation

Payroll management system with employee profiling and attendance monitoring

πŸ’• System Features

  • User role login
  • Barcode scanning
  • Employee profiling
  • Employee ID generator
  • Attendance monitoring
  • Automatic payslip
  • Filter of attendance
  • Filter of payrolls
  • Employee adding
  • Scheduling of employees
  • Barcode scanner integration
  • And so much more...

✨ Prerequisites

  • XAMPP ^7.4
  • Git ~2.25
  • PHP ^7.3

Before you proceed to installation, make sure you have installed XAMPP first and import the database in phpmyadmin.

PLEASE STAR ⭐ OR FORK IF YOU THINK THIS IS HELPFUL TO YOU.

Message me on Facebook for the database file

✨ Installation

  • git clone https://github.com/isaacdarcilla/payroll.git - clone the repository
  • cd payroll - change to project directory
  • cd admin/session - go to database
  • nano Global.php - edit database config
public function SQLConnection(){
		$connection = array("server" => "localhost", 
				    "user" => "root", 
				    "password" => "", 
				    "database" => "payroll");
    ...
public function Database(){
		$database = mysqli_select_db($this->SQLConnection(), 'payroll');
		return $database;
}
  • Edit server credentials and database name

πŸ’» Demonstration

  • Username: admin

  • Password: 1234

  • Username: timekeeper

  • Password: 1234

  • Username: secretary

  • Password: 1234

✨ Screenshots

More screenshot can be found in docs folder.

Home Dashboard
HOME HOME

✨ License

Apache 2.0 License

πŸ’» Developer

Developed by Isaac (facebook.com/isaacdarcilla).

✨ Support

Fork or star this repository for support.

🐞 Issues and Pull Requests

Not accepting any issues and pull requests.

🚫 No Scammer

About

πŸŽ‰ Payroll management system with employee profiling and attendance monitoring

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published