SkillAgentSearch skills...

Payroll

🎉 Payroll management system with employee profiling and attendance monitoring

Install / Use

/learn @isaacdarcilla/Payroll
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

<p align="center"><img src="https://events.nokidhungry.org/wp-content/uploads/2018/01/Payroll-Final-Logo.png" width="500"></p> <h4 align="center">Payroll management system with employee profiling and attendance monitoring</h4>

💕 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

View on GitHub
GitHub Stars91
CategoryOperations
Updated15d ago
Forks25

Languages

CSS

Security Score

85/100

Audited on Mar 24, 2026

No findings