I am working on ax 4.0 sp2 .
general round off set to "0".
I am using only one curreny "INR".
During the shipment of the Transfer order i am getting an error.
"Error in unit of currency. must be rounded to zero"
"Unit of -199.82 -199.82 being posted to account is too little".
I tried by changing the Maximum Penny difference but it didn't worked.
I am unable to find out the cause of this error.
Any help will be appreciated.
Kranthi
0
Comments
When the transfer order shipment is posted, the code has a look at the standard cost of the product vs the posted cost on the inventtrans record for an item which could be:
Standard Cost : 1809.08
Posted Cost : 1809.075484875124
It then attempts the profit/loss posting which is an amount of - 0.004515124876
Rounded this equates to 0.00 which is less than the general amount rounding of 0.01 in currency … at this point in time it gives up and throws a whole lot of errors.
It also attempts to post reversing transactions for these entries, but once again, fails due to the rounding issue.
I got the developers to write a code fix for this, so you will either need to do the same or report it to Microsoft who may have a fix.