When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS
------------------------------------------------------------------------------------------------------------------ Key: OFBIZ-2548 URL: https://issues.apache.org/jira/browse/OFBIZ-2548 Project: OFBiz Issue Type: Improvement Components: order Affects Versions: SVN trunk Reporter: Pranay Pandey Fix For: SVN trunk When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2548: -------------------------------- Attachment: OnlineRateFromUps_OFBiz_2548.patch Hello Pranay, Here is the patch for the described functionality. Steps for testing (Need to have required settings in shipment.properties file for testing this patch) #Place an sales order and then go for "Verify pick", process #Then click on Packing screen, pack the items, and click on "Weight package screen" #Enter the weights(should be bit higher to test this patch) and dimensions of package and then click on continue button #Warning form will be displayed, Click on "Hold" button. Now go to Order View page. #New section will be displayed with online UPS rates. Then click on update button and observe then changes for shipping method, and new rates #Shipping method will be changed all the time, but rates will be changes only when new online rates are more than 10 % of old shipping rates. > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2548: ---------------------------------- Assignee: Vikas Mayur > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714433#action_12714433 ] Divesh Dutta commented on OFBIZ-2548: ------------------------------------- Online rates on Order View page, will be calculated on the basis of weight of packages and its dimensions. > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2548: -------------------------------- Attachment: OnlineRateFromUps_OFBiz_2548.patch Here is the new patch for the same functionality and steps for testing are same. But changes in implementation are: 1) Created new service "upsShipmentAlternateRatesInquiry" instead of using "upsRateInquire" 2) upsRateInquireMode of this service is always "Shop" because this service, gets online estimates for all the possible shipping method of UPS which are shown in Order detail page. 3) Implemented new method, "handleUpsAlternateRatesInquireResponse" for handling response of "upsShipmentAlternateRatesInquiry" service. 4) "handleUpsAlternateRatesInquireResponse" method returns negotiated rates, if NegotiatedRates element is present in response from UPS, else it returns Rated rates. 5) When shipping method is updated from Order detail page then, "upsShipmentConfirm" is called, which updates the "ShipmentRouteSegment" entity record for the updated shipping method. > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718847#action_12718847 ] Ashish Vijaywargiya commented on OFBIZ-2548: -------------------------------------------- Thanks Divesh & Pranay for the contribution. Your changes are in trunk at revision 784130. -- Ashish > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718854#action_12718854 ] Divesh Dutta commented on OFBIZ-2548: ------------------------------------- Thanks Ashish and Pranay and all others related :) > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2548: -------------------------------- Attachment: OnlineRateFromUps_OFBiz_2548.patch Minor fix for the last patch, which was creating problem while placing purchase order > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert reassigned OFBIZ-2548: ---------------------------------- Assignee: Tim Ruppert (was: Vikas Mayur) > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Tim Ruppert > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert closed OFBIZ-2548. ------------------------------ > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Tim Ruppert > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert resolved OFBIZ-2548. -------------------------------- Resolution: Fixed In rev 784208 > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS > ------------------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2548 > URL: https://issues.apache.org/jira/browse/OFBIZ-2548 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Pranay Pandey > Assignee: Tim Ruppert > Fix For: SVN trunk > > Attachments: OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch, OnlineRateFromUps_OFBiz_2548.patch > > > When shipment is put on hold from Packing screen then show online shipping estimates on order details page for UPS. > Add section to Ship Group area of Order Detail page to get the UPS online shipping estimates based on package details provided earlier on packing screen and shipment was kept in Picked status and are available in ShipmentPackage entity now. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |