Update UPSServices.java to pass UPS Certification Requirements
-------------------------------------------------------------- Key: OFBIZ-2141 URL: https://issues.apache.org/jira/browse/OFBIZ-2141 Project: OFBiz Issue Type: Improvement Components: product Affects Versions: SVN trunk Reporter: Leon Torres Attachments: ups-certification.patch UPS Certification requires the response documents to be saved in a certain format. This patch modifies UPSServices.java to meet these requirements. Specifically: 1. Label images must be saved as label${trackingNumber}.gif to the filesystem 2. The high Value report HTML document must be saved to the filesystem. Additionally, this HTML document is saved in ShipmentRouteSegment.upsHighValue report for reference (simplest change possible without introducing normalized carrier tables). With this patch, all required documents for the UPS certification process can be generated. -- 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-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leon Torres updated OFBIZ-2141: ------------------------------- Attachment: ups-certification.patch > Update UPSServices.java to pass UPS Certification Requirements > -------------------------------------------------------------- > > Key: OFBIZ-2141 > URL: https://issues.apache.org/jira/browse/OFBIZ-2141 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Reporter: Leon Torres > Attachments: ups-certification.patch > > > UPS Certification requires the response documents to be saved in a certain format. This patch modifies UPSServices.java to meet these requirements. Specifically: > 1. Label images must be saved as label${trackingNumber}.gif to the filesystem > 2. The high Value report HTML document must be saved to the filesystem. Additionally, this HTML document is saved in ShipmentRouteSegment.upsHighValue report for reference (simplest change possible without introducing normalized carrier tables). > With this patch, all required documents for the UPS certification process can be generated. -- 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-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667355#action_12667355 ] Leon Torres commented on OFBIZ-2141: ------------------------------------ For reference, this is to meet the requirements for UPS OnLine Tools. The document in which you can find the certification process and requirements is the Shipping XML Tool Developers Gude. You will need an account with UPS to access the documentation. The section in the PDF should be under "UPS Label Certification" > Update UPSServices.java to pass UPS Certification Requirements > -------------------------------------------------------------- > > Key: OFBIZ-2141 > URL: https://issues.apache.org/jira/browse/OFBIZ-2141 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Reporter: Leon Torres > Attachments: ups-certification.patch > > > UPS Certification requires the response documents to be saved in a certain format. This patch modifies UPSServices.java to meet these requirements. Specifically: > 1. Label images must be saved as label${trackingNumber}.gif to the filesystem > 2. The high Value report HTML document must be saved to the filesystem. Additionally, this HTML document is saved in ShipmentRouteSegment.upsHighValue report for reference (simplest change possible without introducing normalized carrier tables). > With this patch, all required documents for the UPS certification process can be generated. -- 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-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2141. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks Leon, Your patch is in trunk, revision: 739039 > Update UPSServices.java to pass UPS Certification Requirements > -------------------------------------------------------------- > > Key: OFBIZ-2141 > URL: https://issues.apache.org/jira/browse/OFBIZ-2141 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Reporter: Leon Torres > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ups-certification.patch > > > UPS Certification requires the response documents to be saved in a certain format. This patch modifies UPSServices.java to meet these requirements. Specifically: > 1. Label images must be saved as label${trackingNumber}.gif to the filesystem > 2. The high Value report HTML document must be saved to the filesystem. Additionally, this HTML document is saved in ShipmentRouteSegment.upsHighValue report for reference (simplest change possible without introducing normalized carrier tables). > With this patch, all required documents for the UPS certification process can be generated. -- 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-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668665#action_12668665 ] BJ Freeman commented on OFBIZ-2141: ----------------------------------- do we need to make changes to accomodate ShipmentEvents.viewShipmentPackageRouteSegLabelImage > Update UPSServices.java to pass UPS Certification Requirements > -------------------------------------------------------------- > > Key: OFBIZ-2141 > URL: https://issues.apache.org/jira/browse/OFBIZ-2141 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Reporter: Leon Torres > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ups-certification.patch > > > UPS Certification requires the response documents to be saved in a certain format. This patch modifies UPSServices.java to meet these requirements. Specifically: > 1. Label images must be saved as label${trackingNumber}.gif to the filesystem > 2. The high Value report HTML document must be saved to the filesystem. Additionally, this HTML document is saved in ShipmentRouteSegment.upsHighValue report for reference (simplest change possible without introducing normalized carrier tables). > With this patch, all required documents for the UPS certification process can be generated. -- 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-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668943#action_12668943 ] Leon Torres commented on OFBIZ-2141: ------------------------------------ This has no impact on current labels, it just fixes the way the response files are saved in the filesystem. What would be nice to have is to show the high value report if it exists, but we can consider this an enhancement issue separate from this one. The high value report is just an HTML file that serves as a checklist to segregate the high value shipments from the ordinary ones. It's useful to print if the organization has a large number of shipments. > Update UPSServices.java to pass UPS Certification Requirements > -------------------------------------------------------------- > > Key: OFBIZ-2141 > URL: https://issues.apache.org/jira/browse/OFBIZ-2141 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Reporter: Leon Torres > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ups-certification.patch > > > UPS Certification requires the response documents to be saved in a certain format. This patch modifies UPSServices.java to meet these requirements. Specifically: > 1. Label images must be saved as label${trackingNumber}.gif to the filesystem > 2. The high Value report HTML document must be saved to the filesystem. Additionally, this HTML document is saved in ShipmentRouteSegment.upsHighValue report for reference (simplest change possible without introducing normalized carrier tables). > With this patch, all required documents for the UPS certification process can be generated. -- 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 |