]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/MailMerge/Step2.html
Release 6.2.0
[Github/sugarcrm.git] / modules / MailMerge / Step2.html
1 <!--
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 /*********************************************************************************
38  * {APP.LBL_CURRENCY_SYM}Header: /cvsroot/sugarcrm/sugarcrm/modules/Contacts/EditView.html,v 1.22 2004/07/16 04:04:42 sugarclint Exp {APP.LBL_CURRENCY_SYM}
39  ********************************************************************************/
40 -->
41 <!-- BEGIN: main -->
42 <!-- BEGIN: error -->
43 <span class="error">{ERROR}</span>
44 <!-- END: error -->
45
46
47                         <form enctype="multipart/form-data" name="MailMerge" method="POST" action="index.php">
48                         <input type="hidden" name="module" value="MailMerge">
49                         <input type="hidden" name="step" id="step" value="{STEP}">
50                         <input type="hidden" name="action" value="index">
51                         <input type="hidden" name="return_module" value="{RETURN_MODULE}">
52                         <input type="hidden" name="return_id" value="{RETURN_ID}">
53                         <input type="hidden" name="return_action" value="{RETURN_ACTION}">              
54                         <input type="hidden" name="selected_objects" id="selected_objects">
55 <p>
56 <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view">
57 <tr>
58 <td>
59         <table border="0" cellspacing="0" cellpadding="0">
60         <tr>
61         <th align="left" scope="row" colspan="2"><h4 class="">{MAIL_MERGE_HEADER_STEP_2}</h4></th>
62         </tr>
63         <tr><td><slot>&nbsp;</slot></td></tr>
64         <tr>
65         <td><input type='text' id="searchText" name="searchText"></td>
66         <td><input type="button" id="searchSubmit" value="Search" onClick="search();" class='button'></td>
67         </tr>
68         <tr><td>{MAIL_MERGE_CAMPAIGN_PROSPECT_SELECTOR}</td></tr>
69         </table>
70         <table>
71         <tr>
72                 <td>
73                 {MAILMERGE_PREV}
74                 <span id="result_count"></span>
75                 {MAILMERGE_NEXT}
76                 </td>
77                 </tr>
78         <tr>
79         <td  colspan='1'>
80         
81                 <table border="0" cellspacing="0" cellpadding="0">
82                         <tr>
83                                 <td scope="row">Available
84                                         <table>
85                                                 <tr>
86                                                         <td><slot><select id="display_objs" name="display_objs[]" size="10" multiple="multiple" ></select></slot></td>
87                                                 </tr>
88                                         </table>
89                                 </td>
90                         </tr>
91                 </table>
92         </td>
93         <td>
94         {MAILMERGE_LEFT_TO_RIGHT}
95         <br>
96         {MAILMERGE_RIGHT_TO_LEFT}
97         </td>
98         <td  colspan='1'>
99         
100                 <table border="0" cellspacing="0" cellpadding="0">
101                         <tr>
102                                 <td scope="row">Selected
103                                         <table>
104                                                 <tr>
105                                                         <td><slot><select id="selected_objs" name="selected_objs[]" size="10" multiple="multiple" >{MAILMERGE_PRESELECTED_OBJECTS}</select></slot></td>
106                                                 </tr>
107                                         </table>
108                                 </td>
109                         </tr>
110                 </table>
111         </td>
112         </tr>
113 </table>
114 </td>
115 </tr>
116 <tr><td>{MAIL_MERGE_CONTAINS_CONTACT_INFO}</td></tr>
117 </table>
118 </p>
119 <p><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr> 
120         <td align="left"><input id="prevButton" title="{MOD.LBL_BACK}" accessKey="" class="button" type="submit" name="button" value="  {MOD.LBL_BACK}  "  onclick="this.form.step.value='1'; return true;"></td>
121         <td align="right"><input id="nextButton" title="{MOD.LBL_NEXT}" accessKey="" class="button" type="submit" name="button" value="  {MOD.LBL_NEXT}  "  onclick="set_selected_items();return validateForm();"></td>
122 </tr>
123 </table>  </p>
124         </form>
125 {JAVASCRIPT}
126 <script type="text/javascript" src="include/JSON.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
127 <script type="text/javascript" src="include/jsolait/init.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
128 <script type="text/javascript">{JSON_CONFIG_JAVASCRIPT}</script>
129 <script type="text/javascript" src="include/javascript/jsclass_base.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
130 <script type="text/javascript" src="include/javascript/jsclass_async.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
131
132 <script>
133 var module = "{MAILMERGE_MODULE}";
134 var mOffset = 0;
135 var max = 20;
136 var mWhere = "{MAILMERGE_WHERE}";
137 var orderBy = '';
138
139 function ResponseObj()
140 {
141 }
142
143 ResponseObj.prototype.response = function (result) 
144 {        
145
146         var prevButton = document.getElementById("prevButton");
147         var nextButton = document.getElementById("nextButton");
148         
149         var prevItems = document.getElementById("prevItems");
150         var nextItems= document.getElementById("nextItems");
151         var dispCount = max;
152         var dispMin = mOffset;
153         if(result.result_count < max)
154         {
155                 dispCount = result.result_count;
156                 nextItems.disabled = true;
157         }
158         if(result.result_count - max == mOffset)
159         {
160                 nextItems.disabled = true;
161         }
162         else
163         {
164                 nextItems.disabled = false;
165         }
166         if(mOffset == 0)
167         {
168                 prevItems.disabled = true;
169         }
170         else
171         {
172                 prevItems.disabled = false;
173         }
174         if(result.result_count > 0)
175         {
176                 dispMin = mOffset + 1;
177         }
178         var spanText = "("+(dispMin) + " - " +(mOffset+dispCount) + " of " + result.result_count+")";
179         document.getElementById("result_count").innerHTML = spanText;
180         var displayObjs = document.getElementById("display_objs");
181         displayObjs.options.length = 0;
182         var isLeadOrContact = false;
183         if(module == 'Contacts' || module == 'Leads' || module == 'CampaignProspects')
184         {
185                 isLeadOrContact = true;
186         }
187         for (i = 0; i < result.entry_list.length; i++)
188         {
189                 var id = '';
190                 var name = '';
191                 var name1 = '';
192                 var name2 = '';
193                 id = result.entry_list[i]['name_value_list'].id.value;
194                 if(isLeadOrContact)
195                 {
196                         name1 = result.entry_list[i]['name_value_list'].first_name.value;
197                         name2 = result.entry_list[i]['name_value_list'].last_name.value;
198                 }
199                 else
200                 {
201                         name1 = '';
202                         name2 = result.entry_list[i]['name_value_list'].name.value;
203                 }
204                 name = name1 + ' ' + name2;
205                 displayObjs.options[displayObjs.length] = new Option(name, id);
206         }
207             
208         prevButton.disabled = false;
209         nextButton.disabled = false;
210 }
211 function increaseOffset()
212 {
213         mOffset += 20;
214 }
215
216 function decreaseOffset()
217 {
218         mOffset -= 20;
219 }
220
221 function getObjects()
222 {
223         var prevButton = document.getElementById("prevButton");
224         var nextButton = document.getElementById("nextButton");
225         
226         prevButton.disabled = true;
227         nextButton.disabled = true;
228         getOrderBy();
229         
230         //rrs
231         //mWhere = "campaigns.id = '9be5dd91-d20b-c5fd-1769-4554d8eede05'";
232
233         query = {"module":module, "offset":mOffset, "where":mWhere, "max":max, "order_by":orderBy};
234
235         req_id = global_rpcClient.call_method('get_objects_from_module',query);
236         
237         var res = new ResponseObj();
238     global_request_registry[req_id] = [ res,'response']; 
239
240 }
241
242 function moveRight()
243 {
244         var displayObjs =  document.getElementById("display_objs");
245         var selObjs = document.getElementById("selected_objs");
246         
247         for (i=0;i<displayObjs.options.length;i++)
248         {
249                 if(displayObjs[i].selected)
250                 {
251                         var current = displayObjs.options[i];
252                         selObjs.options.add(new Option(current.text, current.value));
253                 }
254         }
255         //remove them now
256         for (i = displayObjs.length - 1; i>=0; i--) {
257         try
258         {
259                 if(displayObjs.options[i].selected)
260                 {
261                         displayObjs.remove(i);          
262                 }
263         }
264                 catch(e){}
265                 
266         }
267 }
268
269 function moveLeft()
270 {
271         var selObjs = document.getElementById("selected_objs");
272         var displayObjs =  document.getElementById("display_objs");
273         for (i=0;i<selObjs.options.length;i++)
274         {
275                 if(selObjs[i].selected)
276                 {
277                         var current = selObjs.options[i];
278                         displayObjs.options.add(new Option(current.text, current.value));
279                 }
280         }
281         for (i = selObjs.length - 1; i>=0; i--) {
282         try
283         {
284                 if(selObjs.options[i].selected)
285                 {
286                         selObjs.remove(i);
287
288                 }
289         }
290                 catch(e){}
291                 
292         }
293 }
294
295 function set_selected_items()
296 {
297 var selObjs = document.getElementById("selected_objs");
298
299 var containsContactInfo = document.getElementById("contains_contact_info");
300 var step = document.getElementById("step");
301 var selected_objects = '';
302
303 for(i=0; i < selObjs.options.length ;i++)
304 {
305          selected_objects += selObjs.options[i].value+"="+selObjs.options[i].text.replace(/&/g, "##")+"&";
306 }
307
308         document.MailMerge.selected_objects.value = selected_objects;
309 //BEGIN CHANGE 38959 -- raagaard
310         if(containsContactInfo != null && containsContactInfo.options[containsContactInfo.selectedIndex].value)
311 //END CHANGE 38959 -- raagaard
312         {
313                 step.value = "3";
314         }
315         else
316         {
317                 step.value = "4";
318         }
319
320 }
321
322 function search(searchText)
323 {
324         var searchInput = document.getElementById("searchText");
325         searchText = searchInput.value;
326         var where = '';
327         if(searchText != '')
328         {
329                 if(module == 'Contacts' || module == 'Leads')
330                 {
331                         where = module+".first_name like '%"+searchText+"%' OR "+module+".last_name like '%"+searchText+"%'";
332                 }
333                 else if(module == 'CampaignProspects'){
334                         var prospectType = document.getElementById("campaign_prospect_type");
335                         var lmodule = prospectType.value.toLowerCase();
336                         var campign_where = "{MAILMERGE_WHERE}";
337                         where = lmodule+".first_name like '%"+searchText+"%' OR "+lmodule+".last_name like '%"+searchText+"%'";
338                         if(campign_where)
339                                 where += " AND "+campign_where ;
340                         where += "  AND related_type = #"+lmodule+"#"
341                 }
342                 else
343                 {
344                         where = module+".name like '"+searchText+"%'";
345                 }
346         }
347         mWhere = where.toLowerCase();
348         getObjects();
349 }
350
351 function getOrderBy()
352 {
353         var order = '';
354         if(module == 'Contacts' || module == 'Leads')
355         {
356                 order = module+".last_name";
357         }
358         else
359         {
360                 order = module+".name";
361         }
362         
363         orderBy = order.toLowerCase();
364 }
365 function validateForm()
366 {
367         var selObjs = document.getElementById("selected_objs");
368         
369         if(selObjs.options.length > 0)
370         {
371                 return true;
372         }
373         else
374         {
375                 alert("Please select at least one item.");
376                 return false;
377         }       
378 }
379 if({MAILMERGE_GET_OBJECTS}){
380         getObjects();
381 }
382 </script>
383 <!-- END: main -->