[jira] [Commented] (OFBIZ-7060) Purchase Return shipments not allowing to select received inventory against the Product that need to be returned

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-7060) Purchase Return shipments not allowing to select received inventory against the Product that need to be returned

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-7060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295009#comment-15295009 ]

Ankush Upadhyay commented on OFBIZ-7060:
----------------------------------------

Lookup Inventory was not rendering in popup due to parameters passed in request "LookupInventoryItem" with & and some of the parameters like partyId and productId getting null (It seems by request handler) in LookupInventoryItems.groovy.

To fix this issue, I changed & to & and now functionality is working as expected and rendering inventories in popup.

I have attached patch to fix this issue.  

> Purchase Return shipments not allowing to select received inventory against the Product that need to be returned
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-7060
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7060
>             Project: OFBiz
>          Issue Type: Bug
>            Reporter: Swapnil Shah
>         Attachments: OFBIZ-7060.patch, PRS-3.png, PRS-5.png, PRS_1.png, PRS_2.png, PRS_4.png
>
>
> When any return shipment is created against a Purchase Order and product's inventory is attempted to be selected then system is not showing any allowing to choose any inventory item even if there is ATP Available against earlier received inventory against PO.
> *Expected Behavior*: To begin with, system should allow user to choose from Product's inventory that is either.received against PO or already available in the system (with ATP > 0)
> Later we can add support to choose from multiple inventory items, if ATP from chosen inventory item is not able to suffice the total returned qty against specified product.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)