Added Default store as a column to the shopping list (closes #957)

This commit is contained in:
Bernd Bestel
2020-12-20 10:26:02 +01:00
parent 268b8e87d7
commit 76e4a1578c
4 changed files with 12 additions and 4 deletions

View File

@@ -147,9 +147,9 @@
- All tables are now customizable (new little eye icon on the top left corner on each table)
- Table columns be shown/hidden
- There are also new columns on some pages, hidden by default
- Stock overview: Value, product group, calories, last purchased, last price, min. stock amount
- 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)
- Shopping list: Last price (Unit), Last price (Total), Default store
- 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)