Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacdarcilla/payroll
🎉 Payroll management system with employee profiling and attendance monitoring
https://github.com/isaacdarcilla/payroll
barcode employee js management native payroll php7 profiling sql vue
Last synced: 2 months ago
JSON representation
🎉 Payroll management system with employee profiling and attendance monitoring
- Host: GitHub
- URL: https://github.com/isaacdarcilla/payroll
- Owner: isaacdarcilla
- Created: 2020-05-09T11:32:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T00:17:54.000Z (over 2 years ago)
- Last Synced: 2023-03-04T09:38:11.684Z (almost 2 years ago)
- Topics: barcode, employee, js, management, native, payroll, php7, profiling, sql, vue
- Language: CSS
- Homepage:
- Size: 22.1 MB
- Stars: 33
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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.3Before 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](https://web.facebook.com/isaacdarcilla) 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```php
public function SQLConnection(){
$connection = array("server" => "localhost",
"user" => "root",
"password" => "",
"database" => "payroll");
...
``````php
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](https://github.com/isaacdarcilla/payroll/blob/master/docs/Screenshot_2019-09-15%20Profiling%20and%20Payroll%20Management%20System(1).png) | ![HOME](https://github.com/isaacdarcilla/payroll/blob/master/docs/Screenshot_2019-09-15%20Profiling%20and%20Payroll%20Management%20System(11).png)## ✨ License
[Apache 2.0 License](https://github.com/isaacdarcilla/DesktopQuery/blob/master/LICENSE)
## 💻 DeveloperDeveloped by Isaac [(facebook.com/isaacdarcilla)](https://web.facebook.com/isaacdarcilla).
## ✨ Support
Fork or star this repository for support.
## 🐞 Issues and Pull Requests
Not accepting any issues and pull requests.
## 🚫 No Scammer