This question has been flagged
2726 Views

Hi All,

I am new to this. Just working my way through setting up the Payroll Module, but I have a question for tax computation with Python code I need help with. Here it goes

1: Tax1 7% should apply to first $3000 2: Tax2 9% should apply to next $3000 3 Tax3 13% should apply to next $5000 4: Tax4 17% should apply to next $7500 5: Tax5 26% should apply to next $12000

6: Total annual tax should be the sum of all 5 taxes

7: Monthly Tax should be Annual Tax / 12

Any help would be greatly appreciated

Avatar
Discard
Author

Can anyone please help with this?