avoid rounding in SalesPrice

550 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 answers

0
Jay Hofacker 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
servermanfail 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
servermanfail On

Set price to 1288.88 per 100 items.