Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
149 stars 399 forks source link

[Feature] Add IT Income Tax Calculator #1620

Closed pavitraag closed 1 month ago

pavitraag commented 1 month ago

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

Code of Conduct

github-actions[bot] commented 1 month ago

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

jessicachawla commented 1 month ago

will take into consideration if people are not from india?

pavitraag commented 1 month ago

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 commented 1 month ago

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

pavitraag commented 1 month ago

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 commented 1 month ago

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

jessicachawla commented 1 month ago

@Rakesh9100 this issue can be assigned

Rakesh9100 commented 1 month ago

Go ahead @pavitraag

github-actions[bot] commented 1 month ago

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