From 4754cc306ab3f8846692c64b2be1b40983f1f1e2 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 20 Sep 2019 18:13:38 +0200 Subject: [PATCH] Currently there are no multiple shopping lists output options, so no dropdown button needed (this now closes #245) --- changelog/52_UNRELEASED_2019-xx-xx.md | 4 ++++ views/shoppinglist.blade.php | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog/52_UNRELEASED_2019-xx-xx.md b/changelog/52_UNRELEASED_2019-xx-xx.md index d1660ea6..11dbf3c9 100644 --- a/changelog/52_UNRELEASED_2019-xx-xx.md +++ b/changelog/52_UNRELEASED_2019-xx-xx.md @@ -36,6 +36,10 @@ - `FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING` to disable product opened tracking - Fixed/refined some things regarding purchase/consume/inventory of products with enabled tare weight handling (nothing was broken, but the success popups may not displayed the correct amount that was posted) +### Shopping lists improvements +- Shopping lists now have a notes field (HTML/WYSIWYG editor, just to save some notes per shopping list) +- Shopping lists can now be printed (new button next to the add/delete shopping list button) + ### Recipe improvements - Based on the new linked quantity units, recipe ingredients can now use any product related unit, the amount is calculated according to the cnoversion factor of the unit relation - New option "price factor" per recipe ingredient (defaults to `1`) - the resulting costs of the recipe ingredient will be multiplied by that factor diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 74ae8d6e..664d28c5 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -54,12 +54,15 @@ {{ $__t('Delete shopping list') }} -