You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2017/11/25 12:34:00 UTC

[jira] [Commented] (OFBIZ-9971) Inventory transfer creates unnecessary record with 0

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

Pierre Smits commented on OFBIZ-9971:
-------------------------------------

An inventory transfer (between 2 locations) can be broken down into multiple transactions (physical and accounting - financial - related).

The accounting transaction(s) should always have two records:
# one for the location where it is transferred from, e.g.:
1221 Goods in transfer +1000
3001 Inventory Location X -1000

# one for the location where it is transferred into, e.g.:
3002 Inventory Location Y +1000
1221 Goods in transfer - 1000

> Inventory transfer creates unnecessary record with 0
> ----------------------------------------------------
>
>                 Key: OFBIZ-9971
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9971
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Trunk, Release Branch 16.11
>            Reporter: Suraj Khurana
>            Assignee: Akash Jain
>             Fix For: 16.11.04
>
>         Attachments: OFBIZ-9971.patch
>
>
> While using inventory transfer for a product having multiple inventory items, it creates an unnecessary record with 0 transfer quantity.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)