@@ -38,102 +38,102 @@ |
||
38 | 38 | ********************************************************************************/ |
39 | 39 | |
40 | 40 | $searchdefs['Opportunities'] = array( |
41 | - 'templateMeta' => |
|
42 | - array ( |
|
41 | + 'templateMeta' => |
|
42 | + array ( |
|
43 | 43 | 'maxColumns' => '3', |
44 | 44 | 'maxColumnsBasic' => '4', |
45 | 45 | 'widths' => |
46 | 46 | array ( |
47 | - 'label' => '10', |
|
48 | - 'field' => '30', |
|
47 | + 'label' => '10', |
|
48 | + 'field' => '30', |
|
49 | + ), |
|
49 | 50 | ), |
50 | - ), |
|
51 | - 'layout' => |
|
52 | - array ( |
|
51 | + 'layout' => |
|
52 | + array ( |
|
53 | 53 | 'basic_search' => |
54 | 54 | array ( |
55 | - 'name' => |
|
56 | - array ( |
|
55 | + 'name' => |
|
56 | + array ( |
|
57 | 57 | 'name' => 'name', |
58 | 58 | 'default' => true, |
59 | 59 | 'width' => '10%', |
60 | - ), |
|
61 | - 'current_user_only' => |
|
62 | - array ( |
|
60 | + ), |
|
61 | + 'current_user_only' => |
|
62 | + array ( |
|
63 | 63 | 'name' => 'current_user_only', |
64 | 64 | 'label' => 'LBL_CURRENT_USER_FILTER', |
65 | 65 | 'type' => 'bool', |
66 | 66 | 'default' => true, |
67 | 67 | 'width' => '10%', |
68 | - ), |
|
69 | - array ('name' => 'open_only', 'label' => 'LBL_OPEN_ITEMS', 'type' => 'bool', 'default' => false, 'width' => '10%'), |
|
70 | - array ('name' => 'favorites_only','label' => 'LBL_FAVORITES_FILTER','type' => 'bool',), |
|
68 | + ), |
|
69 | + array ('name' => 'open_only', 'label' => 'LBL_OPEN_ITEMS', 'type' => 'bool', 'default' => false, 'width' => '10%'), |
|
70 | + array ('name' => 'favorites_only','label' => 'LBL_FAVORITES_FILTER','type' => 'bool',), |
|
71 | 71 | |
72 | 72 | ), |
73 | 73 | 'advanced_search' => |
74 | 74 | array ( |
75 | - 'name' => |
|
76 | - array ( |
|
75 | + 'name' => |
|
76 | + array ( |
|
77 | 77 | 'name' => 'name', |
78 | 78 | 'default' => true, |
79 | 79 | 'width' => '10%', |
80 | - ), |
|
81 | - 'account_name' => |
|
82 | - array ( |
|
80 | + ), |
|
81 | + 'account_name' => |
|
82 | + array ( |
|
83 | 83 | 'name' => 'account_name', |
84 | 84 | 'default' => true, |
85 | 85 | 'width' => '10%', |
86 | - ), |
|
87 | - 'amount' => |
|
88 | - array ( |
|
86 | + ), |
|
87 | + 'amount' => |
|
88 | + array ( |
|
89 | 89 | 'name' => 'amount', |
90 | 90 | 'default' => true, |
91 | 91 | 'width' => '10%', |
92 | - ), |
|
93 | - 'assigned_user_id' => |
|
94 | - array ( |
|
92 | + ), |
|
93 | + 'assigned_user_id' => |
|
94 | + array ( |
|
95 | 95 | 'name' => 'assigned_user_id', |
96 | 96 | 'type' => 'enum', |
97 | 97 | 'label' => 'LBL_ASSIGNED_TO', |
98 | 98 | 'function' => |
99 | 99 | array ( |
100 | - 'name' => 'get_user_array', |
|
101 | - 'params' => |
|
102 | - array ( |
|
100 | + 'name' => 'get_user_array', |
|
101 | + 'params' => |
|
102 | + array ( |
|
103 | 103 | 0 => false, |
104 | - ), |
|
104 | + ), |
|
105 | 105 | ), |
106 | 106 | 'default' => true, |
107 | 107 | 'width' => '10%', |
108 | - ), |
|
109 | - 'sales_stage' => |
|
110 | - array ( |
|
108 | + ), |
|
109 | + 'sales_stage' => |
|
110 | + array ( |
|
111 | 111 | 'name' => 'sales_stage', |
112 | 112 | 'default' => true, |
113 | 113 | 'width' => '10%', |
114 | - ), |
|
115 | - 'lead_source' => |
|
116 | - array ( |
|
114 | + ), |
|
115 | + 'lead_source' => |
|
116 | + array ( |
|
117 | 117 | 'name' => 'lead_source', |
118 | 118 | 'default' => true, |
119 | 119 | 'width' => '10%', |
120 | - ), |
|
121 | - 'date_closed' => |
|
122 | - array ( |
|
120 | + ), |
|
121 | + 'date_closed' => |
|
122 | + array ( |
|
123 | 123 | 'name' => 'date_closed', |
124 | 124 | 'default' => true, |
125 | 125 | 'width' => '10%', |
126 | - ), |
|
127 | - 'next_step' => |
|
128 | - array ( |
|
126 | + ), |
|
127 | + 'next_step' => |
|
128 | + array ( |
|
129 | 129 | 'type' => 'varchar', |
130 | 130 | 'label' => 'LBL_NEXT_STEP', |
131 | 131 | 'width' => '10%', |
132 | 132 | 'default' => true, |
133 | 133 | 'name' => 'next_step', |
134 | - ), |
|
134 | + ), |
|
135 | + ), |
|
135 | 136 | ), |
136 | - ), |
|
137 | 137 | |
138 | 138 | ); |
139 | 139 | ?> |
@@ -39,67 +39,67 @@ discard block |
||
39 | 39 | |
40 | 40 | $searchdefs['Opportunities'] = array( |
41 | 41 | 'templateMeta' => |
42 | - array ( |
|
42 | + array( |
|
43 | 43 | 'maxColumns' => '3', |
44 | 44 | 'maxColumnsBasic' => '4', |
45 | 45 | 'widths' => |
46 | - array ( |
|
46 | + array( |
|
47 | 47 | 'label' => '10', |
48 | 48 | 'field' => '30', |
49 | 49 | ), |
50 | 50 | ), |
51 | 51 | 'layout' => |
52 | - array ( |
|
52 | + array( |
|
53 | 53 | 'basic_search' => |
54 | - array ( |
|
54 | + array( |
|
55 | 55 | 'name' => |
56 | - array ( |
|
56 | + array( |
|
57 | 57 | 'name' => 'name', |
58 | 58 | 'default' => true, |
59 | 59 | 'width' => '10%', |
60 | 60 | ), |
61 | 61 | 'current_user_only' => |
62 | - array ( |
|
62 | + array( |
|
63 | 63 | 'name' => 'current_user_only', |
64 | 64 | 'label' => 'LBL_CURRENT_USER_FILTER', |
65 | 65 | 'type' => 'bool', |
66 | 66 | 'default' => true, |
67 | 67 | 'width' => '10%', |
68 | 68 | ), |
69 | - array ('name' => 'open_only', 'label' => 'LBL_OPEN_ITEMS', 'type' => 'bool', 'default' => false, 'width' => '10%'), |
|
70 | - array ('name' => 'favorites_only','label' => 'LBL_FAVORITES_FILTER','type' => 'bool',), |
|
69 | + array('name' => 'open_only', 'label' => 'LBL_OPEN_ITEMS', 'type' => 'bool', 'default' => false, 'width' => '10%'), |
|
70 | + array('name' => 'favorites_only', 'label' => 'LBL_FAVORITES_FILTER', 'type' => 'bool',), |
|
71 | 71 | |
72 | 72 | ), |
73 | 73 | 'advanced_search' => |
74 | - array ( |
|
74 | + array( |
|
75 | 75 | 'name' => |
76 | - array ( |
|
76 | + array( |
|
77 | 77 | 'name' => 'name', |
78 | 78 | 'default' => true, |
79 | 79 | 'width' => '10%', |
80 | 80 | ), |
81 | 81 | 'account_name' => |
82 | - array ( |
|
82 | + array( |
|
83 | 83 | 'name' => 'account_name', |
84 | 84 | 'default' => true, |
85 | 85 | 'width' => '10%', |
86 | 86 | ), |
87 | 87 | 'amount' => |
88 | - array ( |
|
88 | + array( |
|
89 | 89 | 'name' => 'amount', |
90 | 90 | 'default' => true, |
91 | 91 | 'width' => '10%', |
92 | 92 | ), |
93 | 93 | 'assigned_user_id' => |
94 | - array ( |
|
94 | + array( |
|
95 | 95 | 'name' => 'assigned_user_id', |
96 | 96 | 'type' => 'enum', |
97 | 97 | 'label' => 'LBL_ASSIGNED_TO', |
98 | 98 | 'function' => |
99 | - array ( |
|
99 | + array( |
|
100 | 100 | 'name' => 'get_user_array', |
101 | 101 | 'params' => |
102 | - array ( |
|
102 | + array( |
|
103 | 103 | 0 => false, |
104 | 104 | ), |
105 | 105 | ), |
@@ -107,25 +107,25 @@ discard block |
||
107 | 107 | 'width' => '10%', |
108 | 108 | ), |
109 | 109 | 'sales_stage' => |
110 | - array ( |
|
110 | + array( |
|
111 | 111 | 'name' => 'sales_stage', |
112 | 112 | 'default' => true, |
113 | 113 | 'width' => '10%', |
114 | 114 | ), |
115 | 115 | 'lead_source' => |
116 | - array ( |
|
116 | + array( |
|
117 | 117 | 'name' => 'lead_source', |
118 | 118 | 'default' => true, |
119 | 119 | 'width' => '10%', |
120 | 120 | ), |
121 | 121 | 'date_closed' => |
122 | - array ( |
|
122 | + array( |
|
123 | 123 | 'name' => 'date_closed', |
124 | 124 | 'default' => true, |
125 | 125 | 'width' => '10%', |
126 | 126 | ), |
127 | 127 | 'next_step' => |
128 | - array ( |
|
128 | + array( |
|
129 | 129 | 'type' => 'varchar', |
130 | 130 | 'label' => 'LBL_NEXT_STEP', |
131 | 131 | 'width' => '10%', |
@@ -42,28 +42,28 @@ |
||
42 | 42 | |
43 | 43 | |
44 | 44 | $GLOBALS['studioDefs']['Opportunities'] = array( |
45 | - 'LBL_DETAILVIEW'=>array( |
|
46 | - 'template'=>'xtpl', |
|
47 | - 'template_file'=>'modules/Opportunities/DetailView.html', |
|
48 | - 'php_file'=>'modules/Opportunities/DetailView.php', |
|
49 | - 'type'=>'DetailView', |
|
50 | - ), |
|
51 | - 'LBL_EDITVIEW'=>array( |
|
52 | - 'template'=>'xtpl', |
|
53 | - 'template_file'=>'modules/Opportunities/EditView.html', |
|
54 | - 'php_file'=>'modules/Opportunities/EditView.php', |
|
55 | - 'type'=>'EditView', |
|
56 | - ), |
|
57 | - 'LBL_LISTVIEW'=>array( |
|
58 | - 'template'=>'listview', |
|
59 | - 'meta_file'=>'modules/Opportunities/listviewdefs.php', |
|
60 | - 'type'=>'ListView', |
|
61 | - ), |
|
62 | - 'LBL_SEARCHFORM'=>array( |
|
63 | - 'template'=>'xtpl', |
|
64 | - 'template_file'=>'modules/Opportunities/SearchForm.html', |
|
65 | - 'php_file'=>'modules/Opportunities/ListView.php', |
|
66 | - 'type'=>'SearchForm', |
|
67 | - ), |
|
45 | + 'LBL_DETAILVIEW'=>array( |
|
46 | + 'template'=>'xtpl', |
|
47 | + 'template_file'=>'modules/Opportunities/DetailView.html', |
|
48 | + 'php_file'=>'modules/Opportunities/DetailView.php', |
|
49 | + 'type'=>'DetailView', |
|
50 | + ), |
|
51 | + 'LBL_EDITVIEW'=>array( |
|
52 | + 'template'=>'xtpl', |
|
53 | + 'template_file'=>'modules/Opportunities/EditView.html', |
|
54 | + 'php_file'=>'modules/Opportunities/EditView.php', |
|
55 | + 'type'=>'EditView', |
|
56 | + ), |
|
57 | + 'LBL_LISTVIEW'=>array( |
|
58 | + 'template'=>'listview', |
|
59 | + 'meta_file'=>'modules/Opportunities/listviewdefs.php', |
|
60 | + 'type'=>'ListView', |
|
61 | + ), |
|
62 | + 'LBL_SEARCHFORM'=>array( |
|
63 | + 'template'=>'xtpl', |
|
64 | + 'template_file'=>'modules/Opportunities/SearchForm.html', |
|
65 | + 'php_file'=>'modules/Opportunities/ListView.php', |
|
66 | + 'type'=>'SearchForm', |
|
67 | + ), |
|
68 | 68 | |
69 | 69 | ); |
@@ -1,5 +1,5 @@ |
||
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. |
@@ -1,5 +1,7 @@ |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if(!defined('sugarEntry') || !sugarEntry) { |
|
3 | + die('Not A Valid Entry Point'); |
|
4 | +} |
|
3 | 5 | /********************************************************************************* |
4 | 6 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 7 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -39,117 +39,117 @@ |
||
39 | 39 | |
40 | 40 | $viewdefs ['Opportunities'] = |
41 | 41 | array ( |
42 | - 'DetailView' => |
|
43 | - array ( |
|
42 | + 'DetailView' => |
|
43 | + array ( |
|
44 | 44 | 'templateMeta' => |
45 | 45 | array ( |
46 | - 'form' => |
|
47 | - array ( |
|
46 | + 'form' => |
|
47 | + array ( |
|
48 | 48 | 'buttons' => |
49 | 49 | array ( |
50 | - 0 => 'EDIT', |
|
51 | - 1 => 'DUPLICATE', |
|
52 | - 2 => 'DELETE', |
|
53 | - 3 => 'FIND_DUPLICATES', |
|
50 | + 0 => 'EDIT', |
|
51 | + 1 => 'DUPLICATE', |
|
52 | + 2 => 'DELETE', |
|
53 | + 3 => 'FIND_DUPLICATES', |
|
54 | 54 | ), |
55 | - ), |
|
56 | - 'maxColumns' => '2', |
|
57 | - 'widths' => |
|
58 | - array ( |
|
55 | + ), |
|
56 | + 'maxColumns' => '2', |
|
57 | + 'widths' => |
|
58 | + array ( |
|
59 | 59 | 0 => |
60 | 60 | array ( |
61 | - 'label' => '10', |
|
62 | - 'field' => '30', |
|
61 | + 'label' => '10', |
|
62 | + 'field' => '30', |
|
63 | 63 | ), |
64 | 64 | 1 => |
65 | 65 | array ( |
66 | - 'label' => '10', |
|
67 | - 'field' => '30', |
|
66 | + 'label' => '10', |
|
67 | + 'field' => '30', |
|
68 | 68 | ), |
69 | - ), |
|
70 | - 'useTabs' => true, |
|
71 | - 'tabDefs' => |
|
72 | - array ( |
|
69 | + ), |
|
70 | + 'useTabs' => true, |
|
71 | + 'tabDefs' => |
|
72 | + array ( |
|
73 | 73 | 'DEFAULT' => |
74 | 74 | array ( |
75 | - 'newTab' => true, |
|
76 | - 'panelDefault' => 'expanded', |
|
75 | + 'newTab' => true, |
|
76 | + 'panelDefault' => 'expanded', |
|
77 | 77 | ), |
78 | 78 | 'LBL_PANEL_ASSIGNMENT' => |
79 | 79 | array ( |
80 | - 'newTab' => true, |
|
81 | - 'panelDefault' => 'expanded', |
|
80 | + 'newTab' => true, |
|
81 | + 'panelDefault' => 'expanded', |
|
82 | + ), |
|
82 | 83 | ), |
83 | - ), |
|
84 | 84 | ), |
85 | 85 | 'panels' => |
86 | 86 | array ( |
87 | - 'default' => |
|
88 | - array ( |
|
87 | + 'default' => |
|
88 | + array ( |
|
89 | 89 | 0 => |
90 | 90 | array ( |
91 | - 0 => 'name', |
|
92 | - 1 => 'account_name', |
|
91 | + 0 => 'name', |
|
92 | + 1 => 'account_name', |
|
93 | 93 | ), |
94 | 94 | 1 => |
95 | 95 | array ( |
96 | - 0 => |
|
97 | - array ( |
|
96 | + 0 => |
|
97 | + array ( |
|
98 | 98 | 'name' => 'amount', |
99 | 99 | 'label' => '{$MOD.LBL_AMOUNT} ({$CURRENCY})', |
100 | - ), |
|
101 | - 1 => 'date_closed', |
|
100 | + ), |
|
101 | + 1 => 'date_closed', |
|
102 | 102 | ), |
103 | 103 | 2 => |
104 | 104 | array ( |
105 | - 0 => 'sales_stage', |
|
106 | - 1 => 'opportunity_type', |
|
105 | + 0 => 'sales_stage', |
|
106 | + 1 => 'opportunity_type', |
|
107 | 107 | ), |
108 | 108 | 3 => |
109 | 109 | array ( |
110 | - 0 => 'probability', |
|
111 | - 1 => 'lead_source', |
|
110 | + 0 => 'probability', |
|
111 | + 1 => 'lead_source', |
|
112 | 112 | ), |
113 | 113 | 4 => |
114 | 114 | array ( |
115 | - 0 => 'next_step', |
|
116 | - 1 => 'campaign_name', |
|
115 | + 0 => 'next_step', |
|
116 | + 1 => 'campaign_name', |
|
117 | 117 | ), |
118 | 118 | 5 => |
119 | 119 | array ( |
120 | - 0 => |
|
121 | - array ( |
|
120 | + 0 => |
|
121 | + array ( |
|
122 | 122 | 'name' => 'description', |
123 | 123 | 'nl2br' => true, |
124 | - ), |
|
124 | + ), |
|
125 | 125 | ), |
126 | 126 | 6 => |
127 | 127 | array ( |
128 | - 0 => |
|
129 | - array ( |
|
128 | + 0 => |
|
129 | + array ( |
|
130 | 130 | 'name' => 'assigned_user_name', |
131 | 131 | 'label' => 'LBL_ASSIGNED_TO', |
132 | - ), |
|
132 | + ), |
|
133 | + ), |
|
133 | 134 | ), |
134 | - ), |
|
135 | - 'LBL_PANEL_ASSIGNMENT' => |
|
136 | - array ( |
|
135 | + 'LBL_PANEL_ASSIGNMENT' => |
|
136 | + array ( |
|
137 | 137 | 0 => |
138 | 138 | array ( |
139 | - 0 => |
|
140 | - array ( |
|
139 | + 0 => |
|
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 | - ), |
|
145 | - 1 => |
|
146 | - array ( |
|
144 | + ), |
|
145 | + 1 => |
|
146 | + array ( |
|
147 | 147 | 'name' => 'date_entered', |
148 | 148 | 'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}', |
149 | - ), |
|
149 | + ), |
|
150 | + ), |
|
150 | 151 | ), |
151 | - ), |
|
152 | 152 | ), |
153 | - ), |
|
153 | + ), |
|
154 | 154 | ); |
155 | 155 | ?> |
@@ -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 | ), |
@@ -46,69 +46,69 @@ |
||
46 | 46 | ********************************************************************************/ |
47 | 47 | |
48 | 48 | $viewdefs = array ( |
49 | - 'Opportunities' => |
|
50 | - array ( |
|
49 | + 'Opportunities' => |
|
50 | + array ( |
|
51 | 51 | 'QuickCreate' => |
52 | 52 | array ( |
53 | - 'templateMeta' => |
|
54 | - array ( |
|
53 | + 'templateMeta' => |
|
54 | + array ( |
|
55 | 55 | 'maxColumns' => '2', |
56 | 56 | 'widths' => |
57 | 57 | array ( |
58 | - 0 => |
|
59 | - array ( |
|
58 | + 0 => |
|
59 | + array ( |
|
60 | 60 | 'label' => '10', |
61 | 61 | 'field' => '30', |
62 | - ), |
|
63 | - 1 => |
|
64 | - array ( |
|
62 | + ), |
|
63 | + 1 => |
|
64 | + array ( |
|
65 | 65 | 'label' => '10', |
66 | 66 | 'field' => '30', |
67 | - ), |
|
67 | + ), |
|
68 | 68 | ), |
69 | 69 | 'javascript' => '{$PROBABILITY_SCRIPT}', |
70 | - ), |
|
71 | - 'panels' => |
|
72 | - array ( |
|
70 | + ), |
|
71 | + 'panels' => |
|
72 | + array ( |
|
73 | 73 | 'DEFAULT' => |
74 | 74 | array ( |
75 | - array ( |
|
76 | 75 | array ( |
77 | - 'name' => 'name', |
|
78 | - 'displayParams'=>array('required'=>true), |
|
76 | + array ( |
|
77 | + 'name' => 'name', |
|
78 | + 'displayParams'=>array('required'=>true), |
|
79 | 79 | ), |
80 | 80 | array ( |
81 | - 'name' => 'account_name', |
|
81 | + 'name' => 'account_name', |
|
82 | + ), |
|
82 | 83 | ), |
83 | - ), |
|
84 | - array ( |
|
85 | 84 | array ( |
86 | - 'name' => 'currency_id', |
|
85 | + array ( |
|
86 | + 'name' => 'currency_id', |
|
87 | 87 | ), |
88 | 88 | array ( |
89 | - 'name' => 'opportunity_type', |
|
89 | + 'name' => 'opportunity_type', |
|
90 | 90 | ), |
91 | - ), |
|
92 | - array ( |
|
91 | + ), |
|
92 | + array ( |
|
93 | 93 | 'amount', |
94 | 94 | 'date_closed' |
95 | - ), |
|
96 | - array ( |
|
97 | - 'next_step', |
|
98 | - 'sales_stage', |
|
99 | - ), |
|
100 | - array ( |
|
101 | - 'lead_source', |
|
102 | - 'probability', |
|
103 | - ), |
|
95 | + ), |
|
96 | + array ( |
|
97 | + 'next_step', |
|
98 | + 'sales_stage', |
|
99 | + ), |
|
100 | + array ( |
|
101 | + 'lead_source', |
|
102 | + 'probability', |
|
103 | + ), |
|
104 | 104 | array ( |
105 | 105 | array ( |
106 | - 'name' => 'assigned_user_name', |
|
106 | + 'name' => 'assigned_user_name', |
|
107 | 107 | ), |
108 | 108 | ), |
109 | 109 | ), |
110 | - ), |
|
110 | + ), |
|
111 | + ), |
|
111 | 112 | ), |
112 | - ), |
|
113 | 113 | ); |
114 | 114 | ?> |
@@ -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,7 @@ |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if(!defined('sugarEntry') || !sugarEntry) { |
|
3 | + die('Not A Valid Entry Point'); |
|
4 | +} |
|
3 | 5 | /********************************************************************************* |
4 | 6 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 7 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -43,13 +43,13 @@ |
||
43 | 43 | * To change the template for this generated file go to |
44 | 44 | * Window - Preferences - PHPeclipse - PHP - Code Templates |
45 | 45 | */ |
46 | - $metafiles['Opportunities'] = array( |
|
47 | - 'detailviewdefs' => 'modules/Opportunities/metadata/detailviewdefs.php', |
|
48 | - 'editviewdefs' => 'modules/Opportunities/metadata/editviewdefs.php', |
|
49 | - 'listviewdefs' => 'modules/Opportunities/metadata/listviewdefs.php', |
|
50 | - 'searchdefs' => 'modules/Opportunities/metadata/searchdefs.php', |
|
51 | - 'popupdefs' => 'modules/Opportunities/metadata/popupdefs.php', |
|
52 | - 'searchfields' => 'modules/Opportunities/metadata/SearchFields.php', |
|
46 | + $metafiles['Opportunities'] = array( |
|
47 | + 'detailviewdefs' => 'modules/Opportunities/metadata/detailviewdefs.php', |
|
48 | + 'editviewdefs' => 'modules/Opportunities/metadata/editviewdefs.php', |
|
49 | + 'listviewdefs' => 'modules/Opportunities/metadata/listviewdefs.php', |
|
50 | + 'searchdefs' => 'modules/Opportunities/metadata/searchdefs.php', |
|
51 | + 'popupdefs' => 'modules/Opportunities/metadata/popupdefs.php', |
|
52 | + 'searchfields' => 'modules/Opportunities/metadata/SearchFields.php', |
|
53 | 53 | |
54 | - ); |
|
54 | + ); |
|
55 | 55 | ?> |
@@ -42,43 +42,43 @@ discard block |
||
42 | 42 | |
43 | 43 | |
44 | 44 | $listViewDefs['Opportunities'] = array( |
45 | - 'NAME' => array( |
|
46 | - 'width' => '30', |
|
47 | - 'label' => 'LBL_LIST_OPPORTUNITY_NAME', |
|
48 | - 'link' => true, |
|
45 | + 'NAME' => array( |
|
46 | + 'width' => '30', |
|
47 | + 'label' => 'LBL_LIST_OPPORTUNITY_NAME', |
|
48 | + 'link' => true, |
|
49 | 49 | 'default' => true), |
50 | - 'ACCOUNT_NAME' => array( |
|
51 | - 'width' => '20', |
|
52 | - 'label' => 'LBL_LIST_ACCOUNT_NAME', |
|
53 | - 'id' => 'ACCOUNT_ID', |
|
50 | + 'ACCOUNT_NAME' => array( |
|
51 | + 'width' => '20', |
|
52 | + 'label' => 'LBL_LIST_ACCOUNT_NAME', |
|
53 | + 'id' => 'ACCOUNT_ID', |
|
54 | 54 | 'module' => 'Accounts', |
55 | - 'link' => true, |
|
55 | + 'link' => true, |
|
56 | 56 | 'default' => true, |
57 | 57 | 'sortable'=> true, |
58 | 58 | 'ACLTag' => 'ACCOUNT', |
59 | 59 | 'contextMenu' => array('objectType' => 'sugarAccount', |
60 | - 'metaData' => array('return_module' => 'Contacts', |
|
61 | - 'return_action' => 'ListView', |
|
62 | - 'module' => 'Accounts', |
|
63 | - 'return_action' => 'ListView', |
|
64 | - 'parent_id' => '{$ACCOUNT_ID}', |
|
65 | - 'parent_name' => '{$ACCOUNT_NAME}', |
|
66 | - 'account_id' => '{$ACCOUNT_ID}', |
|
67 | - 'account_name' => '{$ACCOUNT_NAME}', |
|
68 | - ), |
|
69 | - ), |
|
60 | + 'metaData' => array('return_module' => 'Contacts', |
|
61 | + 'return_action' => 'ListView', |
|
62 | + 'module' => 'Accounts', |
|
63 | + 'return_action' => 'ListView', |
|
64 | + 'parent_id' => '{$ACCOUNT_ID}', |
|
65 | + 'parent_name' => '{$ACCOUNT_NAME}', |
|
66 | + 'account_id' => '{$ACCOUNT_ID}', |
|
67 | + 'account_name' => '{$ACCOUNT_NAME}', |
|
68 | + ), |
|
69 | + ), |
|
70 | 70 | 'related_fields' => array('account_id')), |
71 | - 'SALES_STAGE' => array( |
|
72 | - 'width' => '10', |
|
73 | - 'label' => 'LBL_LIST_SALES_STAGE', |
|
71 | + 'SALES_STAGE' => array( |
|
72 | + 'width' => '10', |
|
73 | + 'label' => 'LBL_LIST_SALES_STAGE', |
|
74 | 74 | 'default' => true), |
75 | - 'AMOUNT_USDOLLAR' => array( |
|
76 | - 'width' => '10', |
|
77 | - 'label' => 'LBL_LIST_AMOUNT_USDOLLAR', |
|
75 | + 'AMOUNT_USDOLLAR' => array( |
|
76 | + 'width' => '10', |
|
77 | + 'label' => 'LBL_LIST_AMOUNT_USDOLLAR', |
|
78 | 78 | 'align' => 'right', |
79 | 79 | 'default' => true, |
80 | 80 | 'currency_format' => true, |
81 | - ), |
|
81 | + ), |
|
82 | 82 | 'OPPORTUNITY_TYPE' => array( |
83 | 83 | 'width' => '15', |
84 | 84 | 'label' => 'LBL_TYPE'), |
@@ -91,17 +91,17 @@ discard block |
||
91 | 91 | 'PROBABILITY' => array( |
92 | 92 | 'width' => '10', |
93 | 93 | 'label' => 'LBL_PROBABILITY'), |
94 | - 'DATE_CLOSED' => array( |
|
95 | - 'width' => '10', |
|
96 | - 'label' => 'LBL_LIST_DATE_CLOSED', |
|
94 | + 'DATE_CLOSED' => array( |
|
95 | + 'width' => '10', |
|
96 | + 'label' => 'LBL_LIST_DATE_CLOSED', |
|
97 | 97 | 'default' => true), |
98 | 98 | 'CREATED_BY_NAME' => array( |
99 | 99 | 'width' => '10', |
100 | 100 | 'label' => 'LBL_CREATED'), |
101 | - 'ASSIGNED_USER_NAME' => array( |
|
102 | - 'width' => '5', |
|
103 | - 'label' => 'LBL_LIST_ASSIGNED_USER', |
|
104 | - 'module' => 'Employees', |
|
101 | + 'ASSIGNED_USER_NAME' => array( |
|
102 | + 'width' => '5', |
|
103 | + 'label' => 'LBL_LIST_ASSIGNED_USER', |
|
104 | + 'module' => 'Employees', |
|
105 | 105 | 'id' => 'ASSIGNED_USER_ID', |
106 | 106 | 'default' => true), |
107 | 107 | 'MODIFIED_BY_NAME' => array( |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | 'DATE_ENTERED' => array( |
111 | 111 | 'width' => '10', |
112 | 112 | 'label' => 'LBL_DATE_ENTERED', |
113 | - 'default' => true) |
|
113 | + 'default' => true) |
|
114 | 114 | ); |
115 | 115 | |
116 | 116 | ?> |
@@ -1,5 +1,5 @@ |
||
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. |
@@ -1,5 +1,7 @@ |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if(!defined('sugarEntry') || !sugarEntry) { |
|
3 | + die('Not A Valid Entry Point'); |
|
4 | +} |
|
3 | 5 | /********************************************************************************* |
4 | 6 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 7 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -45,97 +45,97 @@ discard block |
||
45 | 45 | |
46 | 46 | |
47 | 47 | function checkForDuplicates($prefix){ |
48 | - require_once('include/formbase.php'); |
|
48 | + require_once('include/formbase.php'); |
|
49 | 49 | |
50 | - $focus = new Opportunity(); |
|
51 | - $query = ''; |
|
52 | - $baseQuery = 'select id, name, sales_stage,amount, date_closed from opportunities where deleted!=1 and ('; |
|
53 | - |
|
54 | - if(isset($_POST[$prefix.'name']) && !empty($_POST[$prefix.'name'])){ |
|
55 | - $query = $baseQuery ." name like '%".$_POST[$prefix.'name']."%'"; |
|
56 | - $query .= getLikeForEachWord('name', $_POST[$prefix.'name']); |
|
57 | - } |
|
58 | - |
|
59 | - if(!empty($query)){ |
|
60 | - $rows = array(); |
|
61 | - global $db; |
|
62 | - $result = $db->query($query.')'); |
|
63 | - $i=-1; |
|
64 | - while(($row=$db->fetchByAssoc($result)) != null) { |
|
65 | - $i++; |
|
66 | - $rows[$i] = $row; |
|
67 | - } |
|
68 | - if ($i==-1) return null; |
|
50 | + $focus = new Opportunity(); |
|
51 | + $query = ''; |
|
52 | + $baseQuery = 'select id, name, sales_stage,amount, date_closed from opportunities where deleted!=1 and ('; |
|
53 | + |
|
54 | + if(isset($_POST[$prefix.'name']) && !empty($_POST[$prefix.'name'])){ |
|
55 | + $query = $baseQuery ." name like '%".$_POST[$prefix.'name']."%'"; |
|
56 | + $query .= getLikeForEachWord('name', $_POST[$prefix.'name']); |
|
57 | + } |
|
58 | + |
|
59 | + if(!empty($query)){ |
|
60 | + $rows = array(); |
|
61 | + global $db; |
|
62 | + $result = $db->query($query.')'); |
|
63 | + $i=-1; |
|
64 | + while(($row=$db->fetchByAssoc($result)) != null) { |
|
65 | + $i++; |
|
66 | + $rows[$i] = $row; |
|
67 | + } |
|
68 | + if ($i==-1) return null; |
|
69 | 69 | |
70 | - return $rows; |
|
71 | - } |
|
72 | - return null; |
|
70 | + return $rows; |
|
71 | + } |
|
72 | + return null; |
|
73 | 73 | } |
74 | 74 | |
75 | 75 | |
76 | 76 | function buildTableForm($rows, $mod='Opportunities'){ |
77 | - if(!empty($mod)){ |
|
78 | - global $current_language; |
|
79 | - $mod_strings = return_module_language($current_language, $mod); |
|
80 | - }else global $mod_strings; |
|
81 | - global $app_strings; |
|
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>'; |
|
84 | - |
|
85 | - $form .= "<form action='index.php' method='post' name='dupOpps'><input type='hidden' name='selectedOpportunity' value=''>"; |
|
86 | - $form .= "<table width='100%' cellpadding='0' cellspacing='0' class='list view'>"; |
|
87 | - $form .= "<tr class='pagination'><td colspan='$cols'><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td><input type='submit' class='button' name='ContinueOpportunity' value='${mod_strings['LNK_NEW_OPPORTUNITY']}'></td></tr></table></td></tr><tr>"; |
|
88 | - $form .= "<tr><td scope='col'> </td>"; |
|
77 | + if(!empty($mod)){ |
|
78 | + global $current_language; |
|
79 | + $mod_strings = return_module_language($current_language, $mod); |
|
80 | + }else global $mod_strings; |
|
81 | + global $app_strings; |
|
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>'; |
|
84 | + |
|
85 | + $form .= "<form action='index.php' method='post' name='dupOpps'><input type='hidden' name='selectedOpportunity' value=''>"; |
|
86 | + $form .= "<table width='100%' cellpadding='0' cellspacing='0' class='list view'>"; |
|
87 | + $form .= "<tr class='pagination'><td colspan='$cols'><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td><input type='submit' class='button' name='ContinueOpportunity' value='${mod_strings['LNK_NEW_OPPORTUNITY']}'></td></tr></table></td></tr><tr>"; |
|
88 | + $form .= "<tr><td scope='col'> </td>"; |
|
89 | 89 | require_once('include/formbase.php'); |
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>"; |
|
95 | - }} |
|
96 | - $form .= "</tr>"; |
|
97 | - } |
|
98 | - |
|
99 | - $rowColor = 'oddListRowS1'; |
|
100 | - foreach($rows as $row){ |
|
101 | - |
|
102 | - $form .= "<tr class='$rowColor'>"; |
|
103 | - |
|
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 | - $wasSet = false; |
|
106 | - foreach ($row as $key=>$value){ |
|
107 | - if($key != 'id'){ |
|
108 | - if(!$wasSet){ |
|
109 | - $form .= "<td scope='row'><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
|
110 | - $wasSet = true; |
|
111 | - }else{ |
|
112 | - $form .= "<td><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
|
113 | - } |
|
114 | - }} |
|
115 | - |
|
116 | - if($rowColor == 'evenListRowS1'){ |
|
117 | - $rowColor = 'oddListRowS1'; |
|
118 | - }else{ |
|
119 | - $rowColor = 'evenListRowS1'; |
|
120 | - } |
|
121 | - $form .= "</tr>"; |
|
122 | - } |
|
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>"; |
|
95 | + }} |
|
96 | + $form .= "</tr>"; |
|
97 | + } |
|
98 | + |
|
99 | + $rowColor = 'oddListRowS1'; |
|
100 | + foreach($rows as $row){ |
|
101 | + |
|
102 | + $form .= "<tr class='$rowColor'>"; |
|
103 | + |
|
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 | + $wasSet = false; |
|
106 | + foreach ($row as $key=>$value){ |
|
107 | + if($key != 'id'){ |
|
108 | + if(!$wasSet){ |
|
109 | + $form .= "<td scope='row'><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
|
110 | + $wasSet = true; |
|
111 | + }else{ |
|
112 | + $form .= "<td><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
|
113 | + } |
|
114 | + }} |
|
115 | + |
|
116 | + if($rowColor == 'evenListRowS1'){ |
|
117 | + $rowColor = 'oddListRowS1'; |
|
118 | + }else{ |
|
119 | + $rowColor = 'evenListRowS1'; |
|
120 | + } |
|
121 | + $form .= "</tr>"; |
|
122 | + } |
|
123 | 123 | $form .= "<tr class='pagination'><td colspan='$cols'><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td><input type='submit' class='button' name='ContinueOpportunity' value='${mod_strings['LNK_NEW_OPPORTUNITY']}'></td></tr></table></td></tr><tr>"; |
124 | - $form .= "</table><BR></form>"; |
|
124 | + $form .= "</table><BR></form>"; |
|
125 | 125 | |
126 | - return $form; |
|
126 | + return $form; |
|
127 | 127 | |
128 | 128 | |
129 | 129 | |
130 | 130 | } |
131 | 131 | |
132 | 132 | function getForm($prefix, $mod='Opportunities'){ |
133 | - if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
134 | - return ''; |
|
135 | - } |
|
133 | + if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
134 | + return ''; |
|
135 | + } |
|
136 | 136 | if(!empty($mod)){ |
137 | - global $current_language; |
|
138 | - $mod_strings = return_module_language($current_language, $mod); |
|
137 | + global $current_language; |
|
138 | + $mod_strings = return_module_language($current_language, $mod); |
|
139 | 139 | }else global $mod_strings; |
140 | 140 | global $app_strings; |
141 | 141 | global $sugar_version, $sugar_config; |
@@ -165,18 +165,18 @@ discard block |
||
165 | 165 | } |
166 | 166 | |
167 | 167 | function getWideFormBody($prefix, $mod='Opportunities', $formname='', $lead='', $showaccount = true){ |
168 | - if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
169 | - return ''; |
|
170 | - } |
|
171 | - if(empty($lead)){ |
|
172 | - $lead = new Lead(); |
|
173 | - } |
|
168 | + if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
169 | + return ''; |
|
170 | + } |
|
171 | + if(empty($lead)){ |
|
172 | + $lead = new Lead(); |
|
173 | + } |
|
174 | 174 | global $mod_strings, $sugar_config; |
175 | 175 | $showaccount = $showaccount && $sugar_config['require_accounts']; |
176 | 176 | $temp_strings = $mod_strings; |
177 | 177 | if(!empty($mod)){ |
178 | - global $current_language; |
|
179 | - $mod_strings = return_module_language($current_language, $mod); |
|
178 | + global $current_language; |
|
179 | + $mod_strings = return_module_language($current_language, $mod); |
|
180 | 180 | } |
181 | 181 | |
182 | 182 | global $app_strings; |
@@ -215,9 +215,9 @@ 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 | - $user_id = $current_user->id; |
|
220 | + $user_id = $current_user->id; |
|
221 | 221 | } |
222 | 222 | |
223 | 223 | |
@@ -229,9 +229,9 @@ discard block |
||
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 |
@@ -257,7 +257,7 @@ discard block |
||
257 | 257 | </tr> |
258 | 258 | EOQ; |
259 | 259 | if($showaccount){ |
260 | - $the_form .= <<<EOQ |
|
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> |
263 | 263 | </tr> |
@@ -285,9 +285,9 @@ discard block |
||
285 | 285 | </tr> |
286 | 286 | EOQ; |
287 | 287 | //carry forward custom lead fields to opportunities during Lead Conversion |
288 | - $tempOpp = new Opportunity(); |
|
289 | - if (method_exists($lead, 'convertCustomFieldsForm')) $lead->convertCustomFieldsForm($the_form, $tempOpp, $prefix); |
|
290 | - unset($tempOpp); |
|
288 | + $tempOpp = new Opportunity(); |
|
289 | + if (method_exists($lead, 'convertCustomFieldsForm')) $lead->convertCustomFieldsForm($the_form, $tempOpp, $prefix); |
|
290 | + unset($tempOpp); |
|
291 | 291 | |
292 | 292 | $the_form .= <<<EOQ |
293 | 293 | |
@@ -315,12 +315,12 @@ discard block |
||
315 | 315 | } // end getWideFormBody |
316 | 316 | |
317 | 317 | function getFormBody($prefix, $mod='Opportunities', $formname=''){ |
318 | - if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
319 | - return ''; |
|
320 | - } |
|
318 | + if(!ACLController::checkAccess('Opportunities', 'edit', true)){ |
|
319 | + return ''; |
|
320 | + } |
|
321 | 321 | if(!empty($mod)){ |
322 | - global $current_language; |
|
323 | - $mod_strings = return_module_language($current_language, $mod); |
|
322 | + global $current_language; |
|
323 | + $mod_strings = return_module_language($current_language, $mod); |
|
324 | 324 | }else global $mod_strings; |
325 | 325 | global $app_strings; |
326 | 326 | global $app_list_strings; |
@@ -363,13 +363,13 @@ discard block |
||
363 | 363 | /// SETUP ACCOUNT POPUP |
364 | 364 | |
365 | 365 | $popup_request_data = array( |
366 | - 'call_back_function' => 'set_return', |
|
367 | - 'form_name' => "{$prefix}OppSave", |
|
368 | - 'field_to_name_array' => array( |
|
369 | - 'id' => 'account_id', |
|
370 | - 'name' => 'account_name', |
|
371 | - ), |
|
372 | - ); |
|
366 | + 'call_back_function' => 'set_return', |
|
367 | + 'form_name' => "{$prefix}OppSave", |
|
368 | + 'field_to_name_array' => array( |
|
369 | + 'id' => 'account_id', |
|
370 | + 'name' => 'account_name', |
|
371 | + ), |
|
372 | + ); |
|
373 | 373 | |
374 | 374 | $json = getJSONobj(); |
375 | 375 | $encoded_popup_request_data = $json->encode($popup_request_data); |
@@ -429,12 +429,12 @@ discard block |
||
429 | 429 | global $current_user; |
430 | 430 | |
431 | 431 | |
432 | - require_once('include/formbase.php'); |
|
432 | + require_once('include/formbase.php'); |
|
433 | 433 | |
434 | - $focus = new Opportunity(); |
|
435 | - if($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))){ |
|
436 | - return null; |
|
437 | - } |
|
434 | + $focus = new Opportunity(); |
|
435 | + if($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))){ |
|
436 | + return null; |
|
437 | + } |
|
438 | 438 | |
439 | 439 | if(empty($_POST['currency_id'])){ |
440 | 440 | $currency_id = $current_user->getPreference('currency'); |
@@ -442,28 +442,28 @@ discard block |
||
442 | 442 | $focus->currency_id = $currency_id; |
443 | 443 | } |
444 | 444 | } |
445 | - $focus = populateFromPost($prefix, $focus); |
|
446 | - if( !ACLController::checkAccess($focus->module_dir, 'edit', $focus->isOwner($current_user->id))){ |
|
447 | - ACLController::displayNoAccess(true); |
|
448 | - } |
|
449 | - $check_notify = FALSE; |
|
450 | - if (isset($GLOBALS['check_notify'])) { |
|
451 | - $check_notify = $GLOBALS['check_notify']; |
|
452 | - } |
|
453 | - |
|
454 | - $focus->save($check_notify); |
|
455 | - |
|
456 | - if(!empty($_POST['duplicate_parent_id'])){ |
|
457 | - clone_relationship($focus->db, array('opportunities_contacts'),'opportunity_id', $_POST['duplicate_parent_id'], $focus->id); |
|
458 | - } |
|
459 | - $return_id = $focus->id; |
|
445 | + $focus = populateFromPost($prefix, $focus); |
|
446 | + if( !ACLController::checkAccess($focus->module_dir, 'edit', $focus->isOwner($current_user->id))){ |
|
447 | + ACLController::displayNoAccess(true); |
|
448 | + } |
|
449 | + $check_notify = FALSE; |
|
450 | + if (isset($GLOBALS['check_notify'])) { |
|
451 | + $check_notify = $GLOBALS['check_notify']; |
|
452 | + } |
|
453 | + |
|
454 | + $focus->save($check_notify); |
|
455 | + |
|
456 | + if(!empty($_POST['duplicate_parent_id'])){ |
|
457 | + clone_relationship($focus->db, array('opportunities_contacts'),'opportunity_id', $_POST['duplicate_parent_id'], $focus->id); |
|
458 | + } |
|
459 | + $return_id = $focus->id; |
|
460 | 460 | |
461 | - $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
|
462 | - if($redirect){ |
|
463 | - handleRedirect($return_id,"Opportunities" ); |
|
464 | - }else{ |
|
465 | - return $focus; |
|
466 | - } |
|
461 | + $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
|
462 | + if($redirect){ |
|
463 | + handleRedirect($return_id,"Opportunities" ); |
|
464 | + }else{ |
|
465 | + return $focus; |
|
466 | + } |
|
467 | 467 | } |
468 | 468 | |
469 | 469 | } |
@@ -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,7 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if(!defined('sugarEntry') || !sugarEntry) { |
|
3 | + die('Not A Valid Entry Point'); |
|
4 | +} |
|
3 | 5 | /********************************************************************************* |
4 | 6 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 7 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -65,7 +67,9 @@ discard block |
||
65 | 67 | $i++; |
66 | 68 | $rows[$i] = $row; |
67 | 69 | } |
68 | - if ($i==-1) return null; |
|
70 | + if ($i==-1) { |
|
71 | + return null; |
|
72 | + } |
|
69 | 73 | |
70 | 74 | return $rows; |
71 | 75 | } |
@@ -77,7 +81,9 @@ discard block |
||
77 | 81 | if(!empty($mod)){ |
78 | 82 | global $current_language; |
79 | 83 | $mod_strings = return_module_language($current_language, $mod); |
80 | - }else global $mod_strings; |
|
84 | + } else { |
|
85 | + global $mod_strings; |
|
86 | + } |
|
81 | 87 | global $app_strings; |
82 | 88 | $cols = sizeof($rows[0]) * 2 + 1; |
83 | 89 | $form = '<table width="100%"><tr><td>'.$mod_strings['MSG_DUPLICATE']. '</td></tr><tr><td height="20"></td></tr></table>'; |
@@ -108,14 +114,14 @@ discard block |
||
108 | 114 | if(!$wasSet){ |
109 | 115 | $form .= "<td scope='row'><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
110 | 116 | $wasSet = true; |
111 | - }else{ |
|
117 | + } else{ |
|
112 | 118 | $form .= "<td><a target='_blank' href='index.php?module=Opportunities&action=DetailView&record=${row['id']}'>$value</a></td>"; |
113 | 119 | } |
114 | 120 | }} |
115 | 121 | |
116 | 122 | if($rowColor == 'evenListRowS1'){ |
117 | 123 | $rowColor = 'oddListRowS1'; |
118 | - }else{ |
|
124 | + } else{ |
|
119 | 125 | $rowColor = 'evenListRowS1'; |
120 | 126 | } |
121 | 127 | $form .= "</tr>"; |
@@ -136,7 +142,9 @@ discard block |
||
136 | 142 | if(!empty($mod)){ |
137 | 143 | global $current_language; |
138 | 144 | $mod_strings = return_module_language($current_language, $mod); |
139 | -}else global $mod_strings; |
|
145 | +} else { |
|
146 | + global $mod_strings; |
|
147 | +} |
|
140 | 148 | global $app_strings; |
141 | 149 | global $sugar_version, $sugar_config; |
142 | 150 | |
@@ -286,7 +294,9 @@ discard block |
||
286 | 294 | EOQ; |
287 | 295 | //carry forward custom lead fields to opportunities during Lead Conversion |
288 | 296 | $tempOpp = new Opportunity(); |
289 | - if (method_exists($lead, 'convertCustomFieldsForm')) $lead->convertCustomFieldsForm($the_form, $tempOpp, $prefix); |
|
297 | + if (method_exists($lead, 'convertCustomFieldsForm')) { |
|
298 | + $lead->convertCustomFieldsForm($the_form, $tempOpp, $prefix); |
|
299 | + } |
|
290 | 300 | unset($tempOpp); |
291 | 301 | |
292 | 302 | $the_form .= <<<EOQ |
@@ -321,7 +331,9 @@ discard block |
||
321 | 331 | if(!empty($mod)){ |
322 | 332 | global $current_language; |
323 | 333 | $mod_strings = return_module_language($current_language, $mod); |
324 | -}else global $mod_strings; |
|
334 | +} else { |
|
335 | + global $mod_strings; |
|
336 | +} |
|
325 | 337 | global $app_strings; |
326 | 338 | global $app_list_strings; |
327 | 339 | global $theme; |
@@ -461,7 +473,7 @@ discard block |
||
461 | 473 | $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
462 | 474 | if($redirect){ |
463 | 475 | handleRedirect($return_id,"Opportunities" ); |
464 | - }else{ |
|
476 | + } else{ |
|
465 | 477 | return $focus; |
466 | 478 | } |
467 | 479 | } |
@@ -46,15 +46,15 @@ |
||
46 | 46 | * Contributor(s): ______________________________________.. |
47 | 47 | ********************************************************************************/ |
48 | 48 | $fields_array['ProspectList'] = array ('column_fields' => array( |
49 | - "id", "date_entered", |
|
50 | - "date_modified", "modified_user_id", |
|
51 | - "assigned_user_id", "created_by", |
|
52 | - "name", "description",'list_type','domain_name', |
|
53 | - ), |
|
49 | + "id", "date_entered", |
|
50 | + "date_modified", "modified_user_id", |
|
51 | + "assigned_user_id", "created_by", |
|
52 | + "name", "description",'list_type','domain_name', |
|
53 | + ), |
|
54 | 54 | 'list_fields' => array( |
55 | - 'id', 'name', 'description','list_type', |
|
56 | - 'assigned_user_id','assigned_user_name', |
|
57 | - ), |
|
55 | + 'id', 'name', 'description','list_type', |
|
56 | + 'assigned_user_id','assigned_user_name', |
|
57 | + ), |
|
58 | 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. |
@@ -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,7 @@ |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if(!defined('sugarEntry') || !sugarEntry) { |
|
3 | + die('Not A Valid Entry Point'); |
|
4 | +} |
|
3 | 5 | /********************************************************************************* |
4 | 6 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 7 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -52,71 +52,71 @@ discard block |
||
52 | 52 | |
53 | 53 | function getForm($prefix, $mod='', $form=''){ |
54 | 54 | |
55 | - if(!ACLController::checkAccess('ProspectLists', 'edit', true)){ |
|
56 | - return ''; |
|
57 | - } |
|
55 | + if(!ACLController::checkAccess('ProspectLists', 'edit', true)){ |
|
56 | + return ''; |
|
57 | + } |
|
58 | 58 | |
59 | - if(!empty($mod)){ |
|
60 | - global $current_language; |
|
61 | - $mod_strings = return_module_language($current_language, $mod); |
|
62 | - } else { |
|
63 | - global $mod_strings; |
|
64 | - } |
|
65 | - global $app_strings,$current_user; |
|
59 | + if(!empty($mod)){ |
|
60 | + global $current_language; |
|
61 | + $mod_strings = return_module_language($current_language, $mod); |
|
62 | + } else { |
|
63 | + global $mod_strings; |
|
64 | + } |
|
65 | + global $app_strings,$current_user; |
|
66 | 66 | |
67 | - $lbl_save_button_title = $app_strings['LBL_SAVE_BUTTON_TITLE']; |
|
68 | - $lbl_save_button_key = $app_strings['LBL_SAVE_BUTTON_KEY']; |
|
69 | - $lbl_save_button_label = $app_strings['LBL_SAVE_BUTTON_LABEL']; |
|
70 | - $user_id = $current_user->id; |
|
67 | + $lbl_save_button_title = $app_strings['LBL_SAVE_BUTTON_TITLE']; |
|
68 | + $lbl_save_button_key = $app_strings['LBL_SAVE_BUTTON_KEY']; |
|
69 | + $lbl_save_button_label = $app_strings['LBL_SAVE_BUTTON_LABEL']; |
|
70 | + $user_id = $current_user->id; |
|
71 | 71 | |
72 | 72 | |
73 | - $the_form = get_left_form_header($mod_strings['LBL_NEW_FORM_TITLE']); |
|
74 | - $the_form .= <<<EOQ |
|
73 | + $the_form = get_left_form_header($mod_strings['LBL_NEW_FORM_TITLE']); |
|
74 | + $the_form .= <<<EOQ |
|
75 | 75 | <form name="${prefix}ProspectListSave" onSubmit="return check_form('${prefix}ProspectListSave');" method="POST" action="index.php"> |
76 | 76 | <input type="hidden" name="${prefix}module" value="ProspectLists"> |
77 | 77 | <input type="hidden" name="${prefix}action" value="Save"> |
78 | 78 | <input type="hidden" name="assigned_user_id" value='${user_id}'> |
79 | 79 | EOQ; |
80 | 80 | |
81 | - $the_form .= $this->getFormBody($prefix, $mod, $prefix."ProspectListSave"); |
|
82 | - $the_form .= <<<EOQ |
|
81 | + $the_form .= $this->getFormBody($prefix, $mod, $prefix."ProspectListSave"); |
|
82 | + $the_form .= <<<EOQ |
|
83 | 83 | <p><input title="$lbl_save_button_title" accessKey="$lbl_save_button_key" class="button" type="submit" name="button" value=" $lbl_save_button_label " ></p> |
84 | 84 | </form> |
85 | 85 | |
86 | 86 | EOQ; |
87 | 87 | |
88 | - $the_form .= get_left_form_footer(); |
|
89 | - $the_form .= get_validate_record_js(); |
|
88 | + $the_form .= get_left_form_footer(); |
|
89 | + $the_form .= get_validate_record_js(); |
|
90 | 90 | |
91 | - return $the_form; |
|
91 | + return $the_form; |
|
92 | 92 | } |
93 | 93 | |
94 | 94 | function getFormBody($prefix, $mod='',$formname='', $size='30',$script=true) { |
95 | - if(!ACLController::checkAccess('ProspectLists', 'edit', true)){ |
|
96 | - return ''; |
|
97 | - } |
|
98 | - global $mod_strings; |
|
99 | - $temp_strings = $mod_strings; |
|
100 | - if(!empty($mod)){ |
|
101 | - global $current_language; |
|
102 | - $mod_strings = return_module_language($current_language, $mod); |
|
103 | - } |
|
104 | - global $app_strings; |
|
105 | - global $current_user; |
|
106 | - global $app_list_strings; |
|
95 | + if(!ACLController::checkAccess('ProspectLists', 'edit', true)){ |
|
96 | + return ''; |
|
97 | + } |
|
98 | + global $mod_strings; |
|
99 | + $temp_strings = $mod_strings; |
|
100 | + if(!empty($mod)){ |
|
101 | + global $current_language; |
|
102 | + $mod_strings = return_module_language($current_language, $mod); |
|
103 | + } |
|
104 | + global $app_strings; |
|
105 | + global $current_user; |
|
106 | + global $app_list_strings; |
|
107 | 107 | |
108 | - $lbl_required_symbol = $app_strings['LBL_REQUIRED_SYMBOL']; |
|
109 | - $lbl_save_button_title = $app_strings['LBL_SAVE_BUTTON_TITLE']; |
|
110 | - $lbl_save_button_key = $app_strings['LBL_SAVE_BUTTON_KEY']; |
|
111 | - $lbl_save_button_label = $app_strings['LBL_SAVE_BUTTON_LABEL']; |
|
112 | - $user_id = $current_user->id; |
|
108 | + $lbl_required_symbol = $app_strings['LBL_REQUIRED_SYMBOL']; |
|
109 | + $lbl_save_button_title = $app_strings['LBL_SAVE_BUTTON_TITLE']; |
|
110 | + $lbl_save_button_key = $app_strings['LBL_SAVE_BUTTON_KEY']; |
|
111 | + $lbl_save_button_label = $app_strings['LBL_SAVE_BUTTON_LABEL']; |
|
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 | - $lbl_prospect_list_name = $mod_strings['LBL_PROSPECT_LIST_NAME']; |
|
117 | - $lbl_list_type = $mod_strings['LBL_LIST_TYPE']; |
|
116 | + $lbl_prospect_list_name = $mod_strings['LBL_PROSPECT_LIST_NAME']; |
|
117 | + $lbl_list_type = $mod_strings['LBL_LIST_TYPE']; |
|
118 | 118 | |
119 | - $form = <<<EOQ |
|
119 | + $form = <<<EOQ |
|
120 | 120 | <p><input type="hidden" name="record" value=""> |
121 | 121 | $lbl_prospect_list_name <span class="required">$lbl_required_symbol</span><br> |
122 | 122 | <input name='name' type="text" value=""><br> |
@@ -126,43 +126,43 @@ discard block |
||
126 | 126 | |
127 | 127 | |
128 | 128 | |
129 | - $javascript = new javascript(); |
|
130 | - $javascript->setFormName($formname); |
|
131 | - $javascript->setSugarBean(new ProspectList()); |
|
132 | - $javascript->addRequiredFields($prefix); |
|
133 | - $form .=$javascript->getScript(); |
|
134 | - $mod_strings = $temp_strings; |
|
135 | - return $form; |
|
129 | + $javascript = new javascript(); |
|
130 | + $javascript->setFormName($formname); |
|
131 | + $javascript->setSugarBean(new ProspectList()); |
|
132 | + $javascript->addRequiredFields($prefix); |
|
133 | + $form .=$javascript->getScript(); |
|
134 | + $mod_strings = $temp_strings; |
|
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 | - require_once('include/formbase.php'); |
|
141 | + require_once('include/formbase.php'); |
|
142 | 142 | |
143 | 143 | |
144 | - $focus = new ProspectList(); |
|
145 | - if($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))){ |
|
146 | - return null; |
|
147 | - } |
|
148 | - $focus = populateFromPost($prefix, $focus); |
|
149 | - if(!$focus->ACLAccess('Save')){ |
|
150 | - ACLController::displayNoAccess(true); |
|
151 | - sugar_cleanup(true); |
|
152 | - } |
|
153 | - if(empty($focus->name)){ |
|
154 | - return null; |
|
155 | - } |
|
144 | + $focus = new ProspectList(); |
|
145 | + if($useRequired && !checkRequired($prefix, array_keys($focus->required_fields))){ |
|
146 | + return null; |
|
147 | + } |
|
148 | + $focus = populateFromPost($prefix, $focus); |
|
149 | + if(!$focus->ACLAccess('Save')){ |
|
150 | + ACLController::displayNoAccess(true); |
|
151 | + sugar_cleanup(true); |
|
152 | + } |
|
153 | + if(empty($focus->name)){ |
|
154 | + return null; |
|
155 | + } |
|
156 | 156 | if ( !isset($focus->assigned_user_id) || $focus->assigned_user_id == '' ) |
157 | 157 | $focus->assigned_user_id = $GLOBALS['current_user']->id; |
158 | 158 | |
159 | - $return_id = $focus->save(); |
|
160 | - if($redirect){ |
|
161 | - $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
|
162 | - handleRedirect($return_id, "ProspectLists"); |
|
163 | - } else { |
|
164 | - return $focus; |
|
165 | - } |
|
166 | - } |
|
159 | + $return_id = $focus->save(); |
|
160 | + if($redirect){ |
|
161 | + $GLOBALS['log']->debug("Saved record with id of ".$return_id); |
|
162 | + handleRedirect($return_id, "ProspectLists"); |
|
163 | + } else { |
|
164 | + return $focus; |
|
165 | + } |
|
166 | + } |
|
167 | 167 | } |
168 | 168 | ?> |
@@ -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,7 @@ discard block |
||
1 | 1 | <?php |
2 | -if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
2 | +if(!defined('sugarEntry') || !sugarEntry) { |
|
3 | + die('Not A Valid Entry Point'); |
|
4 | +} |
|
3 | 5 | /********************************************************************************* |
4 | 6 | * SugarCRM Community Edition is a customer relationship management program developed by |
5 | 7 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. |
@@ -153,8 +155,9 @@ discard block |
||
153 | 155 | if(empty($focus->name)){ |
154 | 156 | return null; |
155 | 157 | } |
156 | - if ( !isset($focus->assigned_user_id) || $focus->assigned_user_id == '' ) |
|
157 | - $focus->assigned_user_id = $GLOBALS['current_user']->id; |
|
158 | + if ( !isset($focus->assigned_user_id) || $focus->assigned_user_id == '' ) { |
|
159 | + $focus->assigned_user_id = $GLOBALS['current_user']->id; |
|
160 | + } |
|
158 | 161 | |
159 | 162 | $return_id = $focus->save(); |
160 | 163 | if($redirect){ |