]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Opportunities/vardefs.php
Release 6.1.5
[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,'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     'duplicate_merge'=>'1',
152     'required' => true,
153   ),
154   'amount_usdollar' =>
155   array (
156     'name' => 'amount_usdollar',
157     'vname' => 'LBL_AMOUNT_USDOLLAR',
158     'type' => 'currency',
159     'group'=>'amount',
160     'dbType' => 'double',
161     'disable_num_format' => true,
162     'duplicate_merge'=>'0',
163     'audited'=>true,
164     'comment' => 'Formatted amount of the opportunity'
165   ),
166   'currency_id' =>
167   array (
168     'name' => 'currency_id',
169     'type' => 'id',
170     'group'=>'currency_id',
171     'vname' => 'LBL_CURRENCY',
172         'function'=>array('name'=>'getCurrencyDropDown', 'returns'=>'html'),
173     'reportable'=>false,
174     'comment' => 'Currency used for display purposes'
175   ),
176   'currency_name'=>
177            array(
178                 'name'=>'currency_name',
179                 'rname'=>'name',
180                 'id_name'=>'currency_id',
181                 'vname'=>'LBL_CURRENCY_NAME',
182                 'type'=>'relate',
183                 'isnull'=>'true',
184                 'table' => 'currencies',
185                 'module'=>'Currencies',
186                 'source' => 'non-db',
187         'function'=>array('name'=>'getCurrencyNameDropDown', 'returns'=>'html'),
188         'studio' => 'false',
189             'duplicate_merge' => 'disabled',
190         ),
191    'currency_symbol'=>
192            array(
193                 'name'=>'currency_symbol',
194                 'rname'=>'symbol',
195                 'id_name'=>'currency_id',
196                 'vname'=>'LBL_CURRENCY_SYMBOL',
197                 'type'=>'relate',
198                 'isnull'=>'true',
199                 'table' => 'currencies',
200                 'module'=>'Currencies',
201                 'source' => 'non-db',
202         'function'=>array('name'=>'getCurrencySymbolDropDown', 'returns'=>'html'),
203         'studio' => 'false',
204             'duplicate_merge' => 'disabled',
205         ),
206   'date_closed' =>
207   array (
208     'name' => 'date_closed',
209     'vname' => 'LBL_DATE_CLOSED',
210     'type' => 'date',
211     'audited'=>true,
212     'comment' => 'Expected or actual date the oppportunity will close',
213         'importable' => 'required',
214     'required' => true,
215   ),
216   'next_step' =>
217   array (
218     'name' => 'next_step',
219     'vname' => 'LBL_NEXT_STEP',
220     'type' => 'varchar',
221     'len' => '100',
222     'comment' => 'The next step in the sales process',
223     'merge_filter' => 'enabled',
224   ),
225   'sales_stage' =>
226   array (
227     'name' => 'sales_stage',
228     'vname' => 'LBL_SALES_STAGE',
229     'type' => 'enum',
230     'options' => 'sales_stage_dom',
231     'len' => '255',
232     'audited'=>true,
233     'comment' => 'Indication of progression towards closure',
234     'merge_filter' => 'enabled',
235     'importable' => 'required',
236     'required' => true,
237   ),
238   'probability' =>
239   array (
240     'name' => 'probability',
241     'vname' => 'LBL_PROBABILITY',
242     'type' => 'int',
243     'dbType' => 'double',
244     'audited'=>true,
245     'comment' => 'The probability of closure',
246     'validation' => array('type' => 'range', 'min' => 0, 'max' => 100),
247     'merge_filter' => 'enabled', 
248   ),
249   'accounts' =>
250   array (
251         'name' => 'accounts',
252     'type' => 'link',
253     'relationship' => 'accounts_opportunities',
254     'source'=>'non-db',
255     'link_type'=>'one',
256     'module'=>'Accounts',
257     'bean_name'=>'Account',
258                 'vname'=>'LBL_ACCOUNTS',
259   ),
260   'contacts' =>
261   array (
262         'name' => 'contacts',
263     'type' => 'link',
264     'relationship' => 'opportunities_contacts',
265     'source'=>'non-db',
266     'module'=>'Contacts',
267     'bean_name'=>'Contact',
268     'rel_fields'=>array('contact_role'=>array('type'=>'enum', 'options'=>'opportunity_relationship_type_dom')),
269         'vname'=>'LBL_CONTACTS',
270   ),
271   'tasks' =>
272   array (
273         'name' => 'tasks',
274     'type' => 'link',
275     'relationship' => 'opportunity_tasks',
276     'source'=>'non-db',
277                 'vname'=>'LBL_TASKS',
278   ),
279   'notes' =>
280   array (
281         'name' => 'notes',
282     'type' => 'link',
283     'relationship' => 'opportunity_notes',
284     'source'=>'non-db',
285                 'vname'=>'LBL_NOTES',
286   ),
287   'meetings' =>
288   array (
289         'name' => 'meetings',
290     'type' => 'link',
291     'relationship' => 'opportunity_meetings',
292     'source'=>'non-db',
293                 'vname'=>'LBL_MEETINGS',
294   ),
295   'calls' =>
296   array (
297         'name' => 'calls',
298     'type' => 'link',
299     'relationship' => 'opportunity_calls',
300     'source'=>'non-db',
301                 'vname'=>'LBL_CALLS',
302   ),
303   'emails' =>
304   array (
305         'name' => 'emails',
306     'type' => 'link',
307     'relationship' => 'emails_opportunities_rel',/* reldef in emails */
308     'source'=>'non-db',
309                 'vname'=>'LBL_EMAILS',
310   ),
311
312   'project' =>
313   array (
314         'name' => 'project',
315     'type' => 'link',
316     'relationship' => 'projects_opportunities',
317     'source'=>'non-db',
318                 'vname'=>'LBL_PROJECTS',
319   ),
320   'leads' =>
321   array (
322         'name' => 'leads',
323     'type' => 'link',
324     'relationship' => 'opportunity_leads',
325     'source'=>'non-db',
326                 'vname'=>'LBL_LEADS',
327   ),
328   
329   'campaigns' =>
330                 array (
331                         'name' => 'campaigns',
332                 'type' => 'link',
333                 'relationship' => 'opportunities_campaign',
334                 'module'=>'CampaignLog',
335                 'bean_name'=>'CampaignLog',
336                 'source'=>'non-db',
337                         'vname'=>'LBL_CAMPAIGNS',
338                 ),
339
340   'campaign_link' =>
341   array (
342     'name' => 'campaign_link',
343     'type' => 'link',
344     'relationship' => 'opportunities_campaign',
345     'vname' => 'LBL_CAMPAIGNS',
346     'link_type' => 'one',
347     'module'=>'Campaigns',
348     'bean_name'=>'Campaign',
349     'source'=>'non-db',
350   ),
351   'currencies' =>
352   array (
353     'name' => 'currencies',
354     'type' => 'link',
355     'relationship' => 'opportunity_currencies',
356     'source'=>'non-db',
357     'vname'=>'LBL_CURRENCIES',
358   ),
359 ),
360                 'indices' => array (
361                         array(
362                                 'name' => 'idx_opp_name',
363                                 'type' => 'index',
364                                 'fields' => array('name'),
365                         ),
366                         array(
367                                 'name' => 'idx_opp_assigned',
368                                 'type' => 'index',
369                                 'fields' => array('assigned_user_id'),
370                         ),
371                 ),
372
373  'relationships' => array (
374         'opportunity_calls' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
375                                                           'rhs_module'=> 'Calls', 'rhs_table'=> 'calls', 'rhs_key' => 'parent_id',
376                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
377                                                           'relationship_role_column_value'=>'Opportunities')
378         ,'opportunity_meetings' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
379                                                           'rhs_module'=> 'Meetings', 'rhs_table'=> 'meetings', 'rhs_key' => 'parent_id',
380                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
381                                                           'relationship_role_column_value'=>'Opportunities')
382         ,'opportunity_tasks' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
383                                                           'rhs_module'=> 'Tasks', 'rhs_table'=> 'tasks', 'rhs_key' => 'parent_id',
384                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
385                                                           'relationship_role_column_value'=>'Opportunities')
386         ,'opportunity_notes' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
387                                                           'rhs_module'=> 'Notes', 'rhs_table'=> 'notes', 'rhs_key' => 'parent_id',
388                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
389                                                           'relationship_role_column_value'=>'Opportunities')
390         ,'opportunity_emails' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
391                                                           'rhs_module'=> 'Emails', 'rhs_table'=> 'emails', 'rhs_key' => 'parent_id',
392                                                           'relationship_type'=>'one-to-many', 'relationship_role_column'=>'parent_type',
393                                                           'relationship_role_column_value'=>'Opportunities')
394         ,'opportunity_leads' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'id',
395                                                           'rhs_module'=> 'Leads', 'rhs_table'=> 'leads', 'rhs_key' => 'opportunity_id',
396                                                           'relationship_type'=>'one-to-many')
397     ,'opportunity_currencies' => array('lhs_module'=> 'Opportunities', 'lhs_table'=> 'opportunities', 'lhs_key' => 'currency_id',
398                               'rhs_module'=> 'Currencies', 'rhs_table'=> 'currencies', 'rhs_key' => 'id',
399                               'relationship_type'=>'one-to-many')
400   ,'opportunities_assigned_user' =>
401    array('lhs_module'=> 'Users', 'lhs_table'=> 'users', 'lhs_key' => 'id',
402    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'assigned_user_id',
403    'relationship_type'=>'one-to-many')
404
405    ,'opportunities_modified_user' =>
406    array('lhs_module'=> 'Users', 'lhs_table'=> 'users', 'lhs_key' => 'id',
407    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'modified_user_id',
408    'relationship_type'=>'one-to-many')
409
410    ,'opportunities_created_by' =>
411    array('lhs_module'=> 'Users', 'lhs_table'=> 'users', 'lhs_key' => 'id',
412    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'created_by',
413    'relationship_type'=>'one-to-many'),
414 'opportunities_campaign' =>
415    array('lhs_module'=> 'campaigns', 'lhs_table'=> 'campaigns', 'lhs_key' => 'id',
416    'rhs_module'=> 'Opportunities', 'rhs_table'=> 'opportunities', 'rhs_key' => 'campaign_id',
417    'relationship_type'=>'one-to-many'),
418 )
419 //This enables optimistic locking for Saves From EditView
420         ,'optimistic_locking'=>true,
421 );
422 VardefManager::createVardef('Opportunities','Opportunity', array('default', 'assignable',
423 ));
424 ?>