-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.php
212 lines (203 loc) · 6.43 KB
/
manifest.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<?PHP
$manifest = array(
'acceptable_sugar_versions' => array("regex_matches" => array("5.1.*", "5.2.*", "5.5.*", "6.0.*", "6.1.*", "6.2.*", "6.3.*", "6.4.*", "6.5.*")),
'name' => 'ZuckerReports',
'description' => 'ZuckerReports',
'author' => 'ZuckerFriends.com',
'published_date' => '2011/06/17',
'version' => '1.14',
'type' => 'module',
'icon' => 'include/images/ZuckerReports.gif',
'is_uninstallable' => 'true',
);
$installdefs = array(
'id'=> 'ZuckerReports',
'image_dir' => '<basepath>/icons',
'copy' => array(
array('from'=> '<basepath>/include/images/ZuckerReports.gif',
'to'=> 'include/images/ZuckerReports.gif',
),
array('from'=> '<basepath>/modules/ZuckerReportContainer',
'to'=> 'modules/ZuckerReportContainer',
),
array('from'=> '<basepath>/modules/ZuckerReportModuleLink',
'to'=> 'modules/ZuckerReportModuleLink',
),
array('from'=> '<basepath>/modules/ZuckerReportParameter',
'to'=> 'modules/ZuckerReportParameter',
),
array('from'=> '<basepath>/modules/ZuckerReportParameterLink',
'to'=> 'modules/ZuckerReportParameterLink',
),
array('from'=> '<basepath>/modules/ZuckerReports',
'to'=> 'modules/ZuckerReports',
),
array('from'=> '<basepath>/modules/ZuckerReportTemplate',
'to'=> 'modules/ZuckerReportTemplate',
),
array('from'=> '<basepath>/modules/ZuckerWordTemplate',
'to'=> 'modules/ZuckerWordTemplate',
),
array('from'=> '<basepath>/modules/ZuckerQueryTemplate',
'to'=> 'modules/ZuckerQueryTemplate',
),
array('from'=> '<basepath>/modules/ZuckerListingTemplate',
'to'=> 'modules/ZuckerListingTemplate',
),
array('from'=> '<basepath>/modules/ZuckerListingTemplateFilter',
'to'=> 'modules/ZuckerListingTemplateFilter',
),
array('from'=> '<basepath>/modules/ZuckerListingTemplateOrder',
'to'=> 'modules/ZuckerListingTemplateOrder',
),
array('from'=> '<basepath>/modules/ZuckerRunnableReport',
'to'=> 'modules/ZuckerRunnableReport',
),
),
'language'=> array(
array('from'=> '<basepath>/application/app_strings.en_us.lang.php',
'to_module'=> 'application',
'language'=>'en_us'
),
array('from'=> '<basepath>/application/app_strings.ru_ru.lang.php',
'to_module'=> 'application',
'language'=>'ru_ru'
),
array('from'=> '<basepath>/application/app_strings.ge_ge.lang.php',
'to_module'=> 'application',
'language'=>'ge_ge'
),
array('from'=> '<basepath>/application/app_strings.es_es.lang.php',
'to_module'=> 'application',
'language'=>'es_es'
),
array('from'=> '<basepath>/application/app_strings.fr_FR.lang.php',
'to_module'=> 'application',
'language'=>'fr_FR'
),
array('from'=> '<basepath>/application/mod_strings_schedulers.en_us.lang.php',
'to_module'=> 'Schedulers',
'language'=>'en_us'
),
array('from'=> '<basepath>/application/mod_strings_schedulers.ge_ge.lang.php',
'to_module'=> 'Schedulers',
'language'=>'ge_ge'
),
),
'beans'=> array(
array('module'=> 'ZuckerReports',
'class'=> 'ZuckerReport',
'path'=> 'modules/ZuckerReports/ZuckerReport.php',
'tab'=> true,
),
array('module'=> 'ZuckerReportContainer',
'class'=> 'ReportContainer',
'path'=> 'modules/ZuckerReportContainer/ReportContainer.php',
'tab'=> false,
),
array('module'=> 'ZuckerReportModuleLink',
'class'=> 'ReportModuleLink',
'path'=> 'modules/ZuckerReportModuleLink/ReportModuleLink.php',
'tab'=> false,
),
array('module'=> 'ZuckerReportParameter',
'class'=> 'ReportParameter',
'path'=> 'modules/ZuckerReportParameter/ReportParameter.php',
'tab'=> false,
),
array('module'=> 'ZuckerReportParameterLink',
'class'=> 'ReportParameterLink',
'path'=> 'modules/ZuckerReportParameterLink/ReportParameterLink.php',
'tab'=> false,
),
array('module'=> 'ZuckerReportTemplate',
'class'=> 'ReportTemplate',
'path'=> 'modules/ZuckerReportTemplate/ReportTemplate.php',
'tab'=> false,
),
array('module'=> 'ZuckerWordTemplate',
'class'=> 'WordTemplate',
'path'=> 'modules/ZuckerWordTemplate/WordTemplate.php',
'tab'=> false,
),
array('module'=> 'ZuckerQueryTemplate',
'class'=> 'QueryTemplate',
'path'=> 'modules/ZuckerQueryTemplate/QueryTemplate.php',
'tab'=> false,
),
array('module'=> 'ZuckerListingTemplate',
'class'=> 'ListingTemplate',
'path'=> 'modules/ZuckerListingTemplate/ListingTemplate.php',
'tab'=> false,
),
array('module'=> 'ZuckerListingTemplateFilter',
'class'=> 'ListingTemplateFilter',
'path'=> 'modules/ZuckerListingTemplateFilter/ListingTemplateFilter.php',
'tab'=> false,
),
array('module'=> 'ZuckerListingTemplateOrder',
'class'=> 'ListingTemplateOrder',
'path'=> 'modules/ZuckerListingTemplateOrder/ListingTemplateOrder.php',
'tab'=> false,
),
array('module'=> 'ZuckerRunnableReport',
'class'=> 'RunnableReport',
'path'=> 'modules/ZuckerRunnableReport/RunnableReport.php',
'tab'=> false,
),
),
'relationships'=>array(
array(
'module'=> 'ZuckerReportContainer',
'meta_data'=>'<basepath>/zuckerreports_MetaData.php',
'module_vardefs'=>'<basepath>/modules/ZuckerReportContainer/vardefs.php',
),
),
'dashlets'=>array(
),
'scheduledefs'=>array(
array('from'=> '<basepath>/scheduledtasks.ext.php'),
),
'menu'=> array(
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Accounts',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Contacts',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Leads',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Cases',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Opportunities',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Project',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'ProjectTask',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Quotes',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Bugs',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Tasks',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Emails',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Calls',
),
array('from'=> '<basepath>/menu.ext.php',
'to_module'=> 'Meetings',
),
)
);
?>