Simple Payroll Management System and Report generator using JavaFX.
- A payroll management system is a software that is used to manage all your employee's financial records in a simple and automated fashion. This payroll management system manages employee's salaries, deductions, other conveyance, net pay, bonuses and generation of pay-slips, etc.
- GUI Enabled Payroll management system which enables user to generate payroll receipts and export in .PDF format.
- Made with complete OOP approach and JavaFx for Design.
Simply fork/download to use the application & run it using JRE.
- JRE
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request