Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add IT Income Tax Calculator #1620

Closed
4 of 7 tasks
pavitraag opened this issue Jul 13, 2024 · 9 comments · Fixed by #1734
Closed
4 of 7 tasks

[Feature] Add IT Income Tax Calculator #1620

pavitraag opened this issue Jul 13, 2024 · 9 comments · Fixed by #1734
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level2 GSSoC2k24 Level-2 Task -- 25 Points

Comments

@pavitraag
Copy link
Contributor

pavitraag commented Jul 13, 2024

Description

The IT Income Tax Calculator is a tool designed to help individuals accurately calculate their income tax liabilities based on their earnings. This user-friendly calculator takes into account various income sources, deductions, and tax credits to provide an estimate of the total tax payable. It is particularly useful for individuals who need to understand their tax obligations and plan their finances accordingly.

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @pavitraag, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@jessicachawla
Copy link

will take into consideration if people are not from india?

@pavitraag
Copy link
Contributor Author

I am going to use this formula to calculate income taxes: Gross Salary - Deductions = Taxable Income; Income Tax = (Taxable Income x Applicable Tax Rate) - Tax Rebate.
This is used in India and almost similar to this US, UK and Australia also has this formula to calculate.

@jessicachawla
Copy link

Not what I meant.
The percent of tax to be deducted are different for different brackets of salaries.

@pavitraag
Copy link
Contributor Author

Each country has its own set of income ranges and corresponding tax rates.
I am working on India only for now
-Income up to ₹250,000: No tax
-Income from ₹250,001 to ₹500,000: 5%
-Income from ₹500,001 to ₹1,000,000: 20%
-Income above ₹1,000,000: 30%

@jessicachawla
Copy link

jessicachawla commented Jul 14, 2024

Ok. Then mention that you're calculating as pe Indian tax laws

@jessicachawla
Copy link

@Rakesh9100 this issue can be assigned

@Rakesh9100
Copy link
Owner

Go ahead @pavitraag

@Rakesh9100 Rakesh9100 added the gssoc GSSoC 2k24 Open Source Program label Jul 31, 2024
Copy link

github-actions bot commented Aug 3, 2024

Hello @pavitraag! Your issue #1620 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request calculator addition 📱 Addition of new calculator level2 GSSoC2k24 Level-2 Task -- 25 Points labels Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level2 GSSoC2k24 Level-2 Task -- 25 Points
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants