How do we round the grand total to the nearest quarter?

If the bill amount is 65.70, then it must be rounded to 65.75. Or if the amount is 65.20, the grand total be 65.25. And, if the amount is 65.15, the amount must be brought down to 65.

Is there a way the system would do this automatically?

Hello,

Currently you can round the total to the nearest integer only. You can raise this as a feature request on GitHub here: Issues · frappe/erpnext · GitHub.

Hope this helps!

@michelle
Here’s the solution. It was requested 3 years ago and implemented then. Thanks for the help though. :slight_smile:

1 Like