]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/MailMerge/Step2.html
Release 6.2.3
[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" onsubmit='return false'>
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" ONKEYDOWN="javascript:return displayKeyCode(event)"></td>
66         <td><input type="submit" id="searchSubmit" value="Search" accessKey="" 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 submit_form();"></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">{JSON_CONFIG_JAVASCRIPT}</script>
127 <script type="text/javascript" src="include/javascript/jsclass_base.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
128 <script type="text/javascript" src="include/javascript/jsclass_async.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
129
130 <script>
131 var module = "{MAILMERGE_MODULE}";
132 var mOffset = 0;
133 var max = 20;
134 var mWhere = "{MAILMERGE_WHERE}";
135 var orderBy = '';
136
137 function submit_form()
138 {
139         document.MailMerge.action='index.php';
140         document.MailMerge.submit();
141 }
142
143 function ResponseObj()
144 {
145 }
146
147 ResponseObj.prototype.response = function (result) 
148 {        
149
150         var prevButton = document.getElementById("prevButton");
151         var nextButton = document.getElementById("nextButton");
152         
153         var prevItems = document.getElementById("prevItems");
154         var nextItems= document.getElementById("nextItems");
155         var dispCount = max;
156         var dispMin = mOffset;
157         if(result.result_count < max)
158         {
159                 dispCount = result.result_count;
160                 nextItems_disabled = true;
161         }
162         if(result.result_count < (mOffset + max))
163         {
164                 nextItems_disabled = true;
165         }
166         else
167         {
168                 nextItems_disabled = false;
169         }
170         if(mOffset == 0)
171         {
172                 prevItems_disabled = true;
173         }
174         else
175         {
176                 prevItems_disabled = false;
177         }
178         if(result.result_count > 0)
179         {
180                 dispMin = mOffset + 1;
181         }
182     var spanMax = 0 + parseInt(mOffset,10) + parseInt(dispCount,10);
183     if ( spanMax > parseInt(result.result_count,10) ) {
184         spanMax = parseInt(result.result_count);
185     }
186         var spanText = "("+(dispMin) + " - " + spanMax + " of " + result.result_count+")";
187         document.getElementById("result_count").innerHTML = spanText;
188         var displayObjs = document.getElementById("display_objs");
189         displayObjs.options.length = 0;
190         var isLeadOrContact = false;
191         if(module == 'Contacts' || module == 'Leads' || module == 'CampaignProspects')
192         {
193                 isLeadOrContact = true;
194         }
195         for (i = 0; i < result.entry_list.length; i++)
196         {
197                 var id = '';
198                 var name = '';
199                 var name1 = '';
200                 var name2 = '';
201                 id = result.entry_list[i]['name_value_list'].id.value;
202                 if(isLeadOrContact)
203                 {
204                         name1 = result.entry_list[i]['name_value_list'].first_name.value;
205                         name2 = result.entry_list[i]['name_value_list'].last_name.value;
206                 }
207                 else
208                 {
209                         name1 = '';
210                         name2 = result.entry_list[i]['name_value_list'].name.value;
211                 }
212                 name = name1 + ' ' + name2;
213                 displayObjs.options[displayObjs.length] = new Option(name, id);
214         }
215             
216         prevButton.disabled = false;
217         nextButton.disabled = false;
218 }
219 function increaseOffset()
220 {
221     if(!nextItems_disabled) {
222         mOffset += 20;
223         getObjects();
224     }
225 }
226
227 function decreaseOffset()
228 {
229     if(!prevItems_disabled) {
230             mOffset -= 20;
231         getObjects();
232     }
233 }
234
235 function getObjects()
236 {
237         var prevButton = document.getElementById("prevButton");
238         var nextButton = document.getElementById("nextButton");
239         
240         prevButton.disabled = true;
241         nextButton.disabled = true;
242         getOrderBy();
243         
244         //rrs
245         //mWhere = "campaigns.id = '9be5dd91-d20b-c5fd-1769-4554d8eede05'";
246
247         query = {"module":module, "offset":mOffset, "where":mWhere, "max":max, "order_by":orderBy};
248
249         req_id = global_rpcClient.call_method('get_objects_from_module',query);
250         
251         var res = new ResponseObj();
252     global_request_registry[req_id] = [ res,'response']; 
253
254 }
255
256 function moveRight()
257 {
258         var displayObjs =  document.getElementById("display_objs");
259         var selObjs = document.getElementById("selected_objs");
260         
261         for (i=0;i<displayObjs.options.length;i++)
262         {
263                 if(displayObjs[i].selected)
264                 {
265                         var current = displayObjs.options[i];
266                         selObjs.options.add(new Option(current.text, current.value));
267                 }
268         }
269         //remove them now
270         for (i = displayObjs.length - 1; i>=0; i--) {
271         try
272         {
273                 if(displayObjs.options[i].selected)
274                 {
275                         displayObjs.remove(i);          
276                 }
277         }
278                 catch(e){}
279                 
280         }
281 }
282
283 function moveLeft()
284 {
285         var selObjs = document.getElementById("selected_objs");
286         var displayObjs =  document.getElementById("display_objs");
287         for (i=0;i<selObjs.options.length;i++)
288         {
289                 if(selObjs[i].selected)
290                 {
291                         var current = selObjs.options[i];
292                         displayObjs.options.add(new Option(current.text, current.value));
293                 }
294         }
295         for (i = selObjs.length - 1; i>=0; i--) {
296         try
297         {
298                 if(selObjs.options[i].selected)
299                 {
300                         selObjs.remove(i);
301
302                 }
303         }
304                 catch(e){}
305                 
306         }
307 }
308
309 function set_selected_items()
310 {
311 var selObjs = document.getElementById("selected_objs");
312
313 var containsContactInfo = document.getElementById("contains_contact_info");
314 var step = document.getElementById("step");
315 var selected_objects = '';
316
317 for(i=0; i < selObjs.options.length ;i++)
318 {
319          selected_objects += selObjs.options[i].value+"="+selObjs.options[i].text.replace(/&/g, "##")+"&";
320 }
321
322         document.MailMerge.selected_objects.value = selected_objects;
323 //BEGIN CHANGE 38959 -- raagaard
324         if(containsContactInfo != null && containsContactInfo.options[containsContactInfo.selectedIndex].value)
325 //END CHANGE 38959 -- raagaard
326         {
327                 step.value = "3";
328         }
329         else
330         {
331                 step.value = "4";
332         }
333
334 }
335
336 function displayKeyCode(evt)
337  {
338          var charCode = (evt.which) ? evt.which : event.keyCode;
339          if(charCode=='13')
340          {
341                  search();
342          }
343  }
344
345 function search(searchText)
346 {
347         var searchInput = document.getElementById("searchText");
348         searchText = searchInput.value;
349         var where = '';
350         if(searchText != '')
351         {
352                 if(module == 'Contacts' || module == 'Leads')
353                 {
354                         where = module+".first_name like '%"+searchText+"%' OR "+module+".last_name like '%"+searchText+"%'";
355                 }
356                 else if(module == 'CampaignProspects'){
357                         var prospectType = document.getElementById("campaign_prospect_type");
358                         var lmodule = prospectType.value.toLowerCase();
359                         var campign_where = "{MAILMERGE_WHERE}";
360                         where = lmodule+".first_name like '%"+searchText+"%' OR "+lmodule+".last_name like '%"+searchText+"%'";
361                         if(campign_where)
362                                 where += " AND "+campign_where ;
363                         where += "  AND related_type = #"+lmodule+"#"
364                 }
365                 else
366                 {
367                         where = module+".name like '"+searchText+"%'";
368                 }
369         }
370         mWhere = where.toLowerCase();
371     mOffset = 0;
372         getObjects();
373 }
374
375 function getOrderBy()
376 {
377         var order = '';
378         if(module == 'Contacts' || module == 'Leads')
379         {
380                 order = module+".last_name";
381         }
382         else
383         {
384                 order = module+".name";
385         }
386         
387         orderBy = order.toLowerCase();
388 }
389 function validateForm()
390 {
391         var selObjs = document.getElementById("selected_objs");
392         
393         if(selObjs.options.length > 0)
394         {
395                 document.MailMerge.action='index.php';
396                 document.MailMerge.submit();
397                 return true;
398         }
399         else
400         {
401                 alert("Please select at least one item.");
402                 return false;
403         }       
404 }
405 if({MAILMERGE_GET_OBJECTS}){
406         getObjects();
407 }
408 </script>
409 <!-- END: main -->