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 ?
It doesn’t make any impact on rate field. How can I use little fraction on rate field ?
Thanks
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