From 2619d03cc0bd0ce4d76aafd4262470dcdb7abf9f Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 25 Mar 2020 20:12:38 +0100 Subject: [PATCH] Added changelog for #658 --- changelog/57_UNRELEASED_2020-xx-xx.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog/57_UNRELEASED_2020-xx-xx.md b/changelog/57_UNRELEASED_2020-xx-xx.md index 5421d5fa..3e6bf6de 100644 --- a/changelog/57_UNRELEASED_2020-xx-xx.md +++ b/changelog/57_UNRELEASED_2020-xx-xx.md @@ -1,3 +1,9 @@ +### New feature: Price history per store +- Define stores under master data +- Track on purchase/inventory in which store you bought the product +- => The price history chart on the product card shows a line per store +- (Thanks @immae) + ### Recipe fixes - Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)