This commit is contained in:
Bernd Bestel 2020-12-20 00:04:44 +01:00
parent 832141a718
commit 31dbb95c58
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -92,7 +92,7 @@
- Added a button to add all currently in-stock but overdue and expired products to the shopping list (thanks @m-byte)
- Improved that when `FEATURE_FLAG_STOCK` is disabled, all product/stock related inputs and buttons are now hidden on the shopping list page (thanks @fipwmaqzufheoxq92ebc)
- Shopping list items can now have their own Userfields (entity `shopping_list`), on the shopping list table those fields are rendered additionally to the product Userfields
- Made the print view configurable (new dialog before printing - option to hide header, group products by their product group, alternative list layout)
- The print view is now configurable (new dialog before printing - option to hide header, group products by their product group, alternative list layout)
- Fixed that "Add products that are below defined min. stock amount" always rounded up the missing amount to an integral number, this now allows decimal numbers
### Recipe improvements/fixes