You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (JIRA)" <ji...@apache.org> on 2009/12/03 10:08:20 UTC

[jira] Created: (OFBIZ-3292) Having one physicalInventory when making multiple stock moves

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.


[jira] Updated: (OFBIZ-3292) Having one physicalInventory when making multiple stock moves

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-3292:
--------------------------------------

    Attachment: 3292.patch

> 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.