]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Accounts/metadata/subpaneldefs.php
Release 6.1.4
[Github/sugarcrm.git] / modules / Accounts / metadata / subpaneldefs.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
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' => 'ForHistory',
119                                         'get_subpanel_data' => 'emails',
120                                 ),      
121                                 'linkedemails' => array(
122                         'module' => 'Emails',
123                         'subpanel_name' => 'ForUnlinkedEmailHistory',
124                         'get_subpanel_data' => 'function:get_unlinked_email_query',
125                         'generate_select'=>true,
126                         'function_parameters' => array('return_as_array'=>'true'),
127                         ),          
128                         )                       
129                 ),
130                 'contacts' => array(
131                         'order' => 30,
132                         'module' => 'Contacts',
133                         'sort_order' => 'asc',
134                         'sort_by' => 'last_name, first_name',
135                         'subpanel_name' => 'ForAccounts',
136                         'get_subpanel_data' => 'contacts',
137                         'add_subpanel_data' => 'contact_id',
138                         'title_key' => 'LBL_CONTACTS_SUBPANEL_TITLE',
139                         'top_buttons' => array(
140                                 array('widget_class' => 'SubPanelTopCreateAccountNameButton'),
141                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
142                         ),
143
144                 ),              
145                 'opportunities' => array(
146                         'order' => 40,
147                         'module' => 'Opportunities',
148                         'subpanel_name' => 'ForAccounts',
149                         'sort_order' => 'desc',
150                         'sort_by' => 'date_closed',
151                         'get_subpanel_data' => 'opportunities',
152                         'add_subpanel_data' => 'opportunity_id',
153                         'title_key' => 'LBL_OPPORTUNITIES_SUBPANEL_TITLE',
154                         'top_buttons' => array(
155                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
156                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
157                         ),
158                 ),
159                 'leads' => array(
160                         'order' => 80,
161                         'module' => 'Leads',
162                         'sort_order' => 'asc',
163                         'sort_by' => 'last_name, first_name',
164                         'subpanel_name' => 'default',
165                         'get_subpanel_data' => 'leads',
166                         'add_subpanel_data' => 'lead_id',
167                         'title_key' => 'LBL_LEADS_SUBPANEL_TITLE',
168                         'top_buttons' => array(
169                                 array('widget_class' => 'SubPanelTopCreateLeadNameButton'),
170                                 array('widget_class' => 'SubPanelTopSelectButton',
171                                         'popup_module' => 'Opportunities',
172                                         'mode' => 'MultiSelect', 
173                                 ),
174                         ),
175                         
176                 ),
177                 'cases' => array(
178                         'order' => 100,
179                         'sort_order' => 'desc',
180                         'sort_by' => 'case_number',
181                         'module' => 'Cases',
182                         'subpanel_name' => 'ForAccounts',
183                         'get_subpanel_data' => 'cases',
184                         'add_subpanel_data' => 'case_id',
185                         'title_key' => 'LBL_CASES_SUBPANEL_TITLE',
186                         'top_buttons' => array(
187                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
188                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
189                         ),
190                 ),
191                 'accounts' => array(
192                         'order' => 90,
193                         'sort_order' => 'asc',
194                         'sort_by' => 'name',
195                         'module' => 'Accounts',
196                         'subpanel_name' => 'default',
197                         'get_subpanel_data' => 'members',
198                         'add_subpanel_data' => 'member_id',
199                         'title_key' => 'LBL_MEMBER_ORG_SUBPANEL_TITLE',
200                         'top_buttons' => array(
201                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
202                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
203                         ),
204                 ),
205                 'bugs' => array(
206                         'order' => 110,
207                         'sort_order' => 'desc',
208                         'sort_by' => 'bug_number',
209                         'module' => 'Bugs',
210                         'subpanel_name' => 'default',
211                         'get_subpanel_data' => 'bugs',
212                         'add_subpanel_data' => 'bug_id',
213                         'title_key' => 'LBL_BUGS_SUBPANEL_TITLE',
214                         'top_buttons' => array(
215                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
216                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
217                         ),
218                 ),
219                 'project' => array(
220                         'order' => 120,
221                         'sort_order' => 'asc',
222                         'sort_by' => 'name',
223                         'module' => 'Project',
224                         'subpanel_name' => 'default',
225                         'get_subpanel_data' => 'project',
226                         'add_subpanel_data' => 'project_id',
227                         'title_key' => 'LBL_PROJECTS_SUBPANEL_TITLE',
228                         'top_buttons' => array(
229                                 array('widget_class' => 'SubPanelTopButtonQuickCreate'),
230                                 array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect'),
231                         ),
232                 ),
233         ),
234 );
235 ?>