Tax deduction rounding up

Hi,

In tax deductions for salary slips, the ESIC deduction amount needs to be rounded up always as per Govt. rules. Is there a way I can round up this calculation in the salary structure?

Thanks

You can try using some formula for rounding in Formula section of that Salary Component.

Ok. Thanks. I tried Math.ceil() but that didn’t work

I tried round() but that rounds down the number

For now, I’m using int(value) + 1.0

3 Likes