You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Vikas Mayur (JIRA)" <ji...@apache.org> on 2007/07/11 21:05:05 UTC

[jira] Created: (OFBIZ-1139) While receiving serialized inventory items the service receiveInventoryProduct returns only the last inventoryItemId generated, while it should return all .

While receiving serialized inventory items the service receiveInventoryProduct returns only the last inventoryItemId generated, while it should return all .
------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-1139
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1139
             Project: OFBiz
          Issue Type: Improvement
          Components: product
         Environment: Cent OS 5.0
            Reporter: Vikas Mayur


Service receiveInventoryProduct need to be modified since it returns only the last InventoryItemId when serialized inventory Item are received.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1139) While receiving serialized inventory items the service receiveInventoryProduct returns only the last inventoryItemId generated, while it should return all .

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511844 ] 

Vikas Mayur commented on OFBIZ-1139:
------------------------------------

The service receiveInventoryProduct is used to receive (serialized / non serialized) items in inventory.
When more than one serialized inventory items are received,  corresponding inventoryItemId are 
created, but this service returns only the last inventoryItemId. 

New implementation for oagis component require to enhance the service to return a list of inventoryItemId created, 
while keeping the code backward compatible.



> While receiving serialized inventory items the service receiveInventoryProduct returns only the last inventoryItemId generated, while it should return all .
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1139
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1139
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>         Environment: Cent OS 5.0
>            Reporter: Vikas Mayur
>
> Service receiveInventoryProduct need to be modified since it returns only the last InventoryItemId when serialized inventory Item are received.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1139) While receiving serialized inventory items the service receiveInventoryProduct returns only the last inventoryItemId generated, while it should return all .

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

David E. Jones closed OFBIZ-1139.
---------------------------------

       Resolution: Won't Fix
    Fix Version/s: SVN trunk
         Assignee: David E. Jones

After reviewing the relevant OAGIS service it looks like this isn't needed.

> While receiving serialized inventory items the service receiveInventoryProduct returns only the last inventoryItemId generated, while it should return all .
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1139
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1139
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>         Environment: Cent OS 5.0
>            Reporter: Vikas Mayur
>            Assignee: David E. Jones
>             Fix For: SVN trunk
>
>
> Service receiveInventoryProduct need to be modified since it returns only the last InventoryItemId when serialized inventory Item are received.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.