]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Contacts/metadata/subpaneldefs.php
Release 6.5.16
[Github/sugarcrm.git] / modules / Contacts / metadata / subpaneldefs.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2013 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
40
41 $layout_defs['Contacts'] = array(
42         // list of what Subpanels to show in the DetailView
43                 'subpanel_setup' => array(
44
45                 'activities' => array(
46                         'order' => 10,
47                         'sort_order' => 'desc',
48                         'sort_by' => 'date_start',
49                         'title_key' => 'LBL_ACTIVITIES_SUBPANEL_TITLE',
50                         'type' => 'collection',
51                         'subpanel_name' => 'activities',   //this values is not associated with a physical file.
52                         'module'=>'Activities',
53
54                         'top_buttons' => array(
55                                 array('widget_class' => 'SubPanelTopCreateTaskButton'),
56                                 array('widget_class' => 'SubPanelTopScheduleMeetingButton'),
57                                 array('widget_class' => 'SubPanelTopScheduleCallButton'),
58                                 array('widget_class' => 'SubPanelTopComposeEmailButton'),
59                         ),
60                         'collection_list' => array(
61                                 'tasks' => array(
62                                         'module' => 'Tasks',
63                                         'subpanel_name' => 'ForActivities',
64                                         'get_subpanel_data' => 'tasks',
65                                 ),
66                 'tasks_parent' => array(
67                     'module' => 'Tasks',
68                     'subpanel_name' => 'ForActivities',
69                     'get_subpanel_data' => 'tasks_parent',
70                 ),
71                 'meetings' => array(
72                     'module' => 'Meetings',
73                     'subpanel_name' => 'ForActivities',
74                     'get_subpanel_data' => 'meetings',
75                 ),
76                                 'calls' => array(
77                                         'module' => 'Calls',
78                                         'subpanel_name' => 'ForActivities',
79                                         'get_subpanel_data' => 'calls',
80                                 ),
81                         )
82                 ),
83
84                 'history' => array(
85                         'order' => 20,
86                         'sort_order' => 'desc',
87                         'sort_by' => 'date_entered',
88                         'title_key' => 'LBL_HISTORY_SUBPANEL_TITLE',
89                         'type' => 'collection',
90                         'subpanel_name' => 'history',   //this values is not associated with a physical file.
91                         'module'=>'History',
92
93                         'top_buttons' => array(
94                         array('widget_class' => 'SubPanelTopCreateNoteButton'),
95                         array('widget_class' => 'SubPanelTopArchiveEmailButton'),
96             array('widget_class' => 'SubPanelTopSummaryButton'),
97                         ),
98
99                         'collection_list' => array(
100                 'tasks' => array(
101                     'module' => 'Tasks',
102                     'subpanel_name' => 'ForHistory',
103                     'get_subpanel_data' => 'tasks',
104                 ),
105                 'tasks_parent' => array(
106                     'module' => 'Tasks',
107                     'subpanel_name' => 'ForHistory',
108                     'get_subpanel_data' => 'tasks_parent',
109                 ),
110                 'notes_parent' => array(
111                     'module' => 'Notes',
112                     'subpanel_name' => 'ForHistory',
113                     'get_subpanel_data' => 'notes_parent',
114                 ),
115                                 'meetings' => array(
116                                         'module' => 'Meetings',
117                                         'subpanel_name' => 'ForHistory',
118                                         'get_subpanel_data' => 'meetings',
119                                 ),
120                                 'calls' => array(
121                                         'module' => 'Calls',
122                                         'subpanel_name' => 'ForHistory',
123                                         'get_subpanel_data' => 'calls',
124                                 ),
125                                 'notes' => array(
126                                         'module' => 'Notes',
127                                         'subpanel_name' => 'ForHistory',
128                                         'get_subpanel_data' => 'notes',
129                                 ),
130                                 'emails' => array(
131                                         'module' => 'Emails',
132                                         'subpanel_name' => 'ForHistory',
133                                         'get_subpanel_data' => 'emails',
134                                 ),
135                                 'linkedemails' => array(
136                         'module' => 'Emails',
137                         'subpanel_name' => 'ForUnlinkedEmailHistory',
138                         'get_subpanel_data' => 'function:get_unlinked_email_query',
139                         'generate_select'=>true,
140                         'function_parameters' => array('return_as_array'=>'true'),
141                         ),
142                         )
143                 ),
144                 'documents' => array(
145             'order' => 25,
146             'module' => 'Documents',
147             'subpanel_name' => 'default',
148             'sort_order' => 'asc',
149             'sort_by' => 'id',
150             'title_key' => 'LBL_DOCUMENTS_SUBPANEL_TITLE',
151             'get_subpanel_data' => 'documents',
152             'top_buttons' =>
153             array (
154                 0 =>
155                 array (
156                     'widget_class' => 'SubPanelTopButtonQuickCreate',
157                     ),
158                 1 =>
159                 array (
160                     'widget_class' => 'SubPanelTopSelectButton',
161                     'mode' => 'MultiSelect',
162                     ),
163                 ),
164         ),
165                 'leads' => array(
166                         'order' => 60,
167                         'module' => 'Leads',
168                         'sort_order' => 'asc',
169                         'sort_by' => 'last_name, first_name',
170                         'subpanel_name' => 'default',
171                         'get_subpanel_data' => 'leads',
172                         'add_subpanel_data' => 'lead_id',
173                         'title_key' => 'LBL_LEADS_SUBPANEL_TITLE',
174                         'top_buttons' => array(
175                                 array('widget_class' => 'SubPanelTopCreateLeadNameButton'),
176                                 array('widget_class' => 'SubPanelTopSelectButton',
177                                         'popup_module' => 'Opportunities',
178                                         'mode' => 'MultiSelect',
179                                 ),
180                         ),
181                 ),
182                 'opportunities' => array(
183                         'order' => 30,
184                         'module' => 'Opportunities',
185                         'sort_order' => 'desc',
186                         'sort_by' => 'date_closed',
187                         'subpanel_name' => 'default',
188                         'get_subpanel_data' => 'opportunities',
189                         'add_subpanel_data' => 'opportunity_id',
190                         'title_key' => 'LBL_OPPORTUNITIES_SUBPANEL_TITLE',
191                         'top_buttons' => array(
192                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
193                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
194                         ),
195                 ),
196                 'cases' => array(
197                         'order' => 80,
198                         'sort_order' => 'desc',
199                         'sort_by' => 'case_number',
200                         'module' => 'Cases',
201                         'subpanel_name' => 'default',
202                         'get_subpanel_data' => 'cases',
203                         'add_subpanel_data' => 'case_id',
204                         'title_key' => 'LBL_CASES_SUBPANEL_TITLE',
205                         'top_buttons' => array(
206                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
207                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
208                         ),
209                 ),
210                 'bugs' => array(
211                         'order' => 90,
212                         'module' => 'Bugs',
213                         'sort_order' => 'desc',
214                         'sort_by' => 'bug_number',
215                         'subpanel_name' => 'default',
216                         'get_subpanel_data' => 'bugs',
217                         'add_subpanel_data' => 'bug_id',
218                         'title_key' => 'LBL_BUGS_SUBPANEL_TITLE',
219                         'top_buttons' => array(
220                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
221                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
222                         ),
223                 ),
224                 'contacts' => array(
225                         'order' => 100,
226                         'module' => 'Contacts',
227                         'sort_order' => 'asc',
228                         'sort_by' => 'last_name, first_name',
229                         'subpanel_name' => 'ForContacts',
230                         'get_subpanel_data' => 'direct_reports',
231                         'add_subpanel_data' => 'contact_id',
232                         'title_key' => 'LBL_DIRECT_REPORTS_SUBPANEL_TITLE',
233                         'top_buttons' => array(
234                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
235                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
236                         ),
237                 ),
238                 'project' => array(
239                         'order' => 110,
240                         'module' => 'Project',
241                         'sort_order' => 'asc',
242                         'sort_by' => 'name',
243                         'get_subpanel_data' => 'project',
244                         'subpanel_name' => 'default',
245                         'title_key' => 'LBL_PROJECTS_SUBPANEL_TITLE',
246                         'top_buttons' => array(
247                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
248                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect'),
249                         ),
250                 ),
251         'campaigns' => array(
252                         'order' => 70,
253                         'module' => 'CampaignLog',
254                         'sort_order' => 'desc',
255                         'sort_by' => 'activity_date',
256                         'get_subpanel_data'=>'campaigns',
257                         'subpanel_name' => 'ForTargets',
258                         'title_key' => 'LBL_CAMPAIGN_LIST_SUBPANEL_TITLE',
259                 ),
260         ),
261 );
262 ?>