Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Payroll Management System

The Payroll Management System is a Python application created using the Tkinter library. It is designed to manage employee payroll information, calculate monthly salaries, and generate payment references for employees. This README file provides an overview of the system's functionality and instructions for its usage.

Table of Contents

  1. Features
  2. Installation
  3. Usage

Features

  • Employee Information: You can enter and manage employee details such as name, address, and employer name.
  • Salary Calculation: The system allows you to calculate an employee's monthly salary based on basic salary, city weighting, and overtime.
  • Tax and Deductions: It calculates taxes, pension contributions, student loans, and National Insurance payments.
  • Payment References: Automatically generates payment references, pay dates, and tax periods.
  • Reset and Exit: Provides options to reset the system or exit the application.

Installation

  1. Ensure you have Python installed on your computer. You can download it from Python's official website.

  2. Clone this repository or download the Python script (payroll_management.py) to your local machine.

  3. Open your command prompt or terminal and navigate to the directory where you saved the script.

  4. Run the application by executing the following command:

    python payroll_management.py

    This will launch the Payroll Management System GUI.

Usage

  1. Launch the application by following the installation instructions above.

  2. Enter the employee's information in the left side of the application, including their name, address, reference, and employer name.

  3. Fill in the employee's financial details on the left side of the application, such as city weighting, basic salary, and overtime.

  4. Click the "Wage Payment" button on the right side to calculate the monthly salary and deductions.

  5. The calculated values for tax, pension, student loan, National Insurance, deductions, gross pay, and net pay will be displayed on the screen.

  6. You can reset the form by clicking the "Reset System" button.

  7. Click the "Pay Reference" button to generate payment references, pay date, tax period, NI number, and NI code.

  8. The "Exit" button allows you to close the application.

Thank you for using the Payroll Management System!

About

Simple Payroll Management System

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages