diff --git a/changelog/57_UNRELEASED_2020-xx-xx.md b/changelog/57_UNRELEASED_2020-xx-xx.md index bca1a4cb..bd6c811f 100644 --- a/changelog/57_UNRELEASED_2020-xx-xx.md +++ b/changelog/57_UNRELEASED_2020-xx-xx.md @@ -1,8 +1,9 @@ ### New feature: Price history per store - Define stores under master data -- Track on purchase/inventory in which store you bought the product +- New product option to set the default store +- Track on purchase/inventory in which store you bought the product (gets prefilled by the last store you purchased the product, or the default store of the product if you never bought it) - => The price history chart on the product card shows a line per store -- (Thanks @immae) +- (Thanks @immae and @kriddles) ### Recipe fixes - Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel) diff --git a/localization/strings.pot b/localization/strings.pot index 4a0da6ba..bcb38911 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1768,3 +1768,6 @@ msgstr "" msgid "Transaction successfully undone" msgstr "" + +msgid "Default store" +msgstr ""