Allow accumulating min. stock amounts on parent product level (closes #384)

This commit is contained in:
Bernd Bestel
2019-09-26 10:36:49 +02:00
parent 75f8ecfad2
commit 828ab8eba0
4 changed files with 150 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
- Fixed that barcode lookups now compare the whole barcode, not parts of it (e. g. when you have two products with the barcodes "$1" and "$10" and scan "$1" maybe the product of "$10" was found till now)
- It's now possible to accumulate min. stock amounts on parent product level (new option per product, means the sub product will never be "missing" then, only the parent product)
- It's now possible to display a recipe directly from the meal plan (new "eye button") (thanks @kriddles)
- Improved the responsiveness of the meal plan and calendar page by automatically switching to a day calendar view on smaller screens (thanks for the idea @kriddles)
- The calendar now also contains all planned recipes from the meal plan on the corresponding day