How to round off Total in purchase order, Below total should be rounded to 4397.00
Go to Setup → Global Settings → Uncheck Disable Rounded Total
This will automatically round off the total.
i have unchecked… still persisting same problem…
Do
bench update
and check it. If you’re running older version that might some issues.
1 Like
Go to your currency (INR) in Currency and check to see if the rounding number there is what you actually want it be. For some months the default USD rounding was $0.05 and it was driving me crazy and I wasn’t sure where to find it, but I believe it has since been fixed.
1 Like
Try
Math.floor(total);
thanks for the response will check out