Use rounded total in reports

is it possible to use rounding total as default instead of total or grand total?

so that in my reports it will use rounded total

you have to customize the report then

https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/articles/making-custom-reports-in-erpnext

I was thinking of a cleaner way to use the disable rounding on global defaults without rewriting all script reports to use rounded_total
maybe a setting that i forgot to setup.
to automatically use base_rounded_total field instead of total

Im Almost there i found out where to change this.

It seems that when i modify a js script inside erpnext/public the modifications does not work.

What is the proper way of reloading JS scripts in erpnext?
I tried F5, Reload Button, Bench Restart.

It works now

PROBLEM SOLVED :slight_smile: