Hi,
We have a process where we add some amount of inventory of an item that is then picked onto a production order. The process is posting a counting journal, then posting a picking journal. We have seen some cases where the on-hand "physical available" was wrong after that process happened.
Here is a screenshot of one of the cases:
After the production picking, there should be 0 left. but there was 9.61 left that I was able to re-count to zero. This means inventory transactions actually go below zero for this item.
Also, I would add that between the two journals, I added this because sometimes the picking wasn't working because it was saying not enough inventory:
inventSumReCalcItem = new inventSumReCalcItem(itemId,true,CheckFix::Fix); inventSumReCalcItem.updateNow();
Any idea how this could happen? The picking journal should have set the physical available to zero. Any idea where to look this fix this?
*This post is locked for comments