~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/report_crm.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: report_crm
 
3
    :synopsis: CRM Management - Reporting (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/report_crm"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
CRM Management - Reporting (*report_crm*)
 
23
=========================================
 
24
:Module: report_crm
 
25
:Name: CRM Management - Reporting
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: report_crm
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  A module that adds new reports based on CRM cases.
 
39
      Case By section, Case By category
 
40
 
 
41
Download links
 
42
--------------
 
43
 
 
44
You can download this module as a zip file in the following version:
 
45
 
 
46
  * `4.2 <http://www.openerp.com/download/modules/4.2/report_crm.zip>`_
 
47
  * `5.0 <http://www.openerp.com/download/modules/5.0/report_crm.zip>`_
 
48
  * `trunk <http://www.openerp.com/download/modules/trunk/report_crm.zip>`_
 
49
 
 
50
 
 
51
Dependencies
 
52
------------
 
53
 
 
54
 * :mod:`crm`
 
55
 
 
56
Reports
 
57
-------
 
58
 
 
59
None
 
60
 
 
61
 
 
62
Menus
 
63
-------
 
64
 
 
65
 * CRM & SRM/Reporting
 
66
 * CRM & SRM/Reporting/This Month
 
67
 * CRM & SRM/Reporting/This Month/Cases by user and section (this month)
 
68
 * CRM & SRM/Reporting/All Months
 
69
 * CRM & SRM/Reporting/All Months/Cases by User and Section
 
70
 * CRM & SRM/Reporting/This Month/My cases by section (this month)
 
71
 * CRM & SRM/Reporting/All Months/My cases by section
 
72
 * CRM & SRM/Reporting/This Month/Cases by categories and section (this month)
 
73
 * CRM & SRM/Reporting/All Months/Cases by Categories and Section
 
74
 
 
75
Views
 
76
-----
 
77
 
 
78
 * report.crm.case.user.tree (tree)
 
79
 * report.crm.case.user.form (form)
 
80
 * report.crm.case.user.graph (graph)
 
81
 * report.crm.case.categ.tree (tree)
 
82
 * report.crm.case.categ.form (form)
 
83
 * report.crm.case.section.tree (tree)
 
84
 * report.crm.case.section.graph (graph)
 
85
 * report.crm.case.service.dashboard.tree (tree)
 
86
 * report.crm.case.service.dashboard.tree (tree)
 
87
 
 
88
 
 
89
Objects
 
90
-------
 
91
 
 
92
Object: Cases by user and section (report.crm.case.user)
 
93
########################################################
 
94
 
 
95
 
 
96
 
 
97
:amount_revenue_prob: Est. Rev*Prob., float, readonly
 
98
 
 
99
 
 
100
 
 
101
 
 
102
 
 
103
:amount_costs: Est.Cost, float, readonly
 
104
 
 
105
 
 
106
 
 
107
 
 
108
 
 
109
:user_id: User, many2one, readonly
 
110
 
 
111
 
 
112
 
 
113
 
 
114
 
 
115
:name: Month, date, readonly
 
116
 
 
117
 
 
118
 
 
119
 
 
120
 
 
121
:probability: Avg. Probability, float, readonly
 
122
 
 
123
 
 
124
 
 
125
 
 
126
 
 
127
:nbr: # of Cases, integer, readonly
 
128
 
 
129
 
 
130
 
 
131
 
 
132
 
 
133
:section_id: Section, many2one, readonly
 
134
 
 
135
 
 
136
 
 
137
 
 
138
 
 
139
:state: Status, selection, readonly
 
140
 
 
141
 
 
142
 
 
143
 
 
144
 
 
145
:amount_revenue: Est.Revenue, float, readonly
 
146
 
 
147
 
 
148
 
 
149
 
 
150
 
 
151
:delay_close: Delay to close, char, readonly
 
152
 
 
153
 
 
154
 
 
155
 
 
156
Object: Cases by section and category (report.crm.case.categ)
 
157
#############################################################
 
158
 
 
159
 
 
160
 
 
161
:amount_revenue_prob: Est. Rev*Prob., float, readonly
 
162
 
 
163
 
 
164
 
 
165
 
 
166
 
 
167
:amount_costs: Est.Cost, float, readonly
 
168
 
 
169
 
 
170
 
 
171
 
 
172
 
 
173
:name: Month, date, readonly
 
174
 
 
175
 
 
176
 
 
177
 
 
178
 
 
179
:probability: Avg. Probability, float, readonly
 
180
 
 
181
 
 
182
 
 
183
 
 
184
 
 
185
:nbr: # of Cases, integer, readonly
 
186
 
 
187
 
 
188
 
 
189
 
 
190
 
 
191
:section_id: Section, many2one, readonly
 
192
 
 
193
 
 
194
 
 
195
 
 
196
 
 
197
:state: Status, selection, readonly
 
198
 
 
199
 
 
200
 
 
201
 
 
202
 
 
203
:amount_revenue: Est.Revenue, float, readonly
 
204
 
 
205
 
 
206
 
 
207
 
 
208
 
 
209
:delay_close: Delay Close, char, readonly
 
210
 
 
211
 
 
212
 
 
213
 
 
214
 
 
215
:categ_id: Category, many2one, readonly
 
216
 
 
217
 
 
218
 
 
219
 
 
220
Object: Cases by Section (report.crm.case.section)
 
221
##################################################
 
222
 
 
223
 
 
224
 
 
225
:nbr_cases: # of Cases, integer, readonly
 
226
 
 
227
 
 
228
 
 
229
 
 
230
 
 
231
:delay_close: Delay to close, char, readonly
 
232
 
 
233
 
 
234
 
 
235
 
 
236
 
 
237
:section_id: Section, many2one, readonly
 
238
 
 
239
 
 
240
 
 
241
 
 
242
 
 
243
:perc_cancel: %Cancel, float, readonly
 
244
 
 
245
 
 
246
 
 
247
 
 
248
 
 
249
:avg_answers: Avg. Answers, integer, readonly
 
250
 
 
251
 
 
252
 
 
253
 
 
254
 
 
255
:perc_done: %Done, float, readonly
 
256
 
 
257
 
 
258
 
 
259
 
 
260
 
 
261
:name: Month, date, readonly
 
262
 
 
263
 
 
264
 
 
265
 
 
266
Object: Report of Closed and Open CRM Cases within past 15 days (report.crm.case.service.dashboard)
 
267
###################################################################################################
 
268
 
 
269
 
 
270
 
 
271
:date_closed: Date Closed, datetime, readonly
 
272
 
 
273
 
 
274
 
 
275
 
 
276
 
 
277
:user_id: Responsible, many2one, readonly
 
278
 
 
279
 
 
280
 
 
281
 
 
282
 
 
283
:name: Description, char, readonly
 
284
 
 
285
 
 
286
 
 
287
 
 
288
 
 
289
:date_deadline: Deadline, datetime, readonly
 
290
 
 
291
 
 
292
 
 
293
 
 
294
 
 
295
:planned_revenue: Planned Revenue, float, readonly
 
296
 
 
297
 
 
298
 
 
299
 
 
300
 
 
301
:planned_cost: Planned Costs, float, readonly
 
302
 
 
303
 
 
304
 
 
305
 
 
306
 
 
307
:priority: Priority, char, readonly
 
308
 
 
309
 
 
310
 
 
311
 
 
312
 
 
313
:state: Status, selection, readonly
 
314
 
 
315
 
 
316
 
 
317
 
 
318
 
 
319
:date: Date, datetime, readonly
 
320
 
 
321
 
 
322
 
 
323
 
 
324
 
 
325
:create_date: Create Date, datetime, readonly
 
326
 
 
327
 
 
328
 
 
329
 
 
330
 
 
331
:partner_id: Partner, many2one, readonly
 
332
 
 
333