You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2007/07/10 21:16:04 UTC

[jira] Created: (OFBIZ-1136) Email notification on CSR operations

Email notification on CSR operations
------------------------------------

                 Key: OFBIZ-1136
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
             Project: OFBiz
          Issue Type: New Feature
          Components: party
    Affects Versions: SVN trunk
         Environment: CentOS
            Reporter: Ashish Vijaywargiya
            Priority: Trivial


Hi,

Email notification on following CSR(Customer Service Representative) operations :

1) New Customer Creation.
2) Update Personnel Info of Customer.
3) Update Customer Password 

I will attach the patch for it ASAP.

Regards
Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1136) Email notification on CSR operations

Posted by "Ding Xuedong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513145 ] 

Ding Xuedong commented on OFBIZ-1136:
-------------------------------------

This feature is very useful. But I have problem with this patch. When I try to modify any party's password in Party Manager, I got the following error. Is there any place I should setup before using the patch? (BTW, I use revision 556133)

---------------------------------------------
The Following Errors Occurred:

Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (Could not commit transaction for service [updatePassword] call: Roll back error, could not commit transaction, was rolled back instead because of: Service Error [sendMail]: Cannot send email message to [madmoto@vip.163.com] from [ofbiztest@yahoo.com] cc [null] bcc [ofbiztest@yahoo.com] subject [Personal Information Updated])
---------------------------------------------


> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1136) Email notification on CSR operations

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya updated OFBIZ-1136:
---------------------------------------

    Attachment: updateMail_notification.patch

Removed the expired email from the previous patch to block send notification.

Regards
Ashish Vijaywargiya

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1136) Email notification on CSR operations

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513146 ] 

David E. Jones commented on OFBIZ-1136:
---------------------------------------

I made a change in SVN rev 556807 to fix this and make these email services more consistent with others in OFBiz. Here are the SVN commit comments: "Changed these email notification ECAs to have async persisted actions to improve performance and better handle email system and setup errors"


> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1136) Email notification on CSR operations

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit updated OFBIZ-1136:
--------------------------------

    Attachment: mail_notification.patch

The Patch is regarding send notification email to the customer when he:
1) Creates new account
2) Update password
3) Change personal information.

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: mail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1136) Email notification on CSR operations

Posted by "Ding Xuedong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513193 ] 

Ding Xuedong commented on OFBIZ-1136:
-------------------------------------

Thanks for the fast answer!
 I found there are two new Email Type in new revision if you build ofbiz with demo date.. (Party Registration Confirmation Mail, Update Personal Info Confirmation)
Generally I use run-install-seed to build Ofbiz in order to keep my old data in mysql. And I do not have to reconfigure many demo data such as Promotion, shipment, price rule each time when I upgrade to a new SVN rev.
But I can not find two Email Type in Catalog-Stores-My store-Emails section. 1. Party Registration Confirmation Mail, 2. Update Personal Info Confirmation. So I can not add them in email notification. I'm not a dev just an user. Maybe I just need to modify some code to correct them. But there are still many things about java that I need to learn at first. As a beginner, to test all these good function on Ofbiz is the only thing I can do now. Maybe I should to post this to other place (new issue?)
Another problem is: create a new member doesn't work in the latest SVN rev. 
Thanks for all you guys. nice project OFBIZ

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-1136) Email notification on CSR operations

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anil K Patel reassigned OFBIZ-1136:
-----------------------------------

    Assignee: Anil K Patel

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1136) Email notification on CSR operations

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit updated OFBIZ-1136:
--------------------------------

    Attachment: updateMail_notification.patch

This is the updated patch of mail notification. Fixed some bugs in the privious one.

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1136) Email notification on CSR operations

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit updated OFBIZ-1136:
--------------------------------

    Attachment: updateMail_notification.patch

This is the updated patch of mail notification. Fixed some issues in the privious one.

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1136) Email notification on CSR operations

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anil K Patel closed OFBIZ-1136.
-------------------------------

    Resolution: Fixed

Sumit, Ashish Thanks. Patch applied with minor changes. Its in revision 556116.

> Email notification on CSR operations
> ------------------------------------
>
>                 Key: OFBIZ-1136
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1136
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: party
>    Affects Versions: SVN trunk
>         Environment: CentOS
>            Reporter: Ashish Vijaywargiya
>            Assignee: Anil K Patel
>            Priority: Trivial
>         Attachments: mail_notification.patch, updateMail_notification.patch, updateMail_notification.patch, updateMail_notification.patch
>
>
> Hi,
> Email notification on following CSR(Customer Service Representative) operations :
> 1) New Customer Creation.
> 2) Update Personnel Info of Customer.
> 3) Update Customer Password 
> I will attach the patch for it ASAP.
> Regards
> Ashish Vijaywargiya

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.