~openerp-dev/openobject-doc/trunk-doc-connecting-with-email-and-mobile

« back to all changes in this revision

Viewing changes to source/book/2/3_CRM_Contacts/leads.rst

  • Committer: nikunj jani(Open ERP)
  • Date: 2012-09-03 06:31:02 UTC
  • mfrom: (1759.2.3 trunk_doc_leads)
  • Revision ID: jni@tinyerp.com-20120903063102-1hiv7g9zkl18sdg7
[MERGE]:Merged the changes related to leads documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
Employees in the marketing or presales department will usually work on leads. Once these leads will be converted into customers and/or sales opportunities, the sales department pays individual attention to each opportunity. Of course, before converting a lead into an opportunity, some qualification work has to be done.
33
33
 
34
 
OpenERP allows you to easily configure the way your company qualifies leads. You can create your own stages through :menuselection:`Sales --> Configuration --> Leads & Opportunities --> Stages`. Use the sequence number to determine the order of the stages, i.e. 10 for First Call, 20 for Renewing Contact and so on. Of course, you can also drag & drop a stage to another place to automatically change the order of all the stages. A salesman can change the status of the lead according to the response from the prospect and enter the result of this contact in the lead form (e.g. in the ``Notes`` field).
35
 
 
36
 
From the :menuselection:`Sales --> Sales --> Leads` menu, you can qualify each individual lead through the ``Stage`` field that is found up to the right of the lead definition. To move your lead automatically to the next step from the list of leads, you can use the button that looks like a green, right arrow.
 
34
OpenERP allows you to easily configure the way your company qualifies leads. You can create your own stages through :menuselection:`Sales --> Configuration --> Leads & Opportunities --> Stages`. Use the sequence number to determine the order of the stages, i.e. 10 for First Call, 20 for Renewing Contact and so on. Of course, you can also drag & drop a stage to another place to automatically change the order of all the stages. A salesperson can change the status of the lead according to the response from the prospect and enter the result of this contact in the lead form (e.g. in the ``Notes`` field).
37
35
 
38
36
Leads can be assigned to a *Sales Team* for easy follow-up (see  :ref:`ch-team`). Each user can be added to a default sales team which can be specified in the `User Preferences`. When you define a tree structure for your sales teams, you can also escalate a lead to another sales team for further actions.
39
37
 
48
46
 
49
47
In the next sections we will explain in more detail some examples of what `Leads` in OpenERP can be used for.
50
48
 
51
 
.. tip:: Leads Menu is not displayed
52
 
 
53
 
        In  ``Simplified`` view, ``Leads`` will not be displayed. To see not also opportunities, but also leads, you should switch
54
 
        to the ``Extended`` view. You can easily switch from `Simplified` to `Extended` view by changing your `User Preferences` through
55
 
        the `Edit Preferences` button.
56
 
 
57
49
Storing your Business Cards effectively
58
50
---------------------------------------
59
51
 
65
57
 
66
58
      When a qualified lead requires further actions, you can turn the lead into a partner and, eventually, a sales opportunity.
67
59
 
68
 
To make a new lead, go to the :menuselection:`Sales --> Sales --> Leads` menu and click the `New` button. In the **Lead** form that opens, you can enter the contact data of this new potential customer and add notes.
 
60
To make a new lead, go to the :menuselection:`Sales --> Sales --> Leads` menu and click the `Create` button. In the **Lead** form that opens, you can enter the contact data of this new potential customer and add notes.
69
61
 
70
62
.. figure:: images/crm_lead_new.png
71
 
   :scale: 80
 
63
   :scale: 75
72
64
   :align: center
73
65
 
74
66
   *Creating a New Lead*
75
67
 
76
68
You can also set the status of a lead according to the qualification work that has been carried out:
77
69
 
78
 
* ``Draft`` : the lead data have been entered, no work has been done yet and a salesperson has not
 
70
* ``New`` : the lead data have been entered, no work has been done yet and a salesperson has not
79
71
  yet been assigned to the request,
80
72
 
81
 
* ``Open``: the lead is being handled,
82
 
 
83
 
* ``Closed``: the lead has been converted into a partner and/or a sales opportunity,
84
 
 
85
 
* ``Pending``: the lead is waiting for a response from the potential customer,
 
73
* ``Opportunity``: the lead has been converted into a partner and/or a sales opportunity,
86
74
 
87
75
* ``Escalate``: the lead is escalated to the upper sales team in the tree structure for further actions, 
88
76
 
89
77
* ``Cancelled``: the lead has been cancelled because the salesperson has decided that it is not worth
90
78
  following up.
91
79
 
92
 
A lead status can easily be changed, even from list view (the standard view when you start the **Leads** program). Simply click the green arrows to change the status of a lead.
93
 
 
94
 
On the :guilabel:`Extra` tab in the **Leads** form, you find statistics about days to open and close and more information about the campaign, the channel, and so on.
95
 
 
96
 
