852 B
852 B
#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
.
![Global Precision](/Shiloh/brotherton-erpnext/media/commit/b9c82b979059a15a8575c2e07789d3dbafd23398/erpnext/docs/user/manual/en/customize-erpnext/articles/%7B%7Bdocs_base_url%7D%7D/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.
![Field-wise Precision](/Shiloh/brotherton-erpnext/media/commit/b9c82b979059a15a8575c2e07789d3dbafd23398/erpnext/docs/user/manual/en/customize-erpnext/articles/%7B%7Bdocs_base_url%7D%7D/assets/img/articles/precision-2.png)