You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2016/03/19 14:20:33 UTC

[jira] [Commented] (OFBIZ-6042) Allow inventory transfers based on Product instead of only InventoryItem

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

Pierre Smits commented on OFBIZ-6042:
-------------------------------------

I wonder whether 
{code}
<set field="locationTypeEnumIds" value="${groovy: ['FLT_PICKLOC', 'FLT_BULK', null]}"/>
{code}
 is really a requirement. The user should be able to transfer inventory in any kind of location in a facility or across facilities.

This piece of code is limiting the user experience more than being able to transfer inventory to the wrong kind of location.

> Allow inventory transfers based on Product instead of only InventoryItem
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-6042
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6042
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Priority: Minor
>         Attachments: OFBIZ-6042.patch, OFBIZ-6042.patch
>
>
> Stock moves takes productId as a parameter and finds all inventoryItems of that product until the move quantity is met.  InventoryTransfers should support simliar auto-finding of inventoryItems so that 100 inventoryItems with quantityOnHand = 1 don't have to be individually manually transferred to meet the overall move of 100 for the product.



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