horilla icon indicating copy to clipboard operation
horilla copied to clipboard

Need to calculate an tax on income based on condition.

Open edmir31 opened this issue 8 months ago • 4 comments

Need to calculate an tax on income. the condition are like below

If SALARY (0-50 000) Tax = 0% salary If Salary (50 001 – 60 000) Tax =13% (salary – 35 000$) If Salary (60 001 – 200 000)$ Tax = 13% (Salary- 35 000$) If Salary (more than 200 000$) Tax = 22 100$ + 23%(salary – 200 000$)

salary tax or deduction is any way to implement this to payroll of horilla.

edmir31 avatar Jun 27 '24 09:06 edmir31