Payroll
🎉 Payroll management system with employee profiling and attendance monitoring
Install / Use
/learn @isaacdarcilla/PayrollREADME
<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 repositorycd payroll- change to project directorycd admin/session- go to databasenano 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
------------- | -------------
| .png)
✨ 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.
