]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Opportunities/vardefs.php
Release 6.2.0beta4
[Github/sugarcrm.git] / modules / Opportunities / vardefs.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38
39 $dictionary['Opportunity'] = array('table' => 'opportunities','audited'=>true, 'unified_search' => true, 'unified_search_default_enabled' => true, 'duplicate_merge'=>true,
40                 'comment' => 'An opportunity is the target of selling activities',
41                 'fields' => array (
42   'name' =>
43   array (
44     'name' => 'name',
45     'vname' => 'LBL_OPPORTUNITY_NAME',
46     'type' => 'name',
47     'dbType' => 'varchar',
48     'len' => '50',
49     'unified_search' => true,
50     'comment' => 'Name of the opportunity',
51     'merge_filter' => 'selected',
52     'importable' => 'required',
53     'required' => true,
54   ),
55   'opportunity_type' =>
56   array (
57     'name' => 'opportunity_type',
58     'vname' => 'LBL_TYPE',
59     'type' => 'enum',
60     'options'=> 'opportunity_type_dom',
61     'len' => '255',
62     'audited'=>true,
63     'comment' => 'Type of opportunity (ex: Existing, New)',
64     'merge_filter' => 'enabled',
65   ),
66   'account_name' =>
67   array (
68     'name' => 'account_name',
69     'rname' => 'name',
70     'id_name' => 'account_id',
71     'vname' => 'LBL_ACCOUNT_NAME',
72     'type' => 'relate',
73     'table' => 'accounts',
74     'join_name'=>'accounts',
75     'isnull' => 'true',
76     'module' => 'Accounts',
77     'dbType' => 'varchar',
78     'link'=>'accounts',
79     'len' => '255',
80          'source'=>'non-db',
81          'unified_search' => true,
82          'required' => true,
83          'importable' => 'required',
84      'required' => true,
85   ),
86   'account_id' =>
87    array (
88     'name' => 'account_id',
89     'vname' => 'LBL_ACCOUNT_ID',
90     'type' => 'id',
91     'source'=>'non-db',
92     'audited'=>true,
93   ),
94   'campaign_id' =>
95       array (
96         'name' => 'campaign_id',
97         'comment' => 'Campaign that generated lead',
98         'vname'=>'LBL_CAMPAIGN_ID',
99         'rname' => 'id',
100         'type' => 'id',
101         'dbType'=>'id',
102         'table' => 'campaigns',
103         'isnull' => 'true',
104         'module' => 'Campaigns',
105         //'dbType' => 'char',
106         'reportable'=>false,
107         'massupdate' => false,
108         'duplicate_merge'=> 'disabled',
109       ),
110   'campaign_name'=>
111            array(
112                 'name'=>'campaign_name',
113                 'rname'=>'name',
114                 'id_name'=>'campaign_id',
115                 'vname'=>'LBL_CAMPAIGN',
116                 'type'=>'relate',
117                 'link' => 'campaign_opportunities',                
118                 'isnull'=>'true',
119                 'table' => 'campaigns',
120                 'module'=>'Campaigns',
121                 'source' => 'non-db',
122         ),
123   'campaign_opportunities' =>
124                 array (
125                 'name' => 'campaign_opportunities',
126                 'type' => 'link',
127                 'vname' => 'LBL_CAMPAIGN_OPPORTUNITY',
128                 'relationship' => 'campaign_opportunities',
129                 'source' => 'non-db',
130     ),
131   'lead_source' =>
132   array (
133     'name' => 'lead_source',
134     'vname' => 'LBL_LEAD_SOURCE',
135     'type' => 'enum',
136     'options' => 'lead_source_dom',
137     'len' => '50',
138     'comment' => 'Source of the opportunity',
139     'merge_filter' => 'enabled',
140   ),
141   'amount' =>
142   array (
143     'name' => 'amount',
144     'vname' => 'LBL_AMOUNT',
145     //'function'=>array('vname'=>'getCurrencyType'),
146     'type' => 'currency',
147 //    'disable_num_format' => true,
148     'dbType' => 'double',
149     'comment' => 'Unconverted amount of the opportunity',
150     'importable' => 'required',
151     'required' => true,
152         'options' => 'numeric_range_search_dom',
153     'enable_range_search' => true,
154   ),
155   'amount_usdollar' =>
156   array (
157     'name' => 'amount_usdollar',
158     'vname' => 'LBL_AMOUNT_USDOLLAR',
159     'type' => 'currency',
160     'group'=>'amount',
161     'dbType' => 'double',
162     'disable_num_format' => true,
163     'duplicate_merge'=>'disabled',
164     'audited'=>true,
165     'comment' => 'Formatted amount of the opportunity',
166   ),
167   'currency_id' =>
168   array (
169     'name' => 'currency_id',
170     'type' => 'id',
171     'group'=>'currency_id',
172     'vname' => 'LBL_CURRENCY',
173         'function'=>array('name'=>'getCurrencyDropDown', 'returns'=>'html'),
174     'reportable'=>false,
175     'comment' => 'Currency used for display purposes'
176   ),
177   'currency_name'=>
178            array(
179                 'name'=>'currency_name',
180                 'rname'=>'name',
181                 'id_name'=>'currency_id',
182                 'vname'=>'LBL_CURRENCY_NAME',
183                 'type'=>'relate',
184                 'isnull'=>'true',
185                 'table' => 'currencies',
186                 'module'=>'Currencies',
187                 'source' => 'non-db',
188         'function'=>array('name'=>'getCurrencyNameDropDown', 'returns'=>'html'),
189         'studio' => 'false',
190             'duplicate_merge' => 'disabled',
191         ),
192    'currency_symbol'=>
193            array(
194                 'name'=>'currency_symbol',
195                 'rname'=>'symbol',
196                 'id_name'=>'currency_id',
197                 'vname'=>'LBL_CURRENCY_SYMBOL',
198                 'type'=>'relate',
199                 'isnull'=>'true',
200                 'table' => 'currencies',
201                 'module'=>'Currencies',
202                 'source' => 'non-db',
203         'function'=>array('name'=>'getCurrencySymbolDropDown', 'returns'=>'html'),
204         'studio' => 'false',
205             'duplicate_merge' => 'disabled',
206         ),
207   'date_closed' =>
208   array (
209     'name' => 'date_closed',
210     'vname' => 'LBL_DATE_CLOSED',
211     'type' => 'date',
212     'audited'=>true,
213     'comment' => 'Expected or actual date the oppportunity will close',
214         'importable' => 'required',
215     'required' => true,
216     'enable_range_search' => true,
217     'options' => 'date_range_search_dom',
218   ),
219   'next_step' =>
220   array (
221     'name' => 'next_step',
222     'vname' => 'LBL_NEXT_STEP',
223     'type' => 'varchar',
224     'len' => '100',
225     'comment' => 'The next step in the sales process',
226     'merge_filter' => 'enabled',
227   ),
228   'sales_stage' =>
229   array (
230     'name' => 'sales_stage',
231     'vname' => 'LBL_SALES_STAGE',
232     'type' => 'enum',
233     'options' => 'sales_stage_dom',
234     'len' => '255',
235     'audited'=>true,
236     'comment' => 'Indication of progression towards closure',
237     'merge_filter' => 'enabled',
238     'importable' => 'required',
239     'required' => true,
240   ),
241   'probability' =>
242   array (
243     'name' => 'probability',
244     'vname' => 'LBL_PROBABILITY',
245     'type' => 'int',
246     'dbType' => 'double',
247     'audited'=>true,
248     'comment' => 'The probability of closure',
249     'validation' => array('type' => 'range', 'min' => 0, 'max' => 100),
250     'merge_filter' => 'enabled', 
251   ),
252   'accounts' =>
253   array (
254         'name' => 'accounts',
255     'type' => 'link',
256     'relationship' => 'accounts_opportunities',
257     'source'=>'non-db',
258     'link_type'=>'one',
259     'module'=>'Accounts',
260     'bean_name'=>'Account',
261                 'vname'=>'LBL_ACCOUNTS',
262   ),
263   'contacts' =>
264   array (
265         'name' => 'contacts',
266     'type' => 'link',
267     'relationship' => 'opportunities_contacts',
268     'source'=>'non-db',
269     'module'=>'Contacts',
270     'bean_name'=>'Contact',
271     'rel_fields'=>array('contact_role'=>array('type'=>'enum', 'options'=>'opportunity_relationship_type_dom')),
272         'vname'=>'LBL_CONTACTS',
273   ),
274   'tasks' =>
275   array (
276         'name' => 'tasks',
277     'type' => 'link',
278     'relationship' => 'opportunity_tasks',
279     'source'=>'non-db',
280                 'vname'=>'LBL_TASKS',
281   ),
282   'notes' =>
283   array (
284         'name' => 'notes',
285     'type' => 'link',
286     'relationship' => 'opportunity_notes',
287     'source'=>'non-db',
288                 'vname'=>'LBL_NOTES',
289   ),
290   'meetings' =>
291   array (
292         'name' => 'meetings',
293     'type' => 'link',
294     'relationship' => 'opportunity_meetings',
295     'source'=>'non-db',
296                 'vname'=>'LBL_MEETINGS',
297   ),
298   'calls' =>
299   array (
300         'name' => 'calls',
301     'type' => 'link',
302     'relationship' => 'opportunity_calls',
303     'source'=>'non-db',
304                 'vname'=>'LBL_CALLS',
305   ),
306   'emails' =>
307   array (
308         'name' => 'emails',
309     'type' => 'link',
310     'relationship' => 'emails_opportunities_rel',/* reldef in emails */
311     'source'=>'non-db',
312                 'vname'=>'LBL_EMAILS',
313   ),
314   'documents'=>
315   array (
316       'name' => 'documents',
317       'type' => 'link',
318       'relationship' => 'documents_opportunities',
319       'source' => 'non-db',
320       'vname' => 'LBL_DOCUMENTS_SUBPANEL_TITLE',
321   ),
322
323   'project' =>
324   array (
325         'name' => 'project',
326     'type' => 'link',
327     'relationship' => 'projects_opportunities',
328     'source'=>'non-db',
329                 'vname'=>'LBL_PROJECTS',
330   ),
331   'leads' =>
332   array (
333         'name' => 'leads',
334     'type' => 'link',
335     'relationship' => 'opportunity_leads',
336     'source'=>'non-db',
337                 'vname'=>'LBL_LEADS',
338   ),
339   
340   'campaigns' =>
341                 array (
342                         'name' => 'campaigns',
343                 'type' => 'link',
344                 'relationship' => 'opportunities_campaign',
345                 'module'=>'CampaignLog',
346                 'bean_name'=>'CampaignLog',
347                 'source'=>'non-db',
348                         'vname'=>'LBL_CAMPAIGNS',
349                 ),
350
351   'campaign_link' =>
352   array (
353     'name' => 'campaign_link',
354     'type' => 'link',
355     'relationship' => 'opportunities_campaign',
356     'vname' => 'LBL_CAMPAIGNS',
357     'link_type' => 'one',
358     'module'=>'Campaigns',
359     'bean_name'=>'Campaign',
360     'source'=>'non-db',
361   ),
362   'currencies' =>
363   array (
364     'name' => 'currencies',
365     'type' => 'link',
366     'relationship' => 'opportunity_currencies',
367     'source'=>'non-db',
368     'vname'=>'LBL_CURRENCIES',
369   ),
370 ),
371                 'indices' => array (
372                         array(
373                                 'name' => 'idx_opp_name',
374                                 'type' => 'index',
375                                 'fields' => array('name'),
376                         ),
377                         array(
378                                 'name' => 'idx_opp_assigned',
379                                 'type' => 'index',
380                                 'fields' => array('assigned_user_id'),
381                         ),
382                 ),
383
384  'relationships' => array (
385         'opportunity_calls' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
386                                                           'rhs_module'=> 'Calls', 'rhs_table'=> 'calls', 'rhs_key' => 'parent_id',
387                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
388                                                           'relationship_role_column_value'=>'Opportunities')
389         ,'opportunity_meetings' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
390                                                           'rhs_module'=> 'Meetings', 'rhs_table'=> 'meetings', 'rhs_key' => 'parent_id',
391                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
392                                                           'relationship_role_column_value'=>'Opportunities')
393         ,'opportunity_tasks' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
394                                                           'rhs_module'=> 'Tasks', 'rhs_table'=> 'tasks', 'rhs_key' => 'parent_id',
395                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
396                                                           'relationship_role_column_value'=>'Opportunities')
397         ,'opportunity_notes' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
398                                                           'rhs_module'=> 'Notes', 'rhs_table'=> 'notes', 'rhs_key' => 'parent_id',
399                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
400                                                           'relationship_role_column_value'=>'Opportunities')
401         ,'opportunity_emails' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
402                                                           'rhs_module'=> 'Emails', 'rhs_table'=> 'emails', 'rhs_key' => 'parent_id',
403                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
404                                                           'relationship_role_column_value'=>'Opportunities')
405         ,'opportunity_leads' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
406                                                           'rhs_module'=> 'Leads', 'rhs_table'=> 'leads', 'rhs_key' => 'opportunity_id',
407                                                           'relationship_type'=>'one-to-many')
408     ,'opportunity_currencies' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'currency_id',
409                               'rhs_module'=> 'Currencies', 'rhs_table'=> 'currencies', 'rhs_key' => 'id',
410                               'relationship_type'=>'one-to-many')
411   ,'opportunities_assigned_user' =>
412    array('lhs_module'=> 'Users', 'lhs_table'=> 'users', 'lhs_key' => 'id',
413    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'assigned_user_id',
414    'relationship_type'=>'one-to-many')
415
416    ,'opportunities_modified_user' =>
417    array('lhs_module'=> 'Users', 'lhs_table'=> 'users', 'lhs_key' => 'id',
418    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'modified_user_id',
419    'relationship_type'=>'one-to-many')
420
421    ,'opportunities_created_by' =>
422    array('lhs_module'=> 'Users', 'lhs_table'=> 'users', 'lhs_key' => 'id',
423    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'created_by',
424    'relationship_type'=>'one-to-many'),
425 'opportunities_campaign' =>
426    array('lhs_module'=> 'campaigns', 'lhs_table'=> 'campaigns', 'lhs_key' => 'id',
427    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'campaign_id',
428    'relationship_type'=>'one-to-many'),
429 )
430 //This enables optimistic locking for Saves From EditView
431         ,'optimistic_locking'=>true,
432 );
433 VardefManager::createVardef('Opportunities','Opportunity', array('default', 'assignable',
434 ));
435 ?>