ERPNext removes fraction amount from rate field

Hello I,m manufacturing garments accessories. most of this products rates are in cent / per Dzn . But they maintain stock in piece and also manufacture in piece . So I need to convert this cents to dzn to maintain same UOM . When I convert rates in piece I get little fractions . When I input this fractions ERPNext automatically removes fractions. So I,m not getting actual cost . How to solve this ?


https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/articles/set-precision.html

It doesn’t make any impact on rate field. How can I use little fraction on rate field ?

Thanks

Can you let me know which doc type are you trying to use?

Sales Order Item rate field

Hi,

Please check the field type in Customize forms, it should be set to float and then this setting would apply. For customization you would also need to have developer mode 1 in your site.json file.

You could also check GitHub discussion from a similar issue

Thanks