avoid rounding in SalesPrice

584 Views Asked by At

When setting trade agreament price to 12.8888, the unit price used in Sales Line is 12.8900. what should I do to avoid this rounding?

3

There are 3 best solutions below

0
On

On the PriceDiscTable form set the NoOfDecimals property of the PriceDiscTable_Amount control to 4.

Note that there are many places in the code where that amount will get rounded to the roundoff setting for the currency. You can change that rounding for the entire application under General ledger/Setup/Exchange rates on the Round-off tab.

0
On

In the Price List form, under Details, click Price List Items, and then click Add Price List Item, then change the Rounding Policy.

0
On

Set price to 1288.88 per 100 items.