Closed MetaEMK closed 2 years ago
After discussion with customer:
For each recipe you should be able to create different variants with different ingredients and ingredient quantities.
The customers need a program which can calculate recipes in 2 different ways:
1: Normal Calculation:
Just for my understanding. Isn't bread calculation literally the same as the normal calculation but just with another unit (Amount vs Weight)...? Or is there some dough algorithm...?
1. Normal Each recipe has a fixed amount of specific ingedrients. The ingedrients can just be multiplied by the desired product amount.
Example Recipe for one Cake
Same recipe for 10 Cakes
2. Bread Recipes are based on 1kg of dough. Recipe gets adjusted by the user specifed amount.
Example Recipe 1kg of dough
10kg of dough based on the previous recipe
I think the bread calculation is more like:
And if you want to use the recipe:
But i will discuss this exact procedure today.
Do you have any other question regarding this feature?
moved to "design for recipe calculation"
e.g. different sizes for cakes
Are there different settings for the calculation for recipes (round and edgy)? -calc presets
How to handle bread (no different sizes)?