/IE_Tax_Calculator

The program is designed to calculate the payroll tax in the Irish tax system. It prompts the user to input their gross salary, and then calculates and displays the payroll tax for Ireland based on the salary.

Primary LanguagePython

🇮🇪 Ireland Tax Calculator

📝 DESCRIPTION

The program is designed to calculate the payroll tax in the Irish tax system.It prompts the user to input their gross salary, and then calculates and displays the payroll tax for Ireland based on the salary.
The program also calculates the payroll related social insurance (PRSI), universal social charge (USC), and income tax paid (ITP). Then, it displays the payroll details, including the gross salary, payroll tax, deductions, net pay, and the date and time of the calculation.
Overall, the program is a useful tool for taxpayers who need to calculate and track their payroll tax in the Irish tax system

⏭️ TABLE OF CONTENTS

  1. Description
  2. Requirements
  3. Run the project
  4. Contribute
  5. Screenshots
  6. Terms of use

💻 REQUIREMENTS

🚀 HOW TO RUN THE PROJECT

You will download and run the calc_tax_IE.py file.

📫 HOW TO CONTRIBUTE

# Fork this repository:
By clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

# Clone this project:
git clone https://github.com/BLUCASS/Ireland_Tax_Calculator

# Create a branch using the command:
git checkout -b your-new-branch-name

# Make the changes and commit them:
git commit -m "commit-message"

# Send them to the original branch:
git push file-origin project-name / local

📸 SCREENSHOTS

input salary
payroll
detailed fees
only the payroll

TERMS OF USE

  1. This program is for educational purposes only.
  2. It uses your personal information only for calculations.
  3. The information comes from https://www.citizensinformation.ie/en/ and https://www.revenue.ie/en/home.aspx.
  4. We are not responsible for decisions made based on this program.
  5. For more accurate information, visit citizensinformation and revenue.ie.
By using this program, you agree to these terms.