Employee Salary Management System

Created a Spring Boot application for managing employee salaries, allowing admins to add incentives and update payment details.

Add Employee

In this Spring Boot project, the user can first add employees through a Thymeleaf-based HTML form. The entered employee details are stored in the database using the Employee model.

Login Page

View Employee

The user can then view all the stored employees with an option to edit or delete specific records as needed.

Login Page

Add Incentive

For incentives, the project provides a form with a dropdown menu showing only the stored employee names. When an employee is selected, other details auto-fill, and the incentive data is stored in the database using the Salary model.

Login Page

View Incentives

Finally, the user can view all the stored employee incentives along with their date and time for proper tracking.

Login Page