From 7d237867b5c03a2b69db58aa0dda1c036a375c5d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 7 Nov 2020 15:01:10 +0100 Subject: [PATCH] Updated changelog about the new clear filter button --- changelog/60_UNRELEASED_2020-xx-xx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 8e467a89..1ee84067 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -32,7 +32,6 @@ - Products can now be hidden instead of deleted to prevent problems / missing information on existing references (new checkbox on the product edit page) (thanks @kriddles) - Improved/fixed that changing the products "Factor purchase to stock quantity unit" not longer messes up historical prices (which results for example in wrong recipe costs) (thanks @kriddles) - On the stock journal page, it's now visible if a consume-booking was spoiled -- Added a "Clear filter"-button on the stock overview page to quickly reset applied filters - It's now tracked who made a stock change (currently logged in user, visible on the stock journal page) (thanks @fipwmaqzufheoxq92ebc) - Product edit page improvements ("Save & continue" button, deleting and adding a product picuture is now possible in one go) (thanks @Ma27) - For products with tare weight handling enabled, it's now optionally possible to consume a fixed/exact amount (just like for "normal" products) in case you don't want to weigh the whole container this time (new checkbox on the consume page) (thanks @fipwmaqzufheoxq92ebc) @@ -140,6 +139,7 @@ - Improved mobile views (thanks @4lloyd for the idea and initial work on this) - The buttons on the top of each page and the filter row is now collapsed (use the ellipsis/filter button to show them) - Tables are horizontally scrollable (instead of collapsing columns which don't fit) +- Added a "Clear filter"-button on all pages (with filters) to quickly reset applied filters - The data path (previously fixed to the `data` folder) is now configurable, making it possible to run multiple grocy instances from the same directory (with different `config.php` files / different database, etc.) (thanks @fgrsnau) - Via an environment variable `GROCY_DATAPATH` (higher priority) - Via an FastCGI parameter `GROCY_DATAPATH` (lower priority)