Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prince-bojji/payroll-system

Payroll system allows for the management of employee payroll, including adding employees, computing salaries, processing payments, and generating salary reports.
https://github.com/prince-bojji/payroll-system

java javafx mysql

Last synced: 8 days ago
JSON representation

Payroll system allows for the management of employee payroll, including adding employees, computing salaries, processing payments, and generating salary reports.

Awesome Lists containing this project

README

        

# Prince Finishing Payroll System

![Payroll System](./payroll-system/src/main/java/jehan/images/ss.png)

## Overview

This project is a Payroll Management System developed during my second year in Information Management. The system allows the management of employee payroll, including adding employees, computing salaries, processing payments, and generating salary reports. The application was built using Java, JavaFX, and MySQL.

### Technologies Used

- Java: The core programming language used for the application logic.
- JavaFX: Used for building the user interface.
- MySQL: Database management system for storing payroll data.