- 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...
- 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
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
-
Username:
admin
-
Password:
1234
-
Username:
timekeeper
-
Password:
1234
-
Username:
secretary
-
Password:
1234
More screenshot can be found in docs
folder.
Home | Dashboard |
---|---|
Developed by Isaac (facebook.com/isaacdarcilla).
Fork or star this repository for support.
Not accepting any issues and pull requests.