Implemented a price factor option for recipe ingredients (closes #295)

This commit is contained in:
Bernd Bestel
2019-09-19 21:30:24 +02:00
parent 35a409f462
commit 7c114cfec3
4 changed files with 115 additions and 0 deletions

View File

@@ -31,6 +31,8 @@
### Recipe improvements
- Based on the new linked quantity units, recipe ingredients can now use any product related unit, the amount is calculated according to the cnoversion factor of the unit relation
- New option "price factor" per recipe ingredient (defaults to `1`) - the resulting costs of the recipe ingredient will be multiplied by that factor
- Use this for example for spices in combination with "Only check if a single unit is in stock" to not take the full price of a pack of pepper into account for a recipe
### Chores improvements
- Chores can now be assigned to users