Recipe calculation software
Recipe of product contains such information:
- General info, weight of batch, results of recipe analysis;
- List of ingredients;
- Quantity of each ingredient per batch;
- Prices of ingredients;
The ingredient list is editable via double list editor; the left side is a list of available ingredients, the right side is a list of ingredients reqired to make a batch of product:
Newelly added or changed receipe is checked for being suitable for including to a plan.
For example if quantity of some ingredient is not assigned the recipe can not be added to
a plan as resulting amount of the ingredient can not be estimated. However you can leave
unassigned the price of ingredient, if you need to estimate quantities only; in this case
the result of plan calculation is quantities only, the the total cost of required ingredients
stays unknown. If recipe is valid you get message like this:
or a list of recipe errors/warnings, that looks like this:
After you fix found issues the receipe is ready to use.
Resume:
- Prouct recipe is a unit the plans are made of;
- Recipes contain source info the program needs to calculate palns;
- Program checks whether recipe is valid and makes a list of issues you need to fix if something's wrong; after fixing the recipe is ready to use.