Added columns for last price on shopping list (closes #410)

This commit is contained in:
Bernd Bestel
2020-12-19 17:55:49 +01:00
parent 7f24ffc484
commit f5e0709913
6 changed files with 38 additions and 2 deletions

View File

@@ -144,6 +144,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)
- 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)