Skip to content

Built a payroll system in Java with MySQL integration to manage employee salary, deductions, and bonuses. Designed using JDBC for persistent storage and a menu-driven interface.

Notifications You must be signed in to change notification settings

RaniTayade/Employee-Payroll-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Employee Payroll System (Java + MySQL)

Description

A payroll system to calculate and manage employee salaries, deductions, and bonuses with database storage.

Skills Used

  • Java
  • MySQL
  • JDBC
  • Loops and Conditional Statements

Features

  • Add employee details
  • Calculate salary, tax, and deductions
  • Store and retrieve data from MySQL database
  • Menu-driven console program

How to Run

  1. Clone the repository
  2. Set up MySQL database (payroll_db)
  3. Compile: javac PayrollSystem.java
  4. Run: java PayrollSystem

About

Built a payroll system in Java with MySQL integration to manage employee salary, deductions, and bonuses. Designed using JDBC for persistent storage and a menu-driven interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published