Having one physicalInventory when making multiple stock moves
-------------------------------------------------------------
Key: OFBIZ-3292
URL:
https://issues.apache.org/jira/browse/OFBIZ-3292 Project: OFBiz
Issue Type: Improvement
Components: product
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
Fix For: SVN trunk
Attachments: 3292.patch
When making a physical inventory and on the same page changing multiple stock values, we are creating multiple PhysicalInventory lines. With this patch, changing multiple stock lines will create only one PhysicalInventory, which is much easier to handle after.
Test process :
Before the patch
go to
https://localhost:8443/facility/control/FindFacilityPhysicalInventory?facilityId=WebStoreWarehouse, then search for GZ% in the productId field, then change the values for more than one product. Then validate. When looking at the PhysicalInventory entity, you've got as many lines as you've changed values.
After :
you've got only one line in PhysicalInventory for the changes you've made.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.