Hi,
After posting invoice, find a little variance in journal.
The amount calculated are different by posting type (Purchase expenditure for product and Vendor balance).
e.g.
We have 2 item in po line.
1. ItemA ( Qty = 1, Net amount = 29355(JPY) )
2. ItemB ( Qty = 1, Net amount = 45030(JPY) )
Rate (Strat from JPY to HKD) : 0.070302
In case of Posting type: Purchase expenditure for product, caluculated by Item net amount.
Step 1 ( ItemA ) : Round( ( 29355(JPY) * Rate : 0.070302), 2 ) = 2063.72
Step 2 ( ItemB ) : Round( ( 45030(JPY) * Rate : 0.070302 ), 2 ) = 3165.7
Step 3 (Amount) : SUM( Step1: Step2 )
But, In case of Posting type: Vendor balance, caluculated with exchang rate after summering ItemA & Item B amount.
Step 1 : SUM( 29355(JPY) +45030(JPY) ) = 74385
Step 2 : Step 1 * Rate : 0.070302 = 5229.4143
Step 3 : Roud( Step2, ) = 5229.41
Like that, the amount result is different by posting type, does anyone know that is needed Hotfix to solve that? OR That is AX specification?