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`