Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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](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)

## 💻 Developer

Developed 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