diff --git a/changelog/58_UNRELEASED_2020-xx-xx.md b/changelog/58_UNRELEASED_2020-xx-xx.md index d759fbfb..a4fa7de2 100644 --- a/changelog/58_UNRELEASED_2020-xx-xx.md +++ b/changelog/58_UNRELEASED_2020-xx-xx.md @@ -7,6 +7,7 @@ ### Stock improvements - When creating a new product, the "QU id stock" is now preset by the "QU id purchase" (because most of the time that's most probably the same) (thanks @Mik-) +- Clarified the row-button colors and toolips on the stock entries page ### Recipe fixes - Fixed that when editing an ingredient with "Only check if a single unit is in stock" set, the quantity unit was always set to the products stock quantity unit regardless if a different one was selected for that ingredient diff --git a/localization/strings.pot b/localization/strings.pot index bcb38911..ef8f74e7 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1771,3 +1771,9 @@ msgstr "" msgid "Default store" msgstr "" + +msgid "Consume this stock entry" +msgstr "" + +msgid "Mark this stock entry as open" +msgstr "" diff --git a/views/stockentries.blade.php b/views/stockentries.blade.php index 36fda7bb..9f592072 100644 --- a/views/stockentries.blade.php +++ b/views/stockentries.blade.php @@ -50,7 +50,7 @@ @foreach($stockEntries as $stockEntry) amount > 0) table-warning @endif"> - @if(GROCY_FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING) -