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