Hi,
As system operate with many digits after comma, but we see result rounding to 2 digits we often have difference on total value per item (value calculated by system and value if to take price per 1 unit and multiple to order quantity)
here net price unit value is not calculating, it will calculate before rounding and posting net value.
System firstly need to calculate price per 1 unit and then multiple it to order quantity. And at the same time that it operate only with 2 digits after comma
net sell price for 1 pc is 0,70 USD , for total quantity - 0,70*1200qty =840 USD
Net price 2 for 1 pc is 10,48 UAH, for total quantity – 10,48 *1200qty = 12576,00 UAH
Freight 2 %
Net value per item 10,69 UAH, for total quantity 10,69 UAH * 1200qty = 12827,52 UAH(wrong calculation)
Correct calculation is :
Per item freight charge is – 0,2096 + 10,48(per item) = 10, 6896
Net value for the item is – 10, 6896 * 1200qty = 12827,52
VAT 20%
Item total amount per 1 unit is 12,83 UAH, for total quantity 12,83 * 1200qty = 15 393,02 00 UAH(wrong calculation)
Same as above calculation need to get correct value.
Need help here.