0
STATUS DETAILS
Comments
That is a great idea. It might be possible to combine it with another problem. Case: need to produce 10 items, that uses 10 components per piece. That's a total of 100 components.If you post output of 10 items, 100 components are posted (because of the Routing Link Code). If you post output of 1 item, 10 components are posted. But if you post another output of 9, it posts 80 components. The calculation is 9 * 10 minus the 10 already posted.It always deducts the amount of components that is already posted.So if you start with a output of 5, 50 components are posted. If you post the other 5, no components are posted (5 * 10 minus 50).This must be a bug, or is there a logical explanation?