Hello,
I need some help figuring out how to create a simple inventory management please. What I will be doing is create a table with all chemicals in stock. I also need to create another table with formulations (lets say each formulation contains 3 ingredients). So I would need to enter each formula with their respective ingredients and quantities.
For example, let's say Formula XB12 contains 5kg of A, 4kg of B, and 1kg of C chemicals.
When I make a 20kg mix XB12, it should reduce the stock of all 3 ingredients (10kg of A/ 8kg of B/ 2kg of C) from the current stock.
What would be best way to achieve this? Are there any examples that anybody knows that I can play with?
Many thanks!