Optionally show out of stock products on the location content sheet (closes #1641)

This commit is contained in:
Bernd Bestel
2022-04-01 21:55:06 +02:00
parent ebfc55064e
commit f7c33a4579
6 changed files with 42 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
- When the product was once added to stock, there needs to exist a corresponding unit conversion for the new QU
- New product option "Disable own stock" (defaults to disabled)
- When enabled, the corresponding product can't have own stock, means it will not be selectable on purchase (useful for parent products which are just used as a summary/total view of the child products)
- The location content sheet can now optionally list also out of stock products (at the products default location, new checkbox "Show only in-stock products " at the top of the page, defaults to enabled)
- Added the product grocycode as a (hidden by default) column to the products list (master data)
- Fixed that consuming via the consume page was not possible when `FEATURE_FLAG_STOCK_LOCATION_TRACKING` was disabled