OnePageCheckout doesn't create purchase order for dropShip product
------------------------------------------------------------------ Key: OFBIZ-4458 URL: https://issues.apache.org/jira/browse/OFBIZ-4458 Project: OFBiz Issue Type: Bug Components: order, specialpurpose/ecommerce Affects Versions: Release 10.04, SVN trunk Reporter: Kiran Gawde Select a item from drop ship supplier. Perform one page checkout. Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130863#comment-13130863 ] Kiran Gawde commented on OFBIZ-4458: ------------------------------------ Fix: Following line needed to be executed before rendering onepagecheckout. shoppingCart.createDropShipGroups(dispatcher); Two choices: 1. Put CheckoutOptions.groovy in OnePageCheckout actions. 2. Create new groovy file and add above line. I am using 2nd option as workaround. Someone with more knowledge about this code need to figure out if CheckoutOptions.groovy can be refactored/reused. > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Gawde updated OFBIZ-4458: ------------------------------- Attachment: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch OFBIZ-4458-OrderScreensXml.patch Added OnePageCheckoutOptions.groovy. It creates dropship groups > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182087#comment-13182087 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- Kiran, you should accept to grant license to ASF for inclusion when uploading your patch, otherwise your code cannot be committed. Thanks > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182940#comment-13182940 ] Kiran Gawde commented on OFBIZ-4458: ------------------------------------ Hello Erwan, This is the first time, I am learning about the grant license to ASF. Can you please tell me how to grant license? Can you please send me the link to the instructions? Thanks. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: "Erwan de FERRIERES (Commented) (JIRA)" <[hidden email]> To: [hidden email] Date: 01/07/2012 12:39 PM Subject: [jira] [Commented] (OFBIZ-4458) OnePageCheckout doesn't create purchase order for dropShip product [ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182087#comment-13182087 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- Kiran, you should accept to grant license to ASF for inclusion when uploading your patch, otherwise your code cannot be committed. Thanks OFBIZ-4458-OrderScreensXml.patch -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183097#comment-13183097 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- when you're attaching a file to the JIRA issue, there an option list * Attachment not intended for inclusion * Grant license to ASF for inclusion in ASF works (as per the Apache License §5) Just select the right option ! And then a small feather will appear next to your patch. Cheers, > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183139#comment-13183139 ] Jacques Le Roux commented on OFBIZ-4458: ---------------------------------------- Neat explanation Erwan, Could you pleae add it at https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices? I did not find anything there (though I just looked for "grant") Thanks > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183180#comment-13183180 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- I searched the same thing and didn't find it too ! I was planning on updating the documentation later today. Cheers, > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Gawde updated OFBIZ-4458: ------------------------------- Attachment: OFBIZ-4458-OrderScreensXml.patch OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch Re-uploading the patches with grant license > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Gawde updated OFBIZ-4458: ------------------------------- Attachment: (was: OFBIZ-4458-OrderScreensXml.patch) > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Gawde updated OFBIZ-4458: ------------------------------- Attachment: (was: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch) > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183387#comment-13183387 ] Kiran Gawde commented on OFBIZ-4458: ------------------------------------ Thanks done. I will do the same for remaining patches. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: "Erwan de FERRIERES (Commented) (JIRA)" <[hidden email]> To: [hidden email] Date: 01/09/2012 09:48 PM Subject: [jira] [Commented] (OFBIZ-4458) OnePageCheckout doesn't create purchase order for dropShip product [ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183097#comment-13183097 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- when you're attaching a file to the JIRA issue, there an option list * Attachment not intended for inclusion * Grant license to ASF for inclusion in ASF works (as per the Apache License §5) Just select the right option ! And then a small feather will appear next to your patch. Cheers, OFBIZ-4458-OrderScreensXml.patch -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182940#comment-13182940 ] Kiran Gawde edited comment on OFBIZ-4458 at 1/10/12 5:16 PM: ------------------------------------------------------------- Hello Erwan, This is the first time, I am learning about the grant license to ASF. Can you please tell me how to grant license? Can you please send me the link to the instructions? Thanks. Regards, Kiran Gawde was (Author: kiran_gawde): Hello Erwan, This is the first time, I am learning about the grant license to ASF. Can you please tell me how to grant license? Can you please send me the link to the instructions? Thanks. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: "Erwan de FERRIERES (Commented) (JIRA)" <[hidden email]> To: [hidden email] Date: 01/07/2012 12:39 PM Subject: [jira] [Commented] (OFBIZ-4458) OnePageCheckout doesn't create purchase order for dropShip product [ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182087#comment-13182087 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- Kiran, you should accept to grant license to ASF for inclusion when uploading your patch, otherwise your code cannot be committed. Thanks OFBIZ-4458-OrderScreensXml.patch -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183387#comment-13183387 ] Kiran Gawde edited comment on OFBIZ-4458 at 1/10/12 5:16 PM: ------------------------------------------------------------- Thanks done. I will do the same for remaining patches. Regards, Kiran Gawde was (Author: kiran_gawde): Thanks done. I will do the same for remaining patches. Regards, Kiran Gawde Senior Software Architect Object Edge Inc (925) 943 5558 x108 "There are two kind of people: Those who do the work and those who take the credit. Try to be in the first group because there is less competition there." "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts". From: "Erwan de FERRIERES (Commented) (JIRA)" <[hidden email]> To: [hidden email] Date: 01/09/2012 09:48 PM Subject: [jira] [Commented] (OFBIZ-4458) OnePageCheckout doesn't create purchase order for dropShip product [ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183097#comment-13183097 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- when you're attaching a file to the JIRA issue, there an option list * Attachment not intended for inclusion * Grant license to ASF for inclusion in ASF works (as per the Apache License §5) Just select the right option ! And then a small feather will appear next to your patch. Cheers, OFBIZ-4458-OrderScreensXml.patch -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184176#comment-13184176 ] Erwan de FERRIERES commented on OFBIZ-4458: ------------------------------------------- Kiran, could you please elaborate your bug descriptions? I need more steps and info, also where to look to validate your patch. It's the same for your other issues, I'm missing too much information, and can't validate what you've done. Thanks > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184623#comment-13184623 ] Kiran Gawde commented on OFBIZ-4458: ------------------------------------ Hello Erwan, In this case, just pick any item eligible for dropshipment (I assume, you are aware of the drop shipment functionality of ecommerce). Add it to cart. Use 'OnePageCheckout' option. If you would have used other checkout options, you would see a sales order and related purchase order. But when you choose the OnePageCheckout it doesn't creates only sales order and not the purchase order. Let me know if you need more info. Let me know which other defect you are looking at and I can try to provide more details. Cheers Kiran > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4458. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04 Release Branch 10.04 Assignee: Jacques Le Roux Thanks Kiran, Your patch is in trunk r1304567 R11.04 r1304568 R10.04 r1304571 I choose your way, adding CheckoutOptions.groovy would have been an overkill, and refactoring risky > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Assignee: Jacques Le Roux > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184623#comment-13184623 ] Kiran Gawde edited comment on OFBIZ-4458 at 3/23/12 9:21 PM: ------------------------------------------------------------- Hello Erwan, In this case, just pick any item eligible for dropshipment. Add it to cart. Use 'OnePageCheckout' option. If you would have used other checkout options, you would see a sales order and related purchase order. But when you choose the OnePageCheckout it doesn't creates only sales order and not the purchase order. Let me know if you need more info. Let me know which other defect you are looking at and I can try to provide more details. Cheers Kiran was (Author: kiran_gawde): Hello Erwan, In this case, just pick any item eligible for dropshipment (I assume, you are aware of the drop shipment functionality of ecommerce). Add it to cart. Use 'OnePageCheckout' option. If you would have used other checkout options, you would see a sales order and related purchase order. But when you choose the OnePageCheckout it doesn't creates only sales order and not the purchase order. Let me know if you need more info. Let me know which other defect you are looking at and I can try to provide more details. Cheers Kiran > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Assignee: Jacques Le Roux > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237147#comment-13237147 ] Kiran Gawde commented on OFBIZ-4458: ------------------------------------ Thanks!! > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Assignee: Jacques Le Roux > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237194#comment-13237194 ] Jacques Le Roux commented on OFBIZ-4458: ---------------------------------------- Hi Kiran, More to come, I'm working on your Jiras... > OnePageCheckout doesn't create purchase order for dropShip product > ------------------------------------------------------------------ > > Key: OFBIZ-4458 > URL: https://issues.apache.org/jira/browse/OFBIZ-4458 > Project: OFBiz > Issue Type: Bug > Components: order, specialpurpose/ecommerce > Affects Versions: Release 10.04, SVN trunk > Reporter: Kiran Gawde > Assignee: Jacques Le Roux > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4458-OnePageCheckoutOptionsGroovy.patch, OFBIZ-4458-OrderScreensXml.patch > > > Select a item from drop ship supplier. > Perform one page checkout. > Issue: Purchase order for drop ship supplier is not created -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |