Hello everybody,
I have a "strange" behaviour when I remove stock from a storage bin. Maybe somebody can help me on how to avoid this?
Let me explain the situation with an easy example:
We have here 2 storage bins: let say TMP and STK
We do a 1st goods receive of qty=10 on TMP, with then, a transfer order to move it to STK.
We do a 2nd goods receive of qty=5 on TMP, with then, a transfer order to move it to STK.
After this, we have:
TMP: 0
STK: 15
TOTAL: 15
We do a goods issue of qty=10 on TMP, with then, a transfer order from STK to TMP.
And there is the problem...
TMP: -5
STK: 10
TOTAL: 5
The TOTAL is OK. But not the qty in STK and TMP... We would like to have this:
TMP: 0
STK: 5
TOTAL: 5
Having a look more deeply, I could see that there is a notion of PA (pallet), which seems to be the origin of the problem. But can't we get the desired result, keeping the PA strategy?
Thanks in advance for your advice/help on the subject.
Regards,
Rudy