Added the ability to directly add products to the meal plan (closes #450)

This commit is contained in:
Bernd Bestel
2020-01-25 11:51:00 +01:00
parent 061f4da041
commit e111d07f4e
6 changed files with 251 additions and 17 deletions

View File

@@ -28,6 +28,7 @@
### Meal plan improvements/fixes
- It's now possible to add notes per day (in the dropdown of the add button in the header of each day column)
- It's now possible to products directly (also in the dropdown of the add button in the header of each day column, maybe useful in combination with the new "Self produced products" feature)
- Added that the calories per serving are now also shown
- Added that the total costs and calories per day are displayed in the header of each day column
- Fixed that when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was set to `false`, prices were still shown (thanks @kriddles)