Stage changes of 27f9d70b56 (not ready yet)

This commit is contained in:
Bernd Bestel
2024-12-23 17:39:59 +01:00
parent 04c5928612
commit d7b5b8958a
3 changed files with 4 additions and 8 deletions

View File

@@ -10,10 +10,6 @@
### Stock
- Added a new product picker workflow "External barcode lookup (via plugin)"
- This executes the configured barcode lookup plugin with the given barcode
- If the lookup was successful, the product edit page of the created product is displayed, where the product setup can be completed (if required)
- After that, the transaction is continued with that product
- Optimized form validation (max amount checks) related to unit conversion with a lot of decimal places on the consume and transfer page
- Optimized that the stock report "Spendings" now excludes self produced products (thanks @danielr18 for the initial work on this)
- Fixed that when copying a product, the field "Treat opened as out of stock" wasn't copied along (thanks @TheDodger)