[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-12-20 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-5690:
---
Fix Version/s: (was: Upcoming Branch)
   (was: Release Branch 11.04)
   13.07.01

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Fix For: 13.07.01

 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-12-20 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-5690:
---
Fix Version/s: Upcoming Branch

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Fix For: Upcoming Branch, 13.07.01

 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-08-17 Thread Jacopo Cappellato (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacopo Cappellato updated OFBIZ-5690:
-

Fix Version/s: Upcoming Branch
   13.07.01

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Fix For: 13.07.01, Upcoming Branch

 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-08-16 Thread HotWax Media OFBiz Team (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

HotWax Media OFBiz Team updated OFBIZ-5690:
---

Attachment: OFBIZ-5690.patch

Test Case 1:
# Place order from front end.
# Complete the order.

Expected Result: Order Confirmation and Order Completed email should be 
triggered.

Test Case 2:
# Place order from back end.
# Complete the order.

Expected Result: Order Confirmation and Order Completed email should be 
triggered.

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-08-16 Thread HotWax Media OFBiz Team (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

HotWax Media OFBiz Team updated OFBIZ-5690:
---

Attachment: (was: OFBIZ-5690.patch)

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar

 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-08-16 Thread HotWax Media OFBiz Team (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

HotWax Media OFBiz Team updated OFBIZ-5690:
---

Attachment: OFBIZ-5690.patch

Test Case 1:
 Place order from front end. 
 Complete the order. 
 Expected Result: Order Confirmation and Order Completed email shouldbe 
triggered.

Test Case 2:
 Place order from back end. 
 Complete the order.
 Expected Result: Order Confirmation and Order Completed email should be 
triggered.

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-08-16 Thread HotWax Media OFBiz Team (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

HotWax Media OFBiz Team updated OFBIZ-5690:
---

Attachment: (was: OFBIZ-5690.patch)

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

2014-08-16 Thread HotWax Media OFBiz Team (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

HotWax Media OFBiz Team updated OFBIZ-5690:
---

Attachment: OFBIZ-5690.patch

Test Case 1:
Place order from front end.
Complete the order.
Expected Result: Order Confirmation and Order Completed email should be 
triggered.

Test Case 2:
Place order from back end.
Complete the order.
Expected Result: Order Confirmation and Order Completed email should be 
triggered.

 Order confirmation and order order complete email notification issue from 
 backend
 -

 Key: OFBIZ-5690
 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Mohd Viqar
 Attachments: OFBIZ-5690.patch


 Order Confirmation email notification and order complete notification is not 
 sent When an order is created from  backend i.e ordermgr app.
 Steps to reproduce :
 1.Enable email notification in general.properties.
 2. set mail redirect property to your preferred email id
 1. Create a sales order from ordermgr component with demo customer as party 
 Expected result :
 Should get a order confirmation mail
 On checking log got this error
 Service Failure [sendOrderConfirmation]: No website attached to order; cannot 
 generate notification WSCO10100
 On checking the code I noticed that shopping cart website id is set from 
 webapp's website id of web.xml. But when we create order from backend there 
 is no websiteId parameter in web.xml for ordermgr app. In case of order from 
 backend It should pick websiteId from the selected product store.
 P.S : Email notification works when an order is placed from ecommerce 
 component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)