@@ -38,15 +38,15 @@ discard block |
||
38 | 38 | ********************************************************************************/ |
39 | 39 | |
40 | 40 | $viewdefs ['Opportunities'] = |
41 | -array ( |
|
41 | +array( |
|
42 | 42 | 'DetailView' => |
43 | - array ( |
|
43 | + array( |
|
44 | 44 | 'templateMeta' => |
45 | - array ( |
|
45 | + array( |
|
46 | 46 | 'form' => |
47 | - array ( |
|
47 | + array( |
|
48 | 48 | 'buttons' => |
49 | - array ( |
|
49 | + array( |
|
50 | 50 | 0 => 'EDIT', |
51 | 51 | 1 => 'DUPLICATE', |
52 | 52 | 2 => 'DELETE', |
@@ -55,95 +55,95 @@ discard block |
||
55 | 55 | ), |
56 | 56 | 'maxColumns' => '2', |
57 | 57 | 'widths' => |
58 | - array ( |
|
58 | + array( |
|
59 | 59 | 0 => |
60 | - array ( |
|
60 | + array( |
|
61 | 61 | 'label' => '10', |
62 | 62 | 'field' => '30', |
63 | 63 | ), |
64 | 64 | 1 => |
65 | - array ( |
|
65 | + array( |
|
66 | 66 | 'label' => '10', |
67 | 67 | 'field' => '30', |
68 | 68 | ), |
69 | 69 | ), |
70 | 70 | 'useTabs' => true, |
71 | 71 | 'tabDefs' => |
72 | - array ( |
|
72 | + array( |
|
73 | 73 | 'DEFAULT' => |
74 | - array ( |
|
74 | + array( |
|
75 | 75 | 'newTab' => true, |
76 | 76 | 'panelDefault' => 'expanded', |
77 | 77 | ), |
78 | 78 | 'LBL_PANEL_ASSIGNMENT' => |
79 | - array ( |
|
79 | + array( |
|
80 | 80 | 'newTab' => true, |
81 | 81 | 'panelDefault' => 'expanded', |
82 | 82 | ), |
83 | 83 | ), |
84 | 84 | ), |
85 | 85 | 'panels' => |
86 | - array ( |
|
86 | + array( |
|
87 | 87 | 'default' => |
88 | - array ( |
|
88 | + array( |
|
89 | 89 | 0 => |
90 | - array ( |
|
90 | + array( |
|
91 | 91 | 0 => 'name', |
92 | 92 | 1 => 'account_name', |
93 | 93 | ), |
94 | 94 | 1 => |
95 | - array ( |
|
95 | + array( |
|
96 | 96 | 0 => |
97 | - array ( |
|
97 | + array( |
|
98 | 98 | 'name' => 'amount', |
99 | 99 | 'label' => '{$MOD.LBL_AMOUNT} ({$CURRENCY})', |
100 | 100 | ), |
101 | 101 | 1 => 'date_closed', |
102 | 102 | ), |
103 | 103 | 2 => |
104 | - array ( |
|
104 | + array( |
|
105 | 105 | 0 => 'sales_stage', |
106 | 106 | 1 => 'opportunity_type', |
107 | 107 | ), |
108 | 108 | 3 => |
109 | - array ( |
|
109 | + array( |
|
110 | 110 | 0 => 'probability', |
111 | 111 | 1 => 'lead_source', |
112 | 112 | ), |
113 | 113 | 4 => |
114 | - array ( |
|
114 | + array( |
|
115 | 115 | 0 => 'next_step', |
116 | 116 | 1 => 'campaign_name', |
117 | 117 | ), |
118 | 118 | 5 => |
119 | - array ( |
|
119 | + array( |
|
120 | 120 | 0 => |
121 | - array ( |
|
121 | + array( |
|
122 | 122 | 'name' => 'description', |
123 | 123 | 'nl2br' => true, |
124 | 124 | ), |
125 | 125 | ), |
126 | 126 | 6 => |
127 | - array ( |
|
127 | + array( |
|
128 | 128 | 0 => |
129 | - array ( |
|
129 | + array( |
|
130 | 130 | 'name' => 'assigned_user_name', |
131 | 131 | 'label' => 'LBL_ASSIGNED_TO', |
132 | 132 | ), |
133 | 133 | ), |
134 | 134 | ), |
135 | 135 | 'LBL_PANEL_ASSIGNMENT' => |
136 | - array ( |
|
136 | + array( |
|
137 | 137 | 0 => |
138 | - array ( |
|
138 | + array( |
|
139 | 139 | 0 => |
140 | - array ( |
|
140 | + array( |
|
141 | 141 | 'name' => 'date_modified', |
142 | 142 | 'label' => 'LBL_DATE_MODIFIED', |
143 | 143 | 'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}', |
144 | 144 | ), |
145 | 145 | 1 => |
146 | - array ( |
|
146 | + array( |
|
147 | 147 | 'name' => 'date_entered', |
148 | 148 | 'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}', |
149 | 149 | ), |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 | 3 | /********************************************************************************* |
4 | 4 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 5 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -45,23 +45,23 @@ discard block |
||
45 | 45 | * Contributor(s): ______________________________________.. |
46 | 46 | ********************************************************************************/ |
47 | 47 | |
48 | -$viewdefs = array ( |
|
48 | +$viewdefs = array( |
|
49 | 49 | 'Opportunities' => |
50 | - array ( |
|
50 | + array( |
|
51 | 51 | 'QuickCreate' => |
52 | - array ( |
|
52 | + array( |
|
53 | 53 | 'templateMeta' => |
54 | - array ( |
|
54 | + array( |
|
55 | 55 | 'maxColumns' => '2', |
56 | 56 | 'widths' => |
57 | - array ( |
|
57 | + array( |
|
58 | 58 | 0 => |
59 | - array ( |
|
59 | + array( |
|
60 | 60 | 'label' => '10', |
61 | 61 | 'field' => '30', |
62 | 62 | ), |
63 | 63 | 1 => |
64 | - array ( |
|
64 | + array( |
|
65 | 65 | 'label' => '10', |
66 | 66 | 'field' => '30', |
67 | 67 | ), |
@@ -69,40 +69,40 @@ discard block |
||
69 | 69 | 'javascript' => '{$PROBABILITY_SCRIPT}', |
70 | 70 | ), |
71 | 71 | 'panels' => |
72 | - array ( |
|
72 | + array( |
|
73 | 73 | 'DEFAULT' => |
74 | - array ( |
|
75 | - array ( |
|
76 | - array ( |
|
74 | + array( |
|
75 | + array( |
|
76 | + array( |
|
77 | 77 | 'name' => 'name', |
78 | 78 | 'displayParams'=>array('required'=>true), |
79 | 79 | ), |
80 | - array ( |
|
80 | + array( |
|
81 | 81 | 'name' => 'account_name', |
82 | 82 | ), |
83 | 83 | ), |
84 | - array ( |
|
85 | - array ( |
|
84 | + array( |
|
85 | + array( |
|
86 | 86 | 'name' => 'currency_id', |
87 | 87 | ), |
88 | - array ( |
|
88 | + array( |
|
89 | 89 | 'name' => 'opportunity_type', |
90 | 90 | ), |
91 | 91 | ), |
92 | - array ( |
|
92 | + array( |
|
93 | 93 | 'amount', |
94 | 94 | 'date_closed' |
95 | 95 | ), |
96 | - array ( |
|
96 | + array( |
|
97 | 97 | 'next_step', |
98 | 98 | 'sales_stage', |
99 | 99 | ), |
100 | - array ( |
|
100 | + array( |
|
101 | 101 | 'lead_source', |
102 | 102 | 'probability', |
103 | 103 | ), |
104 | - array ( |
|
105 | - array ( |
|
104 | + array( |
|
105 | + array( |
|
106 | 106 | 'name' => 'assigned_user_name', |
107 | 107 | ), |
108 | 108 | ), |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 | 3 | /********************************************************************************* |
4 | 4 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 5 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -41,31 +41,31 @@ discard block |
||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | -class OpportunityFormBase{ |
|
44 | +class OpportunityFormBase { |
|
45 | 45 | |
46 | 46 | |
47 | -function checkForDuplicates($prefix){ |
|
47 | +function checkForDuplicates($prefix) { |
|
48 | 48 | require_once('include/formbase.php'); |
49 | 49 | |
50 | 50 | $focus = new Opportunity(); |
51 | 51 | $query = ''; |
52 | 52 | $baseQuery = 'select id, name, sales_stage,amount, date_closed from opportunities where deleted!=1 and ('; |
53 | 53 | |
54 | - if(isset($_POST[$prefix.'name']) && !empty($_POST[$prefix.'name'])){ |
|
55 | - $query = $baseQuery ." name like '%".$_POST[$prefix.'name']."%'"; |
|
54 | + if (isset($_POST[$prefix.'name']) && !empty($_POST[$prefix.'name'])) { |
|
55 | + $query = $baseQuery." name like '%".$_POST[$prefix.'name']."%'"; |
|
56 | 56 | $query .= getLikeForEachWord('name', $_POST[$prefix.'name']); |
57 | 57 | } |
58 | 58 | |
59 | - if(!empty($query)){ |
|
59 | + if (!empty($query)) { |
|
60 | 60 | $rows = array(); |
61 | 61 | global $db; |
62 | 62 | $result = $db->query($query.')'); |
63 | - $i=-1; |
|
64 | - while(($row=$db->fetchByAssoc($result)) != null) { |
|
63 | + $i = -1; |
|
64 | + while (($row = $db->fetchByAssoc($result)) != null) { |
|
65 | 65 | $i++; |
66 | 66 | $rows[$i] = $row; |
67 | 67 | } |
68 | - if ($i==-1) return null; |
|
68 | + if ($i == -1) return null; |
|
69 | 69 | |
70 | 70 | return $rows; |
71 | 71 | } |
@@ -73,14 +73,14 @@ discard block |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | |
76 | -function buildTableForm($rows, $mod='Opportunities'){ |
|
77 | - if(!empty($mod)){ |
|
76 | +function buildTableForm($rows, $mod = 'Opportunities') { |
|
77 | + if (!empty($mod)) { |
|
78 | 78 | global $current_language; |
79 | 79 | $mod_strings = return_module_language($current_language, $mod); |
80 | - }else global $mod_strings; |
|
80 | + } else global $mod_strings; |
|
81 | 81 | global $app_strings; |
82 | 82 | $cols = sizeof($rows[0]) * 2 + 1; |
83 | - $form = '<table width="100%"><tr><td>'.$mod_strings['MSG_DUPLICATE']. '</td></tr><tr><td height="20"></td></tr></table>'; |
|
83 | + $form = '<table width="100%"><tr><td>'.$mod_strings['MSG_DUPLICATE'].'</td></tr><tr><td height="20"></td></tr></table>'; |
|
84 | 84 | |
85 | 85 | $form .= "<form action='index.php' method='post' name='dupOpps'><input type='hidden' name='selectedOpportunity' value=''>"; |
86 | 86 | $form .= "<table width='100%' cellpadding='0' cellspacing='0' class='list view'>"; |
@@ -88,34 +88,34 @@ discard block |
||
88 | 88 | $form .= "<tr><td scope='col'> </td>"; |
89 | 89 | require_once('include/formbase.php'); |
90 | 90 | $form .= getPostToForm(); |
91 | - if(isset($rows[0])){ |
|
92 | - foreach ($rows[0] as $key=>$value){ |
|
93 | - if($key != 'id'){ |
|
94 | - $form .= "<td scope='col'>". $mod_strings[$mod_strings['db_'.$key]]. "</td>"; |
|
91 | + if (isset($rows[0])) { |
|
92 | + foreach ($rows[0] as $key=>$value) { |
|
93 | + if ($key != 'id') { |
|
94 | + $form .= "<td scope='col'>".$mod_strings[$mod_strings['db_'.$key]]."</td>"; |
|
95 | 95 | }} |
96 | 96 | $form .= "</tr>"; |
97 | 97 | } |
98 | 98 | |
99 | 99 | $rowColor = 'oddListRowS1'; |
100 | - foreach($rows as $row){ |
|
100 | + foreach ($rows as $row) { |
|
101 | 101 | |
102 | 102 | $form .= "<tr class='$rowColor'>"; |
103 | 103 | |
104 | 104 | $form .= "<td width='1%' nowrap='nowrap'><a href='#' onclick='document.dupOpps.selectedOpportunity.value=\"${row['id']}\";document.dupOpps.submit();'>[${app_strings['LBL_SELECT_BUTTON_LABEL']}]</a> </td>"; |
105 | 105 | $wasSet = false; |
106 | - foreach ($row as $key=>$value){ |
|
107 | - if($key != 'id'){ |
|
108 | - if(!$wasSet){ |
|
106 | + foreach ($row as $key=>$value) { |
|
107 | + if ($key != 'id') { |
|
108 | + if (!$wasSet) { |
|
109 | 109 | $form .= "<td scope='row'><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
110 | 110 | $wasSet = true; |
111 | - }else{ |
|
111 | + } else { |
|
112 | 112 | $form .= "<td><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
113 | 113 | } |
114 | 114 | }} |
115 | 115 | |
116 | - if($rowColor == 'evenListRowS1'){ |
|
116 | + if ($rowColor == 'evenListRowS1') { |
|
117 | 117 | $rowColor = 'oddListRowS1'; |
118 | - }else{ |
|
118 | + } else { |
|
119 | 119 | $rowColor = 'evenListRowS1'; |
120 | 120 | } |
121 | 121 | $form .= "</tr>"; |
@@ -129,14 +129,14 @@ discard block |
||
129 | 129 | |
130 | 130 | } |
131 | 131 | |
132 | -function getForm($prefix, $mod='Opportunities'){ |
|
133 | - if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
132 | +function getForm($prefix, $mod = 'Opportunities') { |
|
133 | + if (!ACLController::checkAccess('Opportunities', 'edit', true)) { |
|
134 | 134 | return ''; |
135 | 135 | } |
136 | -if(!empty($mod)){ |
|
136 | +if (!empty($mod)) { |
|
137 | 137 | global $current_language; |
138 | 138 | $mod_strings = return_module_language($current_language, $mod); |
139 | -}else global $mod_strings; |
|
139 | +} else global $mod_strings; |
|
140 | 140 | global $app_strings; |
141 | 141 | global $sugar_version, $sugar_config; |
142 | 142 | |
@@ -164,17 +164,17 @@ discard block |
||
164 | 164 | return $the_form; |
165 | 165 | } |
166 | 166 | |
167 | -function getWideFormBody($prefix, $mod='Opportunities', $formname='', $lead='', $showaccount = true){ |
|
168 | - if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
167 | +function getWideFormBody($prefix, $mod = 'Opportunities', $formname = '', $lead = '', $showaccount = true) { |
|
168 | + if (!ACLController::checkAccess('Opportunities', 'edit', true)) { |
|
169 | 169 | return ''; |
170 | 170 | } |
171 | - if(empty($lead)){ |
|
171 | + if (empty($lead)) { |
|
172 | 172 | $lead = new Lead(); |
173 | 173 | } |
174 | 174 | global $mod_strings, $sugar_config; |
175 | 175 | $showaccount = $showaccount && $sugar_config['require_accounts']; |
176 | 176 | $temp_strings = $mod_strings; |
177 | -if(!empty($mod)){ |
|
177 | +if (!empty($mod)) { |
|
178 | 178 | global $current_language; |
179 | 179 | $mod_strings = return_module_language($current_language, $mod); |
180 | 180 | } |
@@ -200,7 +200,7 @@ discard block |
||
200 | 200 | //$prePopProb = ''; |
201 | 201 | //if(empty($this->bean->id)) |
202 | 202 | $prePopProb = 'document.getElementsByName(\''.$prefix.'sales_stage\')[0].onchange();'; |
203 | -$probability_script=<<<EOQ |
|
203 | +$probability_script = <<<EOQ |
|
204 | 204 | <script> |
205 | 205 | prob_array = $prob_array; |
206 | 206 | document.getElementsByName('{$prefix}sales_stage')[0].onchange = function() { |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | $ntc_date_format = $timedate->get_user_date_format(); |
216 | 216 | $cal_dateformat = $timedate->get_cal_date_format(); |
217 | 217 | if (isset($lead->assigned_user_id)) { |
218 | - $user_id=$lead->assigned_user_id; |
|
218 | + $user_id = $lead->assigned_user_id; |
|
219 | 219 | } else { |
220 | 220 | $user_id = $current_user->id; |
221 | 221 | } |
@@ -225,13 +225,13 @@ discard block |
||
225 | 225 | // $cal_lang = (empty($cal_codes[$current_language])) ? $cal_codes[$default_language] : $cal_codes[$current_language]; |
226 | 226 | $cal_lang = "en"; |
227 | 227 | |
228 | -$the_form=""; |
|
228 | +$the_form = ""; |
|
229 | 229 | |
230 | 230 | |
231 | 231 | if (isset($lead->opportunity_amount)) { |
232 | - $opp_amount=$lead->opportunity_amount; |
|
232 | + $opp_amount = $lead->opportunity_amount; |
|
233 | 233 | } else { |
234 | - $opp_amount=''; |
|
234 | + $opp_amount = ''; |
|
235 | 235 | } |
236 | 236 | $jsCalendarImage = SugarThemeRegistry::current()->getImageURL('jscalendar.gif'); |
237 | 237 | $the_form .= <<<EOQ |
@@ -256,7 +256,7 @@ discard block |
||
256 | 256 | <td ><input name='{$prefix}date_closed' onblur="parseDate(this, '$cal_dateformat');" size='12' maxlength='10' id='${prefix}jscal_field' type="text" value=""> <!--not_in_theme!--><img src="{$jsCalendarImage}" alt="{$app_strings['LBL_ENTER_DATE']}" id="${prefix}jscal_trigger" align="absmiddle"></td> |
257 | 257 | </tr> |
258 | 258 | EOQ; |
259 | -if($showaccount){ |
|
259 | +if ($showaccount) { |
|
260 | 260 | $the_form .= <<<EOQ |
261 | 261 | <tr> |
262 | 262 | <td scope="row">${mod_strings['LBL_ACCOUNT_NAME']} <span class="required">${lbl_required_symbol}</span></td> |
@@ -308,20 +308,20 @@ discard block |
||
308 | 308 | $javascript->setFormName($formname); |
309 | 309 | $javascript->setSugarBean(new Opportunity()); |
310 | 310 | $javascript->addRequiredFields($prefix); |
311 | -$the_form .=$javascript->getScript(); |
|
311 | +$the_form .= $javascript->getScript(); |
|
312 | 312 | $mod_strings = $temp_strings; |
313 | 313 | return $the_form; |
314 | 314 | |
315 | 315 | } // end getWideFormBody |
316 | 316 | |
317 | -function getFormBody($prefix, $mod='Opportunities', $formname=''){ |
|
318 | - if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
317 | +function getFormBody($prefix, $mod = 'Opportunities', $formname = '') { |
|
318 | + if (!ACLController::checkAccess('Opportunities', 'edit', true)) { |
|
319 | 319 | return ''; |
320 | 320 | } |
321 | -if(!empty($mod)){ |
|
321 | +if (!empty($mod)) { |
|
322 | 322 | global $current_language; |
323 | 323 | $mod_strings = return_module_language($current_language, $mod); |
324 | -}else global $mod_strings; |
|
324 | +} else global $mod_strings; |
|
325 | 325 | global $app_strings; |
326 | 326 | global $app_list_strings; |
327 | 327 | global $theme; |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | $lbl_opportunity_name <span class="required">$lbl_required_symbol</span><br> |
357 | 357 | <input name='{$prefix}name' type="text" value=""> |
358 | 358 | EOQ; |
359 | -if($sugar_config['require_accounts']){ |
|
359 | +if ($sugar_config['require_accounts']) { |
|
360 | 360 | |
361 | 361 | /////////////////////////////////////// |
362 | 362 | /// |
@@ -408,7 +408,7 @@ discard block |
||
408 | 408 | $qsd = QuickSearchDefaults::getQuickSearchDefaults(); |
409 | 409 | $sqs_objects = array('qc_account_name' => $qsd->getQSParent()); |
410 | 410 | $sqs_objects['qc_account_name']['populate_list'] = array('qc_account_name', 'qc_account_id'); |
411 | -$quicksearch_js = '<script type="text/javascript" language="javascript">sqs_objects = ' . $json->encode($sqs_objects) . '</script>'; |
|
411 | +$quicksearch_js = '<script type="text/javascript" language="javascript">sqs_objects = '.$json->encode($sqs_objects).'</script>'; |
|
412 | 412 | $the_form .= $quicksearch_js; |
413 | 413 | |
414 | 414 | |
@@ -417,7 +417,7 @@ discard block |
||
417 | 417 | $javascript->setFormName($formname); |
418 | 418 | $javascript->setSugarBean(new Opportunity()); |
419 | 419 | $javascript->addRequiredFields($prefix); |
420 | -$the_form .=$javascript->getScript(); |
|
420 | +$the_form .= $javascript->getScript(); |
|
421 | 421 | |
422 | 422 | |
423 | 423 | return $the_form; |
@@ -425,25 +425,25 @@ discard block |
||
425 | 425 | } |
426 | 426 | |
427 | 427 | |
428 | -function handleSave($prefix,$redirect=true, $useRequired=false){ |
|
428 | +function handleSave($prefix, $redirect = true, $useRequired = false) { |
|
429 | 429 | global $current_user; |
430 | 430 | |
431 | 431 | |
432 | 432 | require_once('include/formbase.php'); |
433 | 433 | |
434 | 434 | $focus = new Opportunity(); |
435 | - if($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))){ |
|
435 | + if ($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))) { |
|
436 | 436 | return null; |
437 | 437 | } |
438 | 438 | |
439 | - if(empty($_POST['currency_id'])){ |
|
439 | + if (empty($_POST['currency_id'])) { |
|
440 | 440 | $currency_id = $current_user->getPreference('currency'); |
441 | - if(isset($currency_id)){ |
|
442 | - $focus->currency_id = $currency_id; |
|
441 | + if (isset($currency_id)) { |
|
442 | + $focus->currency_id = $currency_id; |
|
443 | 443 | } |
444 | 444 | } |
445 | 445 | $focus = populateFromPost($prefix, $focus); |
446 | - if( !ACLController::checkAccess($focus->module_dir, 'edit', $focus->isOwner($current_user->id))){ |
|
446 | + if (!ACLController::checkAccess($focus->module_dir, 'edit', $focus->isOwner($current_user->id))) { |
|
447 | 447 | ACLController::displayNoAccess(true); |
448 | 448 | } |
449 | 449 | $check_notify = FALSE; |
@@ -453,15 +453,15 @@ discard block |
||
453 | 453 | |
454 | 454 | $focus->save($check_notify); |
455 | 455 | |
456 | - if(!empty($_POST['duplicate_parent_id'])){ |
|
457 | - clone_relationship($focus->db, array('opportunities_contacts'),'opportunity_id', $_POST['duplicate_parent_id'], $focus->id); |
|
456 | + if (!empty($_POST['duplicate_parent_id'])) { |
|
457 | + clone_relationship($focus->db, array('opportunities_contacts'), 'opportunity_id', $_POST['duplicate_parent_id'], $focus->id); |
|
458 | 458 | } |
459 | 459 | $return_id = $focus->id; |
460 | 460 | |
461 | 461 | $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
462 | - if($redirect){ |
|
463 | - handleRedirect($return_id,"Opportunities" ); |
|
464 | - }else{ |
|
462 | + if ($redirect) { |
|
463 | + handleRedirect($return_id, "Opportunities"); |
|
464 | + } else { |
|
465 | 465 | return $focus; |
466 | 466 | } |
467 | 467 | } |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 | 3 | /********************************************************************************* |
4 | 4 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 5 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -45,16 +45,16 @@ discard block |
||
45 | 45 | * All Rights Reserved. |
46 | 46 | * Contributor(s): ______________________________________.. |
47 | 47 | ********************************************************************************/ |
48 | -$fields_array['ProspectList'] = array ('column_fields' => array( |
|
48 | +$fields_array['ProspectList'] = array('column_fields' => array( |
|
49 | 49 | "id", "date_entered", |
50 | 50 | "date_modified", "modified_user_id", |
51 | 51 | "assigned_user_id", "created_by", |
52 | - "name", "description",'list_type','domain_name', |
|
52 | + "name", "description", 'list_type', 'domain_name', |
|
53 | 53 | ), |
54 | 54 | 'list_fields' => array( |
55 | - 'id', 'name', 'description','list_type', |
|
56 | - 'assigned_user_id','assigned_user_name', |
|
55 | + 'id', 'name', 'description', 'list_type', |
|
56 | + 'assigned_user_id', 'assigned_user_name', |
|
57 | 57 | ), |
58 | - 'required_fields' => array('name'=>1,'list_type'=>2), |
|
58 | + 'required_fields' => array('name'=>1, 'list_type'=>2), |
|
59 | 59 | ); |
60 | 60 | ?> |
61 | 61 | \ No newline at end of file |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 | 3 | /********************************************************************************* |
4 | 4 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 5 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -50,19 +50,19 @@ discard block |
||
50 | 50 | class ProspectListFormBase { |
51 | 51 | |
52 | 52 | |
53 | -function getForm($prefix, $mod='', $form=''){ |
|
53 | +function getForm($prefix, $mod = '', $form = '') { |
|
54 | 54 | |
55 | - if(!ACLController::checkAccess('ProspectLists', 'edit', true)){ |
|
55 | + if (!ACLController::checkAccess('ProspectLists', 'edit', true)) { |
|
56 | 56 | return ''; |
57 | 57 | } |
58 | 58 | |
59 | - if(!empty($mod)){ |
|
59 | + if (!empty($mod)) { |
|
60 | 60 | global $current_language; |
61 | 61 | $mod_strings = return_module_language($current_language, $mod); |
62 | 62 | } else { |
63 | 63 | global $mod_strings; |
64 | 64 | } |
65 | - global $app_strings,$current_user; |
|
65 | + global $app_strings, $current_user; |
|
66 | 66 | |
67 | 67 | $lbl_save_button_title = $app_strings['LBL_SAVE_BUTTON_TITLE']; |
68 | 68 | $lbl_save_button_key = $app_strings['LBL_SAVE_BUTTON_KEY']; |
@@ -91,13 +91,13 @@ discard block |
||
91 | 91 | return $the_form; |
92 | 92 | } |
93 | 93 | |
94 | -function getFormBody($prefix, $mod='',$formname='', $size='30',$script=true) { |
|
95 | - if(!ACLController::checkAccess('ProspectLists', 'edit', true)){ |
|
94 | +function getFormBody($prefix, $mod = '', $formname = '', $size = '30', $script = true) { |
|
95 | + if (!ACLController::checkAccess('ProspectLists', 'edit', true)) { |
|
96 | 96 | return ''; |
97 | 97 | } |
98 | 98 | global $mod_strings; |
99 | 99 | $temp_strings = $mod_strings; |
100 | - if(!empty($mod)){ |
|
100 | + if (!empty($mod)) { |
|
101 | 101 | global $current_language; |
102 | 102 | $mod_strings = return_module_language($current_language, $mod); |
103 | 103 | } |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | $lbl_save_button_label = $app_strings['LBL_SAVE_BUTTON_LABEL']; |
112 | 112 | $user_id = $current_user->id; |
113 | 113 | |
114 | - $list_options=get_select_options_with_id($app_list_strings['prospect_list_type_dom'], 'default'); |
|
114 | + $list_options = get_select_options_with_id($app_list_strings['prospect_list_type_dom'], 'default'); |
|
115 | 115 | |
116 | 116 | $lbl_prospect_list_name = $mod_strings['LBL_PROSPECT_LIST_NAME']; |
117 | 117 | $lbl_list_type = $mod_strings['LBL_LIST_TYPE']; |
@@ -130,34 +130,34 @@ discard block |
||
130 | 130 | $javascript->setFormName($formname); |
131 | 131 | $javascript->setSugarBean(new ProspectList()); |
132 | 132 | $javascript->addRequiredFields($prefix); |
133 | - $form .=$javascript->getScript(); |
|
133 | + $form .= $javascript->getScript(); |
|
134 | 134 | $mod_strings = $temp_strings; |
135 | 135 | return $form; |
136 | 136 | } |
137 | 137 | |
138 | - function handleSave($prefix,$redirect=true, $useRequired=false){ |
|
138 | + function handleSave($prefix, $redirect = true, $useRequired = false) { |
|
139 | 139 | |
140 | 140 | |
141 | 141 | require_once('include/formbase.php'); |
142 | 142 | |
143 | 143 | |
144 | 144 | $focus = new ProspectList(); |
145 | - if($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))){ |
|
145 | + if ($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))) { |
|
146 | 146 | return null; |
147 | 147 | } |
148 | 148 | $focus = populateFromPost($prefix, $focus); |
149 | - if(!$focus->ACLAccess('Save')){ |
|
149 | + if (!$focus->ACLAccess('Save')) { |
|
150 | 150 | ACLController::displayNoAccess(true); |
151 | 151 | sugar_cleanup(true); |
152 | 152 | } |
153 | - if(empty($focus->name)){ |
|
153 | + if (empty($focus->name)) { |
|
154 | 154 | return null; |
155 | 155 | } |
156 | - if ( !isset($focus->assigned_user_id) || $focus->assigned_user_id == '' ) |
|
156 | + if (!isset($focus->assigned_user_id) || $focus->assigned_user_id == '') |
|
157 | 157 | $focus->assigned_user_id = $GLOBALS['current_user']->id; |
158 | 158 | |
159 | 159 | $return_id = $focus->save(); |
160 | - if($redirect){ |
|
160 | + if ($redirect) { |
|
161 | 161 | $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
162 | 162 | handleRedirect($return_id, "ProspectLists"); |
163 | 163 | } else { |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 | 3 | /********************************************************************************* |
4 | 4 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 5 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -111,11 +111,11 @@ discard block |
||
111 | 111 | $ListView->initNewXTemplate('modules/ProspectLists/SubPanelView.html', $current_module_strings); |
112 | 112 | |
113 | 113 | $ListView->xTemplateAssign("CAMPAIGN_RECORD", $focus->id); |
114 | -$ListView->xTemplateAssign("EDIT_INLINE_PNG", SugarThemeRegistry::current()->getImage('edit_inline','align="absmiddle" border="0"',null,null,'.gif',$app_strings['LNK_EDIT'])); |
|
115 | -$ListView->xTemplateAssign("REMOVE_INLINE_PNG", SugarThemeRegistry::current()->getImage('delete_inline','align="absmiddle" border="0"',null,null,'.gif',$app_strings['LNK_REMOVE'])); |
|
114 | +$ListView->xTemplateAssign("EDIT_INLINE_PNG", SugarThemeRegistry::current()->getImage('edit_inline', 'align="absmiddle" border="0"', null, null, '.gif', $app_strings['LNK_EDIT'])); |
|
115 | +$ListView->xTemplateAssign("REMOVE_INLINE_PNG", SugarThemeRegistry::current()->getImage('delete_inline', 'align="absmiddle" border="0"', null, null, '.gif', $app_strings['LNK_REMOVE'])); |
|
116 | 116 | |
117 | 117 | $ListView->xTemplateAssign("RETURN_URL", "&return_module=".$currentModule."&return_action=DetailView&return_id=".$focus->id); |
118 | -$ListView->setHeaderTitle($current_module_strings['LBL_MODULE_NAME'] ); |
|
118 | +$ListView->setHeaderTitle($current_module_strings['LBL_MODULE_NAME']); |
|
119 | 119 | $ListView->setHeaderText($button); |
120 | 120 | $ListView->processListView($focus_list, "main", "PROSPECT_LIST"); |
121 | 121 |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 | 3 | /** |
4 | 4 | * Products, Quotations & Invoices modules. |
5 | 5 | * Extensions to SugarCRM |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | |
37 | 37 | 'assigned_user_id' => array('type' => 'assigned_user_name', |
38 | 38 | 'default' => $current_user->name)); |
39 | -$dashletData['AOS_ProductsDashlet']['columns'] = array( 'name' => array('width' => '40', |
|
39 | +$dashletData['AOS_ProductsDashlet']['columns'] = array('name' => array('width' => '40', |
|
40 | 40 | 'label' => 'LBL_LIST_NAME', |
41 | 41 | 'link' => true, |
42 | 42 | 'default' => true), |
@@ -1,124 +1,124 @@ |
||
1 | 1 | <?php |
2 | 2 | $module_name = 'AOS_Products'; |
3 | 3 | $viewdefs [$module_name] = |
4 | -array ( |
|
4 | +array( |
|
5 | 5 | 'EditView' => |
6 | - array ( |
|
6 | + array( |
|
7 | 7 | 'templateMeta' => |
8 | - array ( |
|
8 | + array( |
|
9 | 9 | 'maxColumns' => '2', |
10 | 10 | 'widths' => |
11 | - array ( |
|
11 | + array( |
|
12 | 12 | 0 => |
13 | - array ( |
|
13 | + array( |
|
14 | 14 | 'label' => '10', |
15 | 15 | 'field' => '30', |
16 | 16 | ), |
17 | 17 | 1 => |
18 | - array ( |
|
18 | + array( |
|
19 | 19 | 'label' => '10', |
20 | 20 | 'field' => '30', |
21 | 21 | ), |
22 | 22 | ), |
23 | 23 | 'form' => |
24 | - array ( |
|
24 | + array( |
|
25 | 25 | 'enctype' => 'multipart/form-data', |
26 | 26 | 'headerTpl' => 'modules/AOS_Products/tpls/EditViewHeader.tpl', |
27 | 27 | ), |
28 | 28 | 'includes' => |
29 | - array ( |
|
29 | + array( |
|
30 | 30 | 0 => |
31 | - array ( |
|
31 | + array( |
|
32 | 32 | 'file' => 'modules/AOS_Products/js/products.js', |
33 | 33 | ), |
34 | 34 | ), |
35 | 35 | 'useTabs' => false, |
36 | 36 | 'tabDefs' => |
37 | - array ( |
|
37 | + array( |
|
38 | 38 | 'DEFAULT' => |
39 | - array ( |
|
39 | + array( |
|
40 | 40 | 'newTab' => false, |
41 | 41 | 'panelDefault' => 'expanded', |
42 | 42 | ), |
43 | 43 | ), |
44 | 44 | ), |
45 | 45 | 'panels' => |
46 | - array ( |
|
46 | + array( |
|
47 | 47 | 'default' => |
48 | - array ( |
|
48 | + array( |
|
49 | 49 | 0 => |
50 | - array ( |
|
50 | + array( |
|
51 | 51 | 0 => |
52 | - array ( |
|
52 | + array( |
|
53 | 53 | 'name' => 'name', |
54 | 54 | 'label' => 'LBL_NAME', |
55 | 55 | ), |
56 | 56 | 1 => |
57 | - array ( |
|
57 | + array( |
|
58 | 58 | 'name' => 'part_number', |
59 | 59 | 'label' => 'LBL_PART_NUMBER', |
60 | 60 | ), |
61 | 61 | ), |
62 | 62 | 1 => |
63 | - array ( |
|
63 | + array( |
|
64 | 64 | 0 => |
65 | - array ( |
|
65 | + array( |
|
66 | 66 | 'name' => 'aos_product_category_name', |
67 | 67 | 'label' => 'LBL_AOS_PRODUCT_CATEGORYS_NAME', |
68 | 68 | ), |
69 | 69 | 1 => |
70 | - array ( |
|
70 | + array( |
|
71 | 71 | 'name' => 'type', |
72 | 72 | 'label' => 'LBL_TYPE', |
73 | 73 | ), |
74 | 74 | ), |
75 | 75 | 2 => |
76 | - array ( |
|
76 | + array( |
|
77 | 77 | 0 => |
78 | - array ( |
|
78 | + array( |
|
79 | 79 | 'name' => 'currency_id', |
80 | 80 | 'studio' => 'visible', |
81 | 81 | 'label' => 'LBL_CURRENCY', |
82 | 82 | ), |
83 | 83 | ), |
84 | 84 | 3 => |
85 | - array ( |
|
85 | + array( |
|
86 | 86 | 0 => |
87 | - array ( |
|
87 | + array( |
|
88 | 88 | 'name' => 'cost', |
89 | 89 | 'label' => 'LBL_COST', |
90 | 90 | ), |
91 | 91 | 1 => |
92 | - array ( |
|
92 | + array( |
|
93 | 93 | 'name' => 'price', |
94 | 94 | 'label' => 'LBL_PRICE', |
95 | 95 | ), |
96 | 96 | ), |
97 | 97 | 4 => |
98 | - array ( |
|
98 | + array( |
|
99 | 99 | 0 => |
100 | - array ( |
|
100 | + array( |
|
101 | 101 | 'name' => 'contact', |
102 | 102 | 'label' => 'LBL_CONTACT', |
103 | 103 | ), |
104 | 104 | 1 => |
105 | - array ( |
|
105 | + array( |
|
106 | 106 | 'name' => 'url', |
107 | 107 | 'label' => 'LBL_URL', |
108 | 108 | ), |
109 | 109 | ), |
110 | 110 | 5 => |
111 | - array ( |
|
111 | + array( |
|
112 | 112 | 0 => |
113 | - array ( |
|
113 | + array( |
|
114 | 114 | 'name' => 'description', |
115 | 115 | 'label' => 'LBL_DESCRIPTION', |
116 | 116 | ), |
117 | 117 | ), |
118 | 118 | 6 => |
119 | - array ( |
|
119 | + array( |
|
120 | 120 | 0 => |
121 | - array ( |
|
121 | + array( |
|
122 | 122 | 'name' => 'product_image', |
123 | 123 | 'customCode' => '{$PRODUCT_IMAGE}', |
124 | 124 | ), |
@@ -1,62 +1,62 @@ discard block |
||
1 | 1 | <?php |
2 | -$popupMeta = array ( |
|
2 | +$popupMeta = array( |
|
3 | 3 | 'moduleMain' => 'AOS_Products', |
4 | 4 | 'varName' => 'AOS_Products', |
5 | 5 | 'orderBy' => 'aos_products.name', |
6 | - 'whereClauses' => array ( |
|
6 | + 'whereClauses' => array( |
|
7 | 7 | 'name' => 'aos_products.name', |
8 | 8 | 'part_number' => 'aos_products.part_number', |
9 | 9 | 'cost' => 'aos_products.cost', |
10 | 10 | 'price' => 'aos_products.price', |
11 | 11 | 'created_by' => 'aos_products.created_by', |
12 | 12 | ), |
13 | - 'searchInputs' => array ( |
|
13 | + 'searchInputs' => array( |
|
14 | 14 | 1 => 'name', |
15 | 15 | 4 => 'part_number', |
16 | 16 | 5 => 'cost', |
17 | 17 | 6 => 'price', |
18 | 18 | 7 => 'created_by', |
19 | 19 | ), |
20 | - 'searchdefs' => array ( |
|
20 | + 'searchdefs' => array( |
|
21 | 21 | 'name' => |
22 | - array ( |
|
22 | + array( |
|
23 | 23 | 'name' => 'name', |
24 | 24 | 'width' => '10%', |
25 | 25 | ), |
26 | 26 | 'part_number' => |
27 | - array ( |
|
27 | + array( |
|
28 | 28 | 'name' => 'part_number', |
29 | 29 | 'width' => '10%', |
30 | 30 | ), |
31 | 31 | 'cost' => |
32 | - array ( |
|
32 | + array( |
|
33 | 33 | 'name' => 'cost', |
34 | 34 | 'width' => '10%', |
35 | 35 | ), |
36 | 36 | 'price' => |
37 | - array ( |
|
37 | + array( |
|
38 | 38 | 'name' => 'price', |
39 | 39 | 'width' => '10%', |
40 | 40 | ), |
41 | 41 | 'created_by' => |
42 | - array ( |
|
42 | + array( |
|
43 | 43 | 'name' => 'created_by', |
44 | 44 | 'label' => 'LBL_CREATED', |
45 | 45 | 'type' => 'enum', |
46 | 46 | 'function' => |
47 | - array ( |
|
47 | + array( |
|
48 | 48 | 'name' => 'get_user_array', |
49 | 49 | 'params' => |
50 | - array ( |
|
50 | + array( |
|
51 | 51 | 0 => false, |
52 | 52 | ), |
53 | 53 | ), |
54 | 54 | 'width' => '10%', |
55 | 55 | ), |
56 | 56 | ), |
57 | - 'listviewdefs' => array ( |
|
57 | + 'listviewdefs' => array( |
|
58 | 58 | 'NAME' => |
59 | - array ( |
|
59 | + array( |
|
60 | 60 | 'width' => '25%', |
61 | 61 | 'label' => 'LBL_NAME', |
62 | 62 | 'default' => true, |
@@ -64,28 +64,28 @@ discard block |
||
64 | 64 | 'name' => 'name', |
65 | 65 | ), |
66 | 66 | 'PART_NUMBER' => |
67 | - array ( |
|
67 | + array( |
|
68 | 68 | 'width' => '10%', |
69 | 69 | 'label' => 'LBL_PART_NUMBER', |
70 | 70 | 'default' => true, |
71 | 71 | 'name' => 'part_number', |
72 | 72 | ), |
73 | 73 | 'COST' => |
74 | - array ( |
|
74 | + array( |
|
75 | 75 | 'width' => '10%', |
76 | 76 | 'label' => 'LBL_COST', |
77 | 77 | 'default' => true, |
78 | 78 | 'name' => 'cost', |
79 | 79 | ), |
80 | 80 | 'PRICE' => |
81 | - array ( |
|
81 | + array( |
|
82 | 82 | 'width' => '10%', |
83 | 83 | 'label' => 'LBL_PRICE', |
84 | 84 | 'default' => true, |
85 | 85 | 'name' => 'price', |
86 | 86 | ), |
87 | 87 | 'CURRENCY_ID' => |
88 | - array ( |
|
88 | + array( |
|
89 | 89 | 'type' => 'id', |
90 | 90 | 'studio' => 'visible', |
91 | 91 | 'label' => 'LBL_CURRENCY', |