From 44c6865ba172e093245e88e4dc9663cb29632331 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 18 Apr 2022 18:32:28 +0200 Subject: [PATCH] Added changelog for #1863 --- changelog/68_UNRELEASED_xxxx-xx-xx.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog/68_UNRELEASED_xxxx-xx-xx.md b/changelog/68_UNRELEASED_xxxx-xx-xx.md index ccb3a9aa..3be43465 100644 --- a/changelog/68_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/68_UNRELEASED_xxxx-xx-xx.md @@ -8,7 +8,9 @@ ### Stock -- xxx +- New product option "Move on open" (defaults to disabled) + - When enabled, on marking the product as opened, the corresponding amount will be moved to the products default consume location + - (Thanks @RosemaryOrchard) ### Shopping list @@ -52,4 +54,5 @@ ### API +- Endpoint `/stock/products/{productId}`: New field/property `default_consume_location` (contains the products default consume location object) - Endpoint `/stock/products/{productId}/add`: Fixed that the request body parameter `transaction_type` was ignored / always set to `purchase`