Add a signature required indicator to OrderItemShipGroup
-------------------------------------------------------- Key: OFBIZ-2006 URL: https://issues.apache.org/jira/browse/OFBIZ-2006 Project: OFBiz Issue Type: Improvement Components: order Affects Versions: SVN trunk Reporter: Joe Eckard Priority: Minor Fix For: SVN trunk I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Eckard closed OFBIZ-2006. ----------------------------- Resolution: Won't Fix Assignee: Joe Eckard There is a better way to do this, testing a solution with a new entity CarrierShipmentMethodOption - will create a new issue. > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642816#action_12642816 ] BJ Freeman commented on OFBIZ-2006: ----------------------------------- UPS, does not do signatures for residential shipments. and they are moving away from shipping items under 2bls > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642817#action_12642817 ] Jacques Le Roux commented on OFBIZ-2006: ---------------------------------------- They are still doing signatures here in France (at least for now) > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642818#action_12642818 ] BJ Freeman commented on OFBIZ-2006: ----------------------------------- sounds like the new parms should include a region, so the local rules can be applied. UPS does require a signature, if ask for, at business addresses. > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642820#action_12642820 ] Jacques Le Roux commented on OFBIZ-2006: ---------------------------------------- I'm not sure UPS knows when I order if it's as business or residential address (it's the same address in my case, maybe it's only business cases though) anyway any times I'm asked to sign > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642822#action_12642822 ] Joe Eckard commented on OFBIZ-2006: ----------------------------------- I'm not sure where this information is coming from, but UPS does indeed offer delivery confirmation (no signature), delivery confirmation (signature required), and delivery confirmation (adult signature required) to residential addresses. You can even get a verbal confirmation. USPS also does delivery confirmation and signature confirmation. Instead of a few flags, I think we need a new delivery option entity, since each option (delivery confirmation, early AM delivery, saturday delivery, etc.) changes the carrier service code (and may add an additional charge), even though it is still considered to be the original shipment method type. These could be added as shipment attributes, but we need some way to tie them to the ship group so they can be specified in the order manager. I'll submit a patch when I have it worked out. > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642826#action_12642826 ] BJ Freeman commented on OFBIZ-2006: ----------------------------------- I stand corrected, they have changed their delivery options: "Signatures were standard, then they stopped signatures to residential now They charge * Delivery Confirmation: $1.50 per package * Delivery Confirmation Signature Required: $2.50 per package * Delivery Confirmation Adult Signature Required: $3.50 per package I suggest Tie to the CarrierShipmentMethod will cover both ShipmentCostEstimate and OrderItemShipGroup use the carrierServiceCode > Add a signature required indicator to OrderItemShipGroup > -------------------------------------------------------- > > Key: OFBIZ-2006 > URL: https://issues.apache.org/jira/browse/OFBIZ-2006 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Joe Eckard > Assignee: Joe Eckard > Priority: Minor > Fix For: SVN trunk > > > I propose we add an indicator "signatureRequired" to OrderItemShipGroup. For example, this could be used for UPS shipments where Y = Signature required, A = Adult Signature Required. -- 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 |