Skip to content

A GUI based Payroll Management System with database connectivity to store employee information and generate Payroll reports

License

Notifications You must be signed in to change notification settings

SAKET03/GUI-Payroll-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI Payroll Management System

This project uses Tkinter for the GUI and MySQL for the Database.

This project has the following features:

  1. Login functionality to validate users
  2. Register employee
  3. View all registered employees using Tkinter Treeview
  4. Update information for a selected employee
  5. Delete employee
  6. Generation of Payroll based on total no. of working days which uses excel sheet as an input
  7. Exporting generated payroll to excel

Flow of the Project

  1. Switch on the xampp server for Database
  2. Run login.py to start the project
  3. After successful login, it redirects the user to main.py
  4. Explore the Payroll management features

About

A GUI based Payroll Management System with database connectivity to store employee information and generate Payroll reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages