From 5cdfd30852de69de90a73e6055d1dc3b1c7fcfc5 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 21 Jan 2020 20:49:25 +0100 Subject: [PATCH] Added changelog for #501 --- changelog/55_UNRELEASED_2019-xx-xx.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index 1135570f..ffc36686 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -4,6 +4,12 @@ - From there you can also edit the stock entries - A huge THANK YOU goes to @kriddles for the work on this feature +### New feature: Self produced products +- To a recipe a product can be attached + - This products needs a "Default best before date" +- On using "Consume all ingredients needed by this recipe" and when it has a product attached, one unit of that product (per serving in purchase quantity unit) will be added to stock (with the proper price based on the recipe ingredients) +- (Thanks @kriddles for the intial work on this) + ### Stock improvements/fixes - The productcard gets now also refreshed after a transaction was posted (purchase/consume/etc.) (thanks @kriddles) - Fixed that entering partial amounts was not possible on the inventory page (only applies if the product option "Allow partial units in stock" is enabled)