diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index b763871f..61bb9788 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -34,6 +34,8 @@ - The stock overview page now also shows the value - new column and also the total value in the header (thanks @kriddles) - It's now possible to set a custom purchased date on purchase (new field on the purchase page, hidden by default - enable it by a new stock setting (top right corner settings menu)) (thanks @kriddles) - The decimal places for all amount and price inputs can now be configured (stock settings / top right corner settings menu, both default to `4`) +- When clicking the product name on the shopping list, the product card will now be displayed (like on the stock overview page) (thanks @kriddles) +- On the product card there is now also a button to jump directly to the stock entries of the corresponding product (thanks @kriddles) - Fixed that it was not possible to leave the "Barcode(s)" on the product edit page by `TAB` - Fixed that when adding products through a product picker workflow and when the created products contains special characters, the product was not preselected on the previous page (thanks @Forceu) - Fixed that when editing a product the default store was not visible / always empty regardless if the product had one set (thanks @kriddles) diff --git a/localization/strings.pot b/localization/strings.pot index 331717ae..497df404 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1933,3 +1933,6 @@ msgstr "" msgid "Decimal places allowed for prices" msgstr "" + +msgid "Stock entries for this product" +msgstr ""