From 6867057b6eb71cf6f6c8d6d1483db6b9e880700d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 12 Apr 2020 14:02:24 +0200 Subject: [PATCH] Clarify button tooltips on the stock entries page (closes #621) --- changelog/58_UNRELEASED_2020-xx-xx.md | 1 + localization/strings.pot | 6 ++++++ views/stockentries.blade.php | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) 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) -