]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Accounts/metadata/listviewdefs.php
Release 6.2.0
[Github/sugarcrm.git] / tests / modules / UpgradeWizard / SugarMerge / siupgrade_metadata_files / custom / modules / Accounts / metadata / listviewdefs.php
1 <?php
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 $listViewDefs ['Accounts'] = 
38 array (
39   'NAME' => 
40   array (
41     'width' => '40%',
42     'label' => 'LBL_LIST_ACCOUNT_NAME',
43     'link' => true,
44     'default' => true,
45   ),
46   'BILLING_ADDRESS_CITY' => 
47   array (
48     'width' => '10%',
49     'label' => 'LBL_LIST_CITY',
50     'default' => true,
51   ),
52   'BILLING_ADDRESS_STATE' => 
53   array (
54     'width' => '7%',
55     'label' => 'LBL_BILLING_ADDRESS_STATE',
56     'default' => true,
57   ),
58   'PHONE_OFFICE' => 
59   array (
60     'width' => '10%',
61     'label' => 'LBL_LIST_PHONE',
62     'default' => true,
63   ),
64   'TEAM_NAME' => 
65   array (
66     'width' => '2%',
67     'label' => 'LBL_LIST_TEAM',
68     'default' => true,
69   ),
70   'ASSIGNED_USER_NAME' => 
71   array (
72     'width' => '2%',
73     'label' => 'LBL_LIST_ASSIGNED_USER',
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_POSTALCODE' => 
107   array (
108     'width' => '10%',
109     'label' => 'LBL_BILLING_ADDRESS_POSTALCODE',
110     'default' => false,
111   ),
112   'BILLING_ADDRESS_COUNTRY' => 
113   array (
114     'width' => '10%',
115     'label' => 'LBL_BILLING_ADDRESS_COUNTRY',
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   'DATE_ENTERED' => 
197   array (
198     'width' => '5%',
199     'label' => 'LBL_DATE_ENTERED',
200     'default' => false,
201   ),
202   'CREATED_BY_NAME' => 
203   array (
204     'width' => '10%',
205     'label' => 'LBL_CREATED',
206     'default' => false,
207   ),
208   'MODIFIED_BY_NAME' => 
209   array (
210     'width' => '2%',
211     'label' => 'LBL_MODIFIED',
212     'default' => false,
213   ),
214 );
215 ?>