Show barcode as barcode-image on shopping list (closes #1133)

This commit is contained in:
Bernd Bestel
2020-12-20 19:31:12 +01:00
parent b2f555400c
commit 1d16021404
5 changed files with 34 additions and 2 deletions

View File

@@ -149,7 +149,7 @@
- There are also new columns on some pages, hidden by default
- Stock overview: Value, Product group, Calories, Last purchased, Last price, Min. stock amount
- Products list: Default store
- Shopping list: Last price (Unit), Last price (Total), Default store
- Shopping list: Last price (Unit), Last price (Total), Default store, Barcodes (as scannable code-image)
- Row grouping can be customized to use any available column (thanks @edenhaus)
- Table states (visible columns, sorting, column order and so on) are now saved server side (in user settings) means that this stays the same when using different browsers
- Dialogs are now used everywhere where appropriate instead of jumping between pages (for example when adding/editing shopping list items)