From b02e43aea8d7de3ef81d600e1618b7d437390baa Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 19 Dec 2019 20:00:47 +0100 Subject: [PATCH] Added changelog for #421 --- changelog/55_UNRELEASED_2019-xx-xx.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index 227fe15d..123139a6 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -1,8 +1,15 @@ +### 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 + - From there you can also edit the stock entries +- A huge THANK YOU goes to @kriddles for the work on this feature + ### Calendar improvements - Improved that meal plan events in the iCal calendar export now contain a link to the appropriate meal plan week in the body of the event (thanks @kriddles) -### API fixes +### API improvements/fixes - Fixed that the route `/stock/barcodes/external-lookup/{barcode}` did not work, because the `barcode` argument was expected as a route argument but the route was missing it (thanks @Mikhail5555 and @beetle442002) +- New endpoints for the stock transfer & stock entry edit capabilities mentioned above ### General & other improvements/fixes - Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis)