Skip to content

isaacdarcilla/payroll

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