From 9c92ec4748dbda2f4a22627b762c28033c588ad3 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 4 Oct 2020 15:25:18 +0200 Subject: [PATCH] Added changelog for #1026 --- changelog/60_UNRELEASED_2020-xx-xx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index ab0c4ebf..5583d016 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -46,6 +46,7 @@ ### Shopping list improvements - Decimal amounts are now allowed (for any product, rounded by two decimal places) - "Add products that are below defined min. stock amount" always rounded up the missing amount to an integral number, this now allows decimal numbers +- Added a button to add all currently in-stock but expired products to the shopping list (thanks @m-byte) ### Recipe improvements/fixes - It's now possible to print recipes (button next to the recipe title) (thanks @zsarnett) @@ -103,6 +104,7 @@ - `<=` less or equal - `` is the value to search for - New endpoints `/stock/journal` and `/stock/journal/summary` to get the stock journal (thanks @fipwmaqzufheoxq92ebc) +- New endpoint `/stock/shoppinglist/add-expired-products` to add all currently in-stock but expired products to a shopping list (thanks @m-byte) - Performance improvements of the `/stock/products/*` endpoints (thanks @fipwmaqzufheoxq92ebc) - Fixed that the endpoint `/objects/{entity}/{objectId}` always returned successfully, even when the given object not exists (now returns `404` when the object is not found) (thanks @fipwmaqzufheoxq92ebc) - Fixed that the endpoint `/stock/volatile` didn't include products which expire today (thanks @fipwmaqzufheoxq92ebc)