For invoices, please check arithmetic.properties file and change the invoice.decimals value.
HTH! Rishi Solanki Sr. Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Thu, Feb 16, 2017 at 2:49 PM, Moatasim Al Masri <[email protected]> wrote: > Dears > > If I need to change the currency.decimal.format from 2 digits to 3 digits > in all ofbiz invoices etc.., so we should change it from > > *general.property* from currency.decimal.format=#,##0.00 > > To currency.decimal.format=#,##0.000 > > And also change *UtilFormatOut.java* > > *From DecimalFormat(UtilProperties.getPropertyValue("general", > "currency.decimal.format", "#,##0.00"));* > > *To DecimalFormat(UtilProperties.getPropertyValue("general", > "currency.decimal.format", "#,##0.000"));* > > > > I changed it but unfortunately not applied on when create invoices, is > there missing extra step ? > > > > *Best Regards,* > > > > *Moatasim L. Al-Masri* > > Program Manager > > > > [image: Description: Logo for Office-4] > > > > [image: Description: bi email-3-02] > > > > P.O.Box 3516 Amman, 11821 > > The Hashemite Kingdom of Jordan > > *Tel.* +962 (6) 556 2620 > > *Mob (Jordan).* +962 79 5426384 > > [image: Description: bi email-3-04] > > [image: Description: bi email-3-05] > > /biict > > @biict > > Kingdom of Saudi Arabia > > *Mob (KSA).* +966 55 7885607 > > > > > > > > >
