erp5_user_tutorial: commit changes required for coursera class
Changes from Ni Yan, and Sven Franck
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Changes from Ni Yan, and Sven Franck
... | ... | @@ -10,11 +10,6 @@ |
From the previous tutorial <a href="user-Howto.Create.Campaigns/view">"How to create Campaigns"</a>, you have learned how to create a campaign with ERP5 CRM Ticket module. Then in this tutorial, you will see how to create new events from this campaign. | ||
</p><p>As introduced in the previous tutorial "Events", an event can be a phone call, an email, a fax message, etc. It can be either an incoming or outgoing event. The idea here is to learn how to prepare a campaign, which means create its detail events that will be sent later, as you will learn in the next tutorial.</p> | ||
</details> | ||
<test> | ||
<table style="display: none;" class="test"> | ||
<tbody></tbody> | ||
</table> | ||
</test> | ||
</section><section> | ||
<h1>Agenda</h1> | ||
<ul> | ||
... | ... | @@ -23,13 +18,11 @@ |
<li>Edit the Event document</li> | ||
<li>Go back to the Ticket page and check the Events list</li> | ||
</ul> | ||
<details open="open"> | ||
<test> | ||
<table class="test" style="display: none;"> | ||
<tbody></tbody> | ||
</table> | ||
</test> | ||
</details> | ||
</section><section class="screenshot"> | ||
<h1>Example: Create the Event Mail message (SlapOS Recruits Beta Developers) from the Ticket (Beta Developer Program)</h1> | ||
<img src="http://img.erp5.cn/user-Howto.Prepare.Outgoing.Events.Example.Beta.Developer.Program.Ticket.Mail.Message.Event?format=png" alt="Example: Create the Event - Mail message from the Ticke - Beta Developer Program" title="Example: Create the Event - Mail message from the Ticke - Beta Developer Program"> | ||
... | ... | @@ -53,8 +46,7 @@ |
</details> | ||
<test> | ||
<table class="test" style="display: none;"> | ||
<tbody> | ||
<tr class="" style="opacity: 1;"> | ||
<tbody> <tr class="" style="opacity: 1;"> | ||
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/init_test_environment">init</span></td> | ||
</tr> | ||
<tr> | ||
... | ... | @@ -128,7 +120,6 @@ |
In order to add an Event to a campaign Ticket, <strong>open the "Action" item list</strong> | ||
on top of the page and click on | ||
<strong>“Create New Event”</strong> | ||
. | ||
</p> | ||
</details> | ||
<test> | ||
... | ... | @@ -175,11 +166,6 @@ |
<td>//input[@name="field_your_title"]</td> | ||
<td>ZUITE-TEST-CREATE-EVENT-EVENT-001</td> | ||
</tr> | ||
<tr class="" style="opacity: 1; z-index: 0;"> | ||
<td>select</td> | ||
<td>//select[@name="field_your_destination"]</td> | ||
<td>functional_test_username</td> | ||
</tr> | ||
<tr> | ||
<td>type</td> | ||
<td>//textarea[@name="field_your_text_content"]</td> | ||
... | ... | @@ -187,7 +173,7 @@ |
</tr> | ||
<tr> | ||
<td>click</td> | ||
<td>//input[@name="field_your_event_workflow_action" and @value="plan"]</td> | ||
<td>//input[@name="field_your_direction" and @value="outgoing"]</td> | ||
Please
register
or
sign in
to reply
|
||
<td></td> | ||
</tr> | ||
<tr> | ||
... | ... |
mentioned in commit f8d9952f
·mentioned in commit f8d9952f