horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
209 stars 141 forks source link

Need to calculate an tax on income based on condition. #226

Open edmir31 opened 4 months ago

edmir31 commented 4 months ago

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.

horilla-opensource commented 4 months ago

Hi @edmir31 , Is the above calculation you mentioned is a specific tax calculation of a particular country or region ?

With Regards, Team Horilla

edmir31 commented 4 months ago

it is an salary deduction. Yes it is a specific tax calculation of a particular country. They use that formula.

edmir31 commented 4 months ago

Hi @edmir31 , Is the above calculation you mentioned is a specific tax calculation of a particular country or region ?

With Regards, Team Horilla HI @horilla-opensource Yes it is an salary deduction. Yes it is a specific tax calculation of a particular country. They use that formula. Is there any option to do that.

horilla-opensource commented 4 months ago

The structure you have provided is not currently directly applicable in the Horilla system. We'll look for the feasibility and update you on the same.

With Regards, Team Horilla