Added on option to only show in-stock products on the /products page (closes #1388)

This commit is contained in:
Bernd Bestel
2021-07-06 20:08:02 +02:00
parent 6530d0f9df
commit 1ead23cb87
5 changed files with 50 additions and 8 deletions

View File

@@ -29,6 +29,7 @@
- Product barcodes are now enforced to be unique across products
- On the stock overview page it's now also possible to search/filter by product barcodes (via the general search field)
- The product picker on the consume page now only shows products which are currently in stock
- Added a filter option to only show in-stock products on the products list page (master data)
- Fixed that editing stock entries was not possible
- Fixed that consuming with Scan Mode was not possible
- Fixed that the current stock total value (header of the stock overview page) didn't include decimal amounts (thanks @Ape)