Added changelog for #476

This commit is contained in:
Bernd Bestel 2019-12-21 12:38:15 +01:00
parent 36e8484046
commit 8da13ab22b
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,9 +1,12 @@
### New feature: Transfer products between locations and edit stock entries
- New menu entry in the sidebar to transfer products (or as a shortcut in the more/context menu per line on the stock overview page)
- New menu entry in the more/context menu of stock overview page lines to show the detail stock entries behind the corresponding product product
- New menu entry in the more/context menu of stock overview page lines to show the detail stock entries behind the corresponding product
- From there you can also edit the stock entries
- A huge THANK YOU goes to @kriddles for the work on this feature
## Recipe improvements
- When adding or editing a recipe ingredient, a dialog is now used instead of switching between pages (thanks @kriddles)
### Meal plan fixes
- Fixed that when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was set to `false`, prices were still shown (thanks @kriddles)