Hi all,
In our Acumatica environment, numeric values are displayed with trailing zeros in many transactions. For example:
-
10.12000
-
10.00000
-
10.45785
Expected display:
-
10.12000 → 10.12
-
10.00000 → 10
-
10.45785 → 10.45785 (should remain the same)
Our requirement is to remove unnecessary trailing zeros across the system (Purchase Orders, Sales Orders, AR/AP transactions, Generic Inquiries, and reports) without modifying each screen individually.
We have already checked:
-
Decimal Precision settings in companies master screen
Is there a way to configure this globally in Acumatica, or would this require customization?


