brotherton-erpnext/erpnext/docs/user/manual/en/customize-erpnext/articles/set-precision.md

18 lines
828 B
Markdown
Raw Normal View History

#Set Precision
In ERPNext, default precision for `Float`, `Currency` and `Percent` field is three. It allows you to enter value having value upto three decimal places.
You can also change/customize the precision settings globally or for a specific field.
To change the precision globally, go to:
`Setup > Settings > System Settings`.
2017-07-31 11:11:35 +00:00
<img alt="Global Precision" class="screenshot" src="/docs/assets/img/articles/precision-1.png">
You can also set field specific precision. To do that go to `Setup > Customize > Customize Form` and select the DocType there. Then go to the specific field row and change precision. Precision field is only visible if field-type is one of the Float, Currency and Percent.
2017-07-31 11:11:35 +00:00
<img alt="Field-wise Precision" class="screenshot" src="/docs/assets/img/articles/precision-2.png">
<!-- markdown -->