Commit df44db71 authored by Romain Courteaud's avatar Romain Courteaud

Allow to configure the email message sent.

parent b006b7b8
...@@ -101,10 +101,11 @@ if (ticket is None) and int(person.Entity_statBalance()) > 0:\n ...@@ -101,10 +101,11 @@ if (ticket is None) and int(person.Entity_statBalance()) > 0:\n
\n \n
ticket.reindexObject(activate_kw={\'tag\': tag})\n ticket.reindexObject(activate_kw={\'tag\': tag})\n
\n \n
mail_message = ticket.RegularisationRequest_checkToSendUniqEvent(\n notification_message = context.getPortalObject().portal_notifications.getDocumentValue(\n
portal.portal_preferences.getPreferredRegularisationRequestResource(),\n reference="slapos-crm.create.regularisation.request")\n
\'Invoice payment requested\',\n if notification_message is None:\n
"""Dear user,\n subject = \'Invoice payment requested\'\n
body = """Dear user,\n
\n \n
A new invoice has been generated. \n A new invoice has been generated. \n
You can access it in your invoice section at %s.\n You can access it in your invoice section at %s.\n
...@@ -113,8 +114,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca ...@@ -113,8 +114,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca
\n \n
Regards,\n Regards,\n
The slapos team\n The slapos team\n
""" % portal.portal_preferences.getPreferredSlaposWebSiteUrl(),\n """ % portal.portal_preferences.getPreferredSlaposWebSiteUrl()\n
\'Requested manual payment.\')\n \n
else:\n
subject = notification_message.getTitle()\n
body = notification_message.convert(format=\'text\')[1]\n
\n
mail_message = ticket.RegularisationRequest_checkToSendUniqEvent(\n
portal.portal_preferences.getPreferredRegularisationRequestResource(),\n
subject,\n
body,\n
\'Requested manual payment.\')\n
\n \n
return ticket, mail_message\n return ticket, mail_message\n
\n \n
......
...@@ -54,12 +54,10 @@ ...@@ -54,12 +54,10 @@
if REQUEST is not None:\n if REQUEST is not None:\n
raise Unauthorized\n raise Unauthorized\n
\n \n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n notification_message = context.getPortalObject().portal_notifications.getDocumentValue(reference="slapos-crm.acknowledgment.escalation")\n
38,\n if notification_message is None:\n
\'service_module/slapos_crm_acknowledgement\',\n subject = \'Reminder: invoice payment requested\'\n
\'service_module/slapos_crm_stop_reminder\',\n body = """Dear user,\n
\'Reminder: invoice payment requested\',\n
"""Dear user,\n
\n \n
We would like to remind you the unpaid invoice you have on %s.\n We would like to remind you the unpaid invoice you have on %s.\n
If no payment is done during the coming days, we will stop all your current instances to free some hardware resources.\n If no payment is done during the coming days, we will stop all your current instances to free some hardware resources.\n
...@@ -68,7 +66,18 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca ...@@ -68,7 +66,18 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca
\n \n
Regards,\n Regards,\n
The slapos team\n The slapos team\n
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl(),\n """ % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()\n
\n
else:\n
subject = notification_message.getTitle()\n
body = notification_message.convert(format=\'text\')[1]\n
\n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n
38,\n
\'service_module/slapos_crm_acknowledgement\',\n
\'service_module/slapos_crm_stop_reminder\',\n
subject,\n
body,\n
\'Stopping reminder.\',\n \'Stopping reminder.\',\n
)\n )\n
</string> </value> </string> </value>
......
...@@ -54,12 +54,10 @@ ...@@ -54,12 +54,10 @@
if REQUEST is not None:\n if REQUEST is not None:\n
raise Unauthorized\n raise Unauthorized\n
\n \n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n notification_message = context.getPortalObject().portal_notifications.getDocumentValue(reference="slapos-crm.delete.reminder.escalation")\n
2,\n if notification_message is None:\n
\'service_module/slapos_crm_delete_reminder\',\n subject = \'Acknowledgment: instances deleted\'\n
\'service_module/slapos_crm_delete_acknowledgement\',\n body = """Dear user,\n
\'Acknowledgment: instances deleted\',\n
"""Dear user,\n
\n \n
Despite our last reminder, you still have an unpaid invoice on %s.\n Despite our last reminder, you still have an unpaid invoice on %s.\n
We will now delete all your instances.\n We will now delete all your instances.\n
...@@ -68,7 +66,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca ...@@ -68,7 +66,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca
\n \n
Regards,\n Regards,\n
The slapos team\n The slapos team\n
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl(),\n """ % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()\n
else:\n
subject = notification_message.getTitle()\n
body = notification_message.convert(format=\'text\')[1]\n
\n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n
2,\n
\'service_module/slapos_crm_delete_reminder\',\n
\'service_module/slapos_crm_delete_acknowledgement\',\n
subject,\n
body,\n
\'Deleting acknowledgment.\',\n \'Deleting acknowledgment.\',\n
)\n )\n
</string> </value> </string> </value>
......
...@@ -54,12 +54,10 @@ ...@@ -54,12 +54,10 @@
if REQUEST is not None:\n if REQUEST is not None:\n
raise Unauthorized\n raise Unauthorized\n
\n \n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n notification_message = context.getPortalObject().portal_notifications.getDocumentValue(reference="slapos-crm.stop.acknowledgment.escalation")\n
13,\n if notification_message is None:\n
\'service_module/slapos_crm_stop_acknowledgement\',\n subject = \'Last reminder: invoice payment requested\'\n
\'service_module/slapos_crm_delete_reminder\',\n body = """Dear user,\n
\'Last reminder: invoice payment requested\',\n
"""Dear user,\n
\n \n
We would like to remind you the unpaid invoice you have on %s.\n We would like to remind you the unpaid invoice you have on %s.\n
If no payment is done during the coming days, we will delete all your instances.\n If no payment is done during the coming days, we will delete all your instances.\n
...@@ -68,7 +66,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca ...@@ -68,7 +66,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca
\n \n
Regards,\n Regards,\n
The slapos team\n The slapos team\n
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl(),\n """ % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()\n
else:\n
subject = notification_message.getTitle()\n
body = notification_message.convert(format=\'text\')[1]\n
\n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n
13,\n
\'service_module/slapos_crm_stop_acknowledgement\',\n
\'service_module/slapos_crm_delete_reminder\',\n
subject,\n
body,\n
\'Deleting reminder.\',\n \'Deleting reminder.\',\n
)\n )\n
</string> </value> </string> </value>
......
...@@ -54,12 +54,10 @@ ...@@ -54,12 +54,10 @@
if REQUEST is not None:\n if REQUEST is not None:\n
raise Unauthorized\n raise Unauthorized\n
\n \n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n notification_message = context.getPortalObject().portal_notifications.getDocumentValue(reference="slapos-crm.stop.reminder.escalation")\n
7,\n if notification_message is None:\n
\'service_module/slapos_crm_stop_reminder\',\n subject = \'Acknowledgment: instances stopped\'\n
\'service_module/slapos_crm_stop_acknowledgement\',\n body = """Dear user,\n
\'Acknowledgment: instances stopped\',\n
"""Dear user,\n
\n \n
Despite our last reminder, you still have an unpaid invoice on %s.\n Despite our last reminder, you still have an unpaid invoice on %s.\n
We will now stop all your current instances to free some hardware resources.\n We will now stop all your current instances to free some hardware resources.\n
...@@ -68,7 +66,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca ...@@ -68,7 +66,17 @@ Do not hesitate to visit the web forum (http://community.slapos.org/forum) in ca
\n \n
Regards,\n Regards,\n
The slapos team\n The slapos team\n
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl(),\n """ % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()\n
else:\n
subject = notification_message.getTitle()\n
body = notification_message.convert(format=\'text\')[1]\n
\n
return context.RegularisationRequest_checkToTriggerNextEscalationStep(\n
7,\n
\'service_module/slapos_crm_stop_reminder\',\n
\'service_module/slapos_crm_stop_acknowledgement\',\n
subject,\n
body,\n
\'Stopping acknowledgment.\',\n \'Stopping acknowledgment.\',\n
)\n )\n
</string> </value> </string> </value>
......
19 20
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment