1 (edited by argonx 2020-09-25 08:01:35)

Topic: Recipe examples

Hi MVD,

I made some inventory program and need to extend it by making recipes for products and could not find any examples
If someone got example for that, it would be great.

For example, right now in inventory I have 100kg flour, 100kg sugar, 100lit of milk, 100kg of coffee....

I need to make recipe for coffee with those materials, for 1 coffee i need 0.01kg of coffee, 0.01kg of sugar.....
So I can make example of materials needed for 1000 coffees

Also, when I click MAKE button to decrease levels of used materials in inventory by amount needed for XX numbers of coffees

Thank You

Re: Recipe examples

Perhaps something like this.
Btw. You can create 10,000 with what you got there. 100kg/0.01kg = 10000

Post's attachments

Attachment icon argonx_inventory.zip 500.62 kb, 342 downloads since 2020-09-25 

brian

Re: Recipe examples

This is awesome, thank You