Create a new product store email notification execute on storeCreate event for quote creation status
---------------------------------------------------------------------------------------------------- Key: OFBIZ-1658 URL: https://issues.apache.org/jira/browse/OFBIZ-1658 Project: OFBiz Issue Type: Improvement Components: order Affects Versions: SVN trunk Reporter: Marco Risaliti Assignee: Marco Risaliti Priority: Minor Fix For: SVN trunk Something similar to this: <eca service="quoteStore" event="commit" run-on-error="false"> <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-1658: ---------------------------------- Attachment: email_for_quote_creation.patch First patch for new product store email after a quote has been created. > Create a new product store email notification execute on storeCreate event for quote creation status > ---------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-1658: ---------------------------------- Summary: Create a new product store email notification execute on storeQuote event for quote creation status (was: Create a new product store email notification execute on storeCreate event for quote creation status) > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570434#action_12570434 ] Marco Risaliti commented on OFBIZ-1658: --------------------------------------- First patch in trunk rev. 629220. > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570435#action_12570435 ] Marco Risaliti commented on OFBIZ-1658: --------------------------------------- An entry has to be inserted into product store email of type quote created and then when you will use the storeQuote service after inserted a quote/item/attribute it will send an email for the quotation. An entry into quote attribute is mandatory with the destination email that has to receive this new email. Marco > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti closed OFBIZ-1658. --------------------------------- Resolution: Fixed Fixed in trunk rev. 629220. > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reopened OFBIZ-1658: -------------------------------------- Marco, I had a chance to review this work and I think that there is room for improvements. But before we go for it, could you please explain the goal for this task? My first guess is that you had to add the ability to send email to customers when they create a quote. If that is true, why don't just create a service (if there isn't one already) that just send a quote report to an email address? For example: service name: sendQuoteMail IN: quoteId, emailAddress, productStoreId (and/or screen template: in order to get the email template)? It would be much easier to manage this with this simple service, instead of using eeca and relying on QuoteAttributes. Jacopo > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1658: ---------------------------------------- Assignee: Jacopo Cappellato (was: Marco Risaliti) > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1658. ------------------------------------ Resolution: Fixed rev. 653327 > Create a new product store email notification execute on storeQuote event for quote creation status > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-1658 > URL: https://issues.apache.org/jira/browse/OFBIZ-1658 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: email_for_quote_creation.patch > > > Something similar to this: > <eca service="quoteStore" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" value="QUO_CREATED"/> > <action service="sendQuoteCreatedNotification" mode="async" persist="true"/> > </eca> -- 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 |