[jira] Created: (OFBIZ-397) Shipments created from packing use wrong destination address

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

[jira] Created: (OFBIZ-397) Shipments created from packing use wrong destination address

Nicolas Malin (Jira)
Shipments created from packing use wrong destination address
------------------------------------------------------------

                 Key: OFBIZ-397
                 URL: http://issues.apache.org/jira/browse/OFBIZ-397
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: product
            Reporter: Markus Studer
            Priority: Minor


It is possible to assign another adress to a shipment through the orderdetails screen (in the area shipping). This (changed) adress information is shown on the Packing screen, however the resulting shipment still uses the old adress information.

As fas as I understand the code, the PackingSession.java does not use the adress info from the OrderItemShipGroup. I added the attached workaround to assign the correct address during Packing.

--
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-397) Shipments created from packing use wrong destination address

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

Markus Studer updated OFBIZ-397:
--------------------------------

    Attachment: product.diff

> Shipments created from packing use wrong destination address
> ------------------------------------------------------------
>
>                 Key: OFBIZ-397
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-397
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Markus Studer
>            Priority: Minor
>         Attachments: product.diff
>
>
> It is possible to assign another adress to a shipment through the orderdetails screen (in the area shipping). This (changed) adress information is shown on the Packing screen, however the resulting shipment still uses the old adress information.
> As fas as I understand the code, the PackingSession.java does not use the adress info from the OrderItemShipGroup. I added the attached workaround to assign the correct address during Packing.

--
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] Assigned: (OFBIZ-397) Shipments created from packing use wrong destination address

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

Si Chen reassigned OFBIZ-397:
-----------------------------

    Assignee: Si Chen

> Shipments created from packing use wrong destination address
> ------------------------------------------------------------
>
>                 Key: OFBIZ-397
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-397
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Markus Studer
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: product.diff
>
>
> It is possible to assign another adress to a shipment through the orderdetails screen (in the area shipping). This (changed) adress information is shown on the Packing screen, however the resulting shipment still uses the old adress information.
> As fas as I understand the code, the PackingSession.java does not use the adress info from the OrderItemShipGroup. I added the attached workaround to assign the correct address during Packing.

--
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] Commented: (OFBIZ-397) Shipments created from packing use wrong destination address

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-397?page=comments#action_12450804 ]
           
Si Chen commented on OFBIZ-397:
-------------------------------

Can you tell me *exactly* how to replicate the bug?  How to create the order and pack it, etc.?

> Shipments created from packing use wrong destination address
> ------------------------------------------------------------
>
>                 Key: OFBIZ-397
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-397
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Markus Studer
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: product.diff
>
>
> It is possible to assign another adress to a shipment through the orderdetails screen (in the area shipping). This (changed) adress information is shown on the Packing screen, however the resulting shipment still uses the old adress information.
> As fas as I understand the code, the PackingSession.java does not use the adress info from the OrderItemShipGroup. I added the attached workaround to assign the correct address during Packing.

--
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] Commented: (OFBIZ-397) Shipments created from packing use wrong destination address

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-397?page=comments#action_12451635 ]
           
Markus Studer commented on OFBIZ-397:
-------------------------------------

I retested the behaviour with the latest release (ofbiz_opentaps_476275.zip) and now the assignment of the shipping adresses works as excepted and the packing slip uses the correct shipping adresses.

Please close the bug and sorry for the inconvenience.

Best regards

Markus Studer

> Shipments created from packing use wrong destination address
> ------------------------------------------------------------
>
>                 Key: OFBIZ-397
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-397
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Markus Studer
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: product.diff
>
>
> It is possible to assign another adress to a shipment through the orderdetails screen (in the area shipping). This (changed) adress information is shown on the Packing screen, however the resulting shipment still uses the old adress information.
> As fas as I understand the code, the PackingSession.java does not use the adress info from the OrderItemShipGroup. I added the attached workaround to assign the correct address during Packing.

--
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] Closed: (OFBIZ-397) Shipments created from packing use wrong destination address

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

David E. Jones closed OFBIZ-397.
--------------------------------

    Resolution: Cannot Reproduce

> Shipments created from packing use wrong destination address
> ------------------------------------------------------------
>
>                 Key: OFBIZ-397
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-397
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Markus Studer
>         Assigned To: Si Chen
>            Priority: Minor
>         Attachments: product.diff
>
>
> It is possible to assign another adress to a shipment through the orderdetails screen (in the area shipping). This (changed) adress information is shown on the Packing screen, however the resulting shipment still uses the old adress information.
> As fas as I understand the code, the PackingSession.java does not use the adress info from the OrderItemShipGroup. I added the attached workaround to assign the correct address during Packing.

--
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