Hi All,
I have an issue like i am trying to close the inventory for an item A, but I am getting an error as
- Item number: A
- Negative cost amount for receipts is not allowed.
- Update has been cancelled.
- Closing is being paused because of an error.
- Please fix the problem and resume the calculation.
When debugged I found that the calculation is done with (CostAmountAdjustment + CostAmountPosted) and the calculated value must be positive.
While checking the sum in invent-trance I found that the CostAmountAdjustment field total is greater than the CostAmountPosted field total value and the final value comes in -(Negative)
Now how can I fix this issue to close the inventory?