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?
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!