I am trying to create an invoice line item (write-in product) by overriding
the price per unit. All pricing in my crm system is handled with 4 decimal
places. priceperunit_base is also defined for 4 decimal places.
However when I try to enter 23.34537 into price per unit, it automatically
gets rounded to 2 decimals giving me 23.35.
I do not want CRM to round it off to 2 decimals, I would like the price per
unit to be stored as 23.3454 (rounding to 4 decimals).
This is a little urgent as this is resulting in loss of financials and
resulting in a non-consistent system.
I am totally blanked out here on how to achieve this. Any suggestions or
help will be highly appreciated.
--
Thanks,
BM
Just found a solution myself, was unnecessarily getting panicked.
just for those who need,
Go to System Settings and change the pricingdecimalprecision to 4.
--
Thanks,
BM