You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Amit Sharma (JIRA)" <ji...@apache.org> on 2010/08/30 09:19:54 UTC

[jira] Created: (OFBIZ-3909) Bug in showing online estimate rate on UPS services.

Bug in showing online estimate rate on UPS services.
----------------------------------------------------

                 Key: OFBIZ-3909
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3909
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: Release Branch 10.04
            Reporter: Amit Sharma
             Fix For: Release Branch 10.04, SVN trunk


UPS Online shipping rates are showing wrong values when product weight having different weightUomId. It doesn't support UOM Conversion as it is working in USPS services.

So fixing this bug, following work is done.

1) Calling generic methods  "getPackageSplit", "getProductItemInfo" & "calcPackageWeight" methods from ShipmentWorker.java
2) Removed duplicate methods from UpsServices.java

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


[jira] Assigned: (OFBIZ-3909) Bug in showing online estimate rate on UPS services.

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-3909:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Bug in showing online estimate rate on UPS services.
> ----------------------------------------------------
>
>                 Key: OFBIZ-3909
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3909
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 10.04
>            Reporter: Amit Sharma
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3909.patch
>
>
> UPS Online shipping rates are showing wrong values when product weight having different weightUomId. It doesn't support UOM Conversion as it is working in USPS services.
> So fixing this bug, following work is done.
> 1) Calling generic methods  "getPackageSplit", "getProductItemInfo" & "calcPackageWeight" methods from ShipmentWorker.java
> 2) Removed duplicate methods from UpsServices.java

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


[jira] Commented: (OFBIZ-3909) Bug in showing online estimate rate on UPS services.

Posted by "Amit Sharma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904201#action_12904201 ] 

Amit Sharma commented on OFBIZ-3909:
------------------------------------

Thanks Ashish!

--
Regards,
Amit Sharma

> Bug in showing online estimate rate on UPS services.
> ----------------------------------------------------
>
>                 Key: OFBIZ-3909
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3909
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 10.04
>            Reporter: Amit Sharma
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3909.patch
>
>
> UPS Online shipping rates are showing wrong values when product weight having different weightUomId. It doesn't support UOM Conversion as it is working in USPS services.
> So fixing this bug, following work is done.
> 1) Calling generic methods  "getPackageSplit", "getProductItemInfo" & "calcPackageWeight" methods from ShipmentWorker.java
> 2) Removed duplicate methods from UpsServices.java

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


[jira] Updated: (OFBIZ-3909) Bug in showing online estimate rate on UPS services.

Posted by "Amit Sharma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Sharma updated OFBIZ-3909:
-------------------------------

    Attachment: OFBIZ-3909.patch

Here is the patch for the same.

--
Thanks and Regards,
Amit Sharma

> Bug in showing online estimate rate on UPS services.
> ----------------------------------------------------
>
>                 Key: OFBIZ-3909
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3909
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 10.04
>            Reporter: Amit Sharma
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3909.patch
>
>
> UPS Online shipping rates are showing wrong values when product weight having different weightUomId. It doesn't support UOM Conversion as it is working in USPS services.
> So fixing this bug, following work is done.
> 1) Calling generic methods  "getPackageSplit", "getProductItemInfo" & "calcPackageWeight" methods from ShipmentWorker.java
> 2) Removed duplicate methods from UpsServices.java

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


[jira] Closed: (OFBIZ-3909) Bug in showing online estimate rate on UPS services.

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya closed OFBIZ-3909.
--------------------------------------

    Resolution: Fixed

Thanks Amit for the contribution - committed in trunk at r990751 & in release branch 10.04 at r990753.

--
Ashish Vijaywargiya

> Bug in showing online estimate rate on UPS services.
> ----------------------------------------------------
>
>                 Key: OFBIZ-3909
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3909
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 10.04
>            Reporter: Amit Sharma
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3909.patch
>
>
> UPS Online shipping rates are showing wrong values when product weight having different weightUomId. It doesn't support UOM Conversion as it is working in USPS services.
> So fixing this bug, following work is done.
> 1) Calling generic methods  "getPackageSplit", "getProductItemInfo" & "calcPackageWeight" methods from ShipmentWorker.java
> 2) Removed duplicate methods from UpsServices.java

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