]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Accounts/metadata/listviewdefs.php
Release 6.5.0
[Github/sugarcrm.git] / modules / Accounts / metadata / listviewdefs.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
41 $listViewDefs ['Accounts'] = 
42 array (
43   'NAME' => 
44   array (
45     'width' => '20%',
46     'label' => 'LBL_LIST_ACCOUNT_NAME',
47     'link' => true,
48     'default' => true,
49   ),
50   'BILLING_ADDRESS_CITY' => 
51   array (
52     'width' => '10%',
53     'label' => 'LBL_LIST_CITY',
54     'default' => true,
55   ),
56   'BILLING_ADDRESS_COUNTRY' => 
57   array (
58     'width' => '10%',
59     'label' => 'LBL_BILLING_ADDRESS_COUNTRY',
60     'default' => true,
61   ),
62   'PHONE_OFFICE' => 
63   array (
64     'width' => '10%',
65     'label' => 'LBL_LIST_PHONE',
66     'default' => true,
67   ),
68   'ASSIGNED_USER_NAME' => 
69   array (
70     'width' => '10%',
71     'label' => 'LBL_LIST_ASSIGNED_USER',
72     'module' => 'Employees',
73     'id' => 'ASSIGNED_USER_ID',
74     'default' => true,
75   ),
76   'ACCOUNT_TYPE' => 
77   array (
78     'width' => '10%',
79     'label' => 'LBL_TYPE',
80     'default' => false,
81   ),
82   'INDUSTRY' => 
83   array (
84     'width' => '10%',
85     'label' => 'LBL_INDUSTRY',
86     'default' => false,
87   ),
88   'ANNUAL_REVENUE' => 
89   array (
90     'width' => '10%',
91     'label' => 'LBL_ANNUAL_REVENUE',
92     'default' => false,
93   ),
94   'PHONE_FAX' => 
95   array (
96     'width' => '10%',
97     'label' => 'LBL_PHONE_FAX',
98     'default' => false,
99   ),
100   'BILLING_ADDRESS_STREET' => 
101   array (
102     'width' => '15%',
103     'label' => 'LBL_BILLING_ADDRESS_STREET',
104     'default' => false,
105   ),
106   'BILLING_ADDRESS_STATE' => 
107   array (
108     'width' => '7%',
109     'label' => 'LBL_BILLING_ADDRESS_STATE',
110     'default' => false,
111   ),
112   'BILLING_ADDRESS_POSTALCODE' => 
113   array (
114     'width' => '10%',
115     'label' => 'LBL_BILLING_ADDRESS_POSTALCODE',
116     'default' => false,
117   ),
118   'SHIPPING_ADDRESS_STREET' => 
119   array (
120     'width' => '15%',
121     'label' => 'LBL_SHIPPING_ADDRESS_STREET',
122     'default' => false,
123   ),
124   'SHIPPING_ADDRESS_CITY' => 
125   array (
126     'width' => '10%',
127     'label' => 'LBL_SHIPPING_ADDRESS_CITY',
128     'default' => false,
129   ),
130   'SHIPPING_ADDRESS_STATE' => 
131   array (
132     'width' => '7%',
133     'label' => 'LBL_SHIPPING_ADDRESS_STATE',
134     'default' => false,
135   ),
136   'SHIPPING_ADDRESS_POSTALCODE' => 
137   array (
138     'width' => '10%',
139     'label' => 'LBL_SHIPPING_ADDRESS_POSTALCODE',
140     'default' => false,
141   ),
142   'SHIPPING_ADDRESS_COUNTRY' => 
143   array (
144     'width' => '10%',
145     'label' => 'LBL_SHIPPING_ADDRESS_COUNTRY',
146     'default' => false,
147   ),
148   'RATING' => 
149   array (
150     'width' => '10%',
151     'label' => 'LBL_RATING',
152     'default' => false,
153   ),
154   'PHONE_ALTERNATE' => 
155   array (
156     'width' => '10%',
157     'label' => 'LBL_OTHER_PHONE',
158     'default' => false,
159   ),
160   'WEBSITE' => 
161   array (
162     'width' => '10%',
163     'label' => 'LBL_WEBSITE',
164     'default' => false,
165   ),
166   'OWNERSHIP' => 
167   array (
168     'width' => '10%',
169     'label' => 'LBL_OWNERSHIP',
170     'default' => false,
171   ),
172   'EMPLOYEES' => 
173   array (
174     'width' => '10%',
175     'label' => 'LBL_EMPLOYEES',
176     'default' => false,
177   ),
178   'SIC_CODE' => 
179   array (
180     'width' => '10%',
181     'label' => 'LBL_SIC_CODE',
182     'default' => false,
183   ),
184   'TICKER_SYMBOL' => 
185   array (
186     'width' => '10%',
187     'label' => 'LBL_TICKER_SYMBOL',
188     'default' => false,
189   ),
190   'DATE_MODIFIED' => 
191   array (
192     'width' => '5%',
193     'label' => 'LBL_DATE_MODIFIED',
194     'default' => false,
195   ),
196   'CREATED_BY_NAME' => 
197   array (
198     'width' => '10%',
199     'label' => 'LBL_CREATED',
200     'default' => false,
201   ),
202   'MODIFIED_BY_NAME' => 
203   array (
204     'width' => '10%',
205     'label' => 'LBL_MODIFIED',
206     'default' => false,
207   ),
208   'EMAIL1' => 
209   array(
210     'width' => '15%', 
211     'label' => 'LBL_EMAIL_ADDRESS',
212     'sortable' => false,
213     'link' => true,
214     'customCode' => '{$EMAIL1_LINK}{$EMAIL1}</a>',
215     'default' => true
216   ),  
217   'DATE_ENTERED' => 
218   array (
219     'width' => '5%',
220     'label' => 'LBL_DATE_ENTERED',
221     'default' => true,
222   ),  
223 );
224 ?>