[jira] Commented: (OFBIZ-352) using Transfer shipments to transfer inventory

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

[jira] Commented: (OFBIZ-352) using Transfer shipments to transfer inventory

Nicolas Malin (Jira)

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

Andrei Tulai commented on OFBIZ-352:
------------------------------------

I'm currently looking for this feature, and I'm curious if anyone saw a problem with Si's approach. Right now I'm just exploring how shipments work in terms of SO/PO and in general, and will most likely take Si's patch and fix it to take into account changes made the past 3 years.

I think this is a valuable feature, which is why I'm surprised it got missed for so long.

> using Transfer shipments to transfer inventory
> ----------------------------------------------
>
>                 Key: OFBIZ-352
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-352
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Si Chen
>             Fix For: SVN trunk
>
>         Attachments: xfer-service-sample.txt, xfer-services-screens.patch
>
>
> This is to help use Transfer shipments to facilitate inventory transfers.  The process is as follows:
> 1.  Create a shipment of type "TRANSFER"
> 2.  Create items for the shipment items in the Shipment > [Items] tab
> 3.  Create the inventory transfers you want
> 4.  Create an ItemIssuance for each item on the shipment.  This can be done by just calling createItemIssuance with shipmentId, shipmentItemSeqId of the shipment item.
> 5.  Set the InventoryTransfer.itemIssuanceId to the new ItemIssuance.  This links the inventory transfer with the shipment.
> 6.  Now when the shipment is COMPLETED, the SECA will cause its inventory transfers to happen.

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