I need help with inventory management. What I’m trying to accomplish is using my current inventory of a product to create another product that will lower the inventory count of the products it takes to create the the new one.
For example let’s say we’re selling fruits
I have oranges, apples, bananas and kiwi that I sell all individually however I also want to offer them as a package deal so whenever I create that package the inventory of all the fruits involved lowers as well by the number it takes to make that.
More in-depth I want it to take X apples and X kiwi but those numbers may be different from each other.
Thank you in advance!