.. figure:: images/crm_lead_extra.jpeg
97
 
   :scale: 80
 
80
On the :guilabel:`Extra` tab in the **Leads** form, you find information about the campaign, the channel, and so on.
 
81
 
 
82
.. figure:: images/crm_lead_extra.png
 
83
   :scale: 75
98
84
   :align: center
99
85
 
100
86
   *Extra Tab*
101
87
 
102
 
On the :guilabel:`Communication & History` tab in the **Leads** form, you can see a complete history of all actions regarding this lead. You can also add internal notes and change the status of a lead  while adding such a note. 
103
 
Send an email directly from the lead simply by clicking the :guilabel:`Send New Email` button (to configure your email settings, please refer to chapter :ref:`ch-crm-fetchmail-install`.
104
 
You can add attachments to internal notes and emails you send to the prospect. You can customize your message and have the status changed after an email has been sent; you could automatically have the lead set to **Pending**, because you require a response from the customer before further actions can be taken.
105
 
 
106
 
.. figure:: images/crm_lead_comm.jpeg
107
 
   :scale: 80
108
 
   :align: center
109
 
 
110
 
   *Communication & History Tab*
111
 
 
112
88
Importing a Leads Database
113
89
--------------------------
114
90
 
159
135
 
160
136
Use the :menuselection:`Sales --> Sales --> Leads` view to organize your leads:
161
137
 
162
 
* Display a list of all the leads (qualified, open, not open, ...) according to the sales team you are linked to,
163
 
 
164
 
* Create a new lead by clicking `New`,
165
 
 
166
 
* Display Unassigned Leads, click the button next to the `Salesman` field, 
167
 
 
168
 
* Display a list of all your leads you still need to handle (your open and draft leads),
169
 
 
170
 
* Display a list of all your leads that are waiting for a customer response (usually in `Pending` status). This enables you to check periodically on your work to do,
171
 
 
172
 
* Display a list of all the leads assigned to different salespeople,
173
 
 
174
 
* Use Extended Filters to display all the leads created today or during the last week, in a specific time period, and so on,
 
138
 
 
139
* Display a list of all the leads (New, open, Unassigned Leads, ...) according to the sales team you are linked to,
 
140
 
 
141
* Display a list of New leads by clicking `New`,
 
142
 
 
143
* Display Unassigned Leads by clicking `Unassigned Leads`,
 
144
 
 
145
* Display a list of all the leads assigned to different salespeople by clicking the Group by button `Salesperson`.
175
146
 
176
147
* Quickly find leads not yet assigned to a Campaign, by clicking the Group by button and then Campaign.
177
148
 
178
149
The sales manager can use this **Leads** view to easily keep track of what each salesperson is working on.
179
150
 
180
151
.. figure:: images/crm_leads_list.png
181
 
   :scale: 80
 
152
   :scale: 60
182
153
   :align: center
183
154
 
184
155
   *List of Leads to be Handled*
188
159
Analysing Leads
189
160
---------------
190
161
 
191
 
OpenERP also offers statistical reports to keep track of your Lead Management. The :menuselection:`Sales --> Reporting --> Leads Analysis` report allows you to check various leads-related elements. You can look at processing delays, number of responses given and emails sent (if you use the email gateway feature). Sort your leads analysis by different groups to get accurate, grained analysis.
 
162
OpenERP also offers statistical reports to keep track of your Lead Management. The :menuselection:`Reporting --> Sales -->  Leads Analysis` report allows you to check various leads-related elements. You can look at processing delays, number of responses given and emails sent (if you use the email gateway feature). Sort your leads analysis by different groups to get accurate, grained analysis.
192
163
 
193
164
These are some analysis possibilities of the **Leads Analysis** report.
194
165
 
196
167
 
197
168
To analyse the leads by status, group the leads by qualification level (``Stage``) and status (``State``), this can also be done for individual months (first group by ``Month``).
198
169
 
199
 
2. Leads by Origin
200
 
 
201
 
Analyse leads according to their state (open, lost, won) and their stage (e.g. cold / hot or new / qualification / ... ) and find out how many leads belong to each state / stage.
202
 
 
203
 
3. How effective are your Campaigns? 
 
170
2. How effective are your Campaigns? 
204
171
 
205
172
Group by Campaign to easily find the number of leads by campaign and the total number of leads. You can also select a specific campaign in your filter. 
206
173
 
207
 
4. Leads by Priority.
 
174
3. Leads by Priority.
208
175
 
209
176
Group by Priority to see which leads are hot, warm or cold.
210
177
 
211
178
 
212
 
.. figure:: images/crm_lead_analys.jpeg
213
 
   :scale: 80
 
179
.. figure:: images/crm_lead_analysis.png
 
180
   :scale: 60
214
181
   :align: center
215
182
 
216
183
   *Leads Analysis*