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

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

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

Nicolas Malin (Jira)
using Transfer shipments to transfer inventory
----------------------------------------------

                 Key: OFBIZ-352
                 URL: http://issues.apache.org/jira/browse/OFBIZ-352
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: product
    Affects Versions: SVN trunk
            Reporter: Si Chen
             Fix For: SVN trunk


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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-352?page=all ]

Si Chen updated OFBIZ-352:
--------------------------

    Attachment: xfer-services-screens.patch

This file has some examples of:

1.  Screen changes to the Shipments function in Facility manager, so that a different screen comes up for transfer shipments.

2.  A service which runs as a SECA when a Transfer shipment is marked DELIVERED, completing all the inventory transfers associated with it.

> using Transfer shipments to transfer inventory
> ----------------------------------------------
>
>                 Key: OFBIZ-352
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-352
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Si Chen
>             Fix For: SVN trunk
>
>         Attachments: 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-352?page=all ]

Si Chen updated OFBIZ-352:
--------------------------

    Attachment: xfer-service-sample.txt

This is a .bsh file and shows the steps to create item issuance of inventory for a transfer shipment and then create an inventory transfer for them.

> using Transfer shipments to transfer inventory
> ----------------------------------------------
>
>                 Key: OFBIZ-352
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-352
>             Project: OFBiz (The Open for Business Project)
>          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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira