Shortage Report does not calculate properly
For a simple example let's say I'm trying to do an assembly build for one sandwich containing these items:
Bread x 2 (sub assembly - flour, water, salt, yeast)
Ham x 1 (inventory item)
Lettuce x 1 (inventory item)
The bread was already put in stock with an assembly build. So I have the bread and lettuce in stock, but I'm missing ham. If I run the shortage report on the asssembly build, it would spit out something like this:
Needed:
Ham x 1
Flour x 2
Water x 2
The problem is that I don't need flour and water if I have the bread in stock. The shortage report doesn't consider the sub assemblies in stock, it just looks at the inventory items as a whole. Is this a bug? We have assemblies with 20 or more sub assemblies, so it makes it very difficult to find what I actually need to order. Thanks
