Merge pull request #10758 from mickadoo/CRM-20965_add-pull-request-template
[civicrm-core.git] / CRM / Report / Form / Contact / CurrentEmployer.php
CommitLineData
6a488035 1<?php
6a488035
TO
2/*
3 +--------------------------------------------------------------------+
7e9e8871 4 | CiviCRM version 4.7 |
6a488035 5 +--------------------------------------------------------------------+
0f03f337 6 | Copyright CiviCRM LLC (c) 2004-2017 |
6a488035
TO
7 +--------------------------------------------------------------------+
8 | This file is a part of CiviCRM. |
9 | |
10 | CiviCRM is free software; you can copy, modify, and distribute it |
11 | under the terms of the GNU Affero General Public License |
12 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13 | |
14 | CiviCRM is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. |
18 | |
19 | You should have received a copy of the GNU Affero General Public |
20 | License and the CiviCRM Licensing Exception along |
21 | with this program; if not, contact CiviCRM LLC |
22 | at info[AT]civicrm[DOT]org. If you have questions about the |
23 | GNU Affero General Public License or the licensing of CiviCRM, |
24 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
25 +--------------------------------------------------------------------+
d25dd0ee 26 */
6a488035
TO
27
28/**
29 *
30 * @package CRM
0f03f337 31 * @copyright CiviCRM LLC (c) 2004-2017
6a488035
TO
32 */
33class CRM_Report_Form_Contact_CurrentEmployer extends CRM_Report_Form {
34
1728e9a0 35 /**
36 * This report has not been optimised for group filtering.
37 *
38 * The functionality for group filtering has been improved but not
39 * all reports have been adjusted to take care of it. This report has not
40 * and will run an inefficient query until fixed.
41 *
42 * CRM-19170
43 *
44 * @var bool
45 */
46 protected $groupFilterNotOptimised = TRUE;
47
6a488035
TO
48 protected $_summary = NULL;
49
50 protected $_customGroupExtends = array(
9d72cede 51 'Contact',
21dfd5f5 52 'Individual',
9d72cede 53 );
6a488035
TO
54
55 public $_drilldownReport = array('contact/detail' => 'Link to Detail Report');
2f4c2f5d 56
74cf4551 57 /**
73b448bf 58 * Class constructor.
74cf4551 59 */
00be9182 60 public function __construct() {
6a488035
TO
61
62 $this->_columns = array(
9d72cede 63 'civicrm_employer' => array(
6a488035 64 'dao' => 'CRM_Contact_DAO_Contact',
9d72cede
EM
65 'fields' => array(
66 'organization_name' => array(
67 'title' => ts('Employer Name'),
6a488035
TO
68 'required' => TRUE,
69 'no_repeat' => TRUE,
70 ),
9d72cede 71 'id' => array(
6a488035
TO
72 'no_display' => TRUE,
73 'required' => TRUE,
74 ),
75 ),
9d72cede
EM
76 'filters' => array(
77 'organization_name' => array(
78 'title' => ts('Employer Name'),
6a488035
TO
79 'operatorType' => CRM_Report_Form::OP_STRING,
80 ),
81 ),
82 ),
9d72cede 83 'civicrm_contact' => array(
6a488035 84 'dao' => 'CRM_Contact_DAO_Contact',
9d72cede
EM
85 'fields' => array(
86 'sort_name' => array(
87 'title' => ts('Employee Name'),
6a488035
TO
88 'required' => TRUE,
89 ),
9d72cede
EM
90 'first_name' => array(
91 'title' => ts('First Name'),
6a488035 92 ),
70bea8e2 93 'middle_name' => array(
94 'title' => ts('Middle Name'),
95 ),
9d72cede
EM
96 'last_name' => array(
97 'title' => ts('Last Name'),
6a488035 98 ),
70bea8e2 99 'id' => array(
100 'no_display' => TRUE,
101 'required' => TRUE,
102 ),
9d72cede
EM
103 'job_title' => array(
104 'title' => ts('Job Title'),
6a488035
TO
105 'default' => TRUE,
106 ),
9d72cede
EM
107 'gender_id' => array(
108 'title' => ts('Gender'),
6a488035 109 ),
70bea8e2 110 'birth_date' => array(
111 'title' => ts('Birth Date'),
112 ),
113 'age' => array(
114 'title' => ts('Age'),
115 'dbAlias' => 'TIMESTAMPDIFF(YEAR, contact_civireport.birth_date, CURDATE())',
6a488035 116 ),
9d72cede 117 'contact_type' => array(
30f85891
RN
118 'title' => ts('Contact Type'),
119 ),
9d72cede 120 'contact_sub_type' => array(
b8f96eb8 121 'title' => ts('Contact Subtype'),
30f85891 122 ),
6a488035 123 ),
04e36c97 124 'filters' => array_merge($this->getBasicContactFilters(), array('sort_name' => array('title' => ts('Employee Name')))),
6a488035
TO
125 'grouping' => 'contact-fields',
126 ),
9d72cede 127 'civicrm_relationship' => array(
6a488035 128 'dao' => 'CRM_Contact_DAO_Relationship',
9d72cede
EM
129 'fields' => array(
130 'start_date' => array(
131 'title' => ts('Employee Since'),
6a488035
TO
132 'default' => TRUE,
133 ),
134 ),
9d72cede
EM
135 'filters' => array(
136 'start_date' => array(
137 'title' => ts('Employee Since'),
6a488035
TO
138 'operatorType' => CRM_Report_Form::OP_DATE,
139 'type' => CRM_Utils_Type::T_DATE,
140 ),
141 ),
142 ),
9d72cede 143 'civicrm_phone' => array(
b77b3cdf
RK
144 'dao' => 'CRM_Core_DAO_Phone',
145 'grouping' => 'contact-fields',
9d72cede
EM
146 'fields' => array(
147 'phone' => array(
148 'title' => ts('Phone'),
b77b3cdf
RK
149 'default' => TRUE,
150 ),
151 ),
152 ),
9d72cede 153 'civicrm_email' => array(
6a488035
TO
154 'dao' => 'CRM_Core_DAO_Email',
155 'grouping' => 'contact-fields',
9d72cede
EM
156 'fields' => array(
157 'email' => array(
158 'title' => ts('Email'),
6a488035
TO
159 'default' => TRUE,
160 ),
161 ),
162 ),
9d72cede 163 'civicrm_address' => array(
6a488035
TO
164 'dao' => 'CRM_Core_DAO_Address',
165 'grouping' => 'contact-fields',
9d72cede 166 'fields' => array(
6a488035
TO
167 'street_address' => NULL,
168 'city' => NULL,
169 'postal_code' => NULL,
9d72cede
EM
170 'state_province_id' => array(
171 'title' => ts('State/Province'),
6a488035 172 ),
9d72cede
EM
173 'country_id' => array(
174 'title' => ts('Country'),
6a488035
TO
175 ),
176 ),
9d72cede
EM
177 'filters' => array(
178 'country_id' => array(
179 'title' => ts('Country'),
8ee006e7 180 'type' => CRM_Utils_Type::T_INT,
6a488035
TO
181 'operatorType' => CRM_Report_Form::OP_MULTISELECT,
182 'options' => CRM_Core_PseudoConstant::country(NULL, FALSE),
183 ),
9d72cede
EM
184 'state_province_id' => array(
185 'title' => ts('State/Province'),
8ee006e7 186 'type' => CRM_Utils_Type::T_INT,
6a488035
TO
187 'operatorType' => CRM_Report_Form::OP_MULTISELECT,
188 'options' => CRM_Core_PseudoConstant::stateProvince(),
189 ),
190 ),
191 ),
9d72cede 192 'civicrm_group' => array(
6a488035
TO
193 'dao' => 'CRM_Contact_DAO_Group',
194 'alias' => 'cgroup',
9d72cede
EM
195 'filters' => array(
196 'gid' => array(
6a488035
TO
197 'name' => 'group_id',
198 'title' => ts('Group'),
8ee006e7 199 'type' => CRM_Utils_Type::T_INT,
6a488035
TO
200 'group' => TRUE,
201 'operatorType' => CRM_Report_Form::OP_MULTISELECT,
202 'options' => CRM_Core_PseudoConstant::staticGroup(),
203 ),
204 ),
205 ),
206 );
207
208 $this->_tagFilter = TRUE;
209 parent::__construct();
210 }
211
00be9182 212 public function preProcess() {
6a488035
TO
213 parent::preProcess();
214 }
215
00be9182 216 public function select() {
6a488035
TO
217
218 $select = $this->_columnHeaders = array();
219
220 foreach ($this->_columns as $tableName => $table) {
221 if (array_key_exists('fields', $table)) {
222 foreach ($table['fields'] as $fieldName => $field) {
9d72cede
EM
223 if (!empty($field['required']) ||
224 !empty($this->_params['fields'][$fieldName])
225 ) {
6a488035
TO
226
227 $select[] = "{$field['dbAlias']} as {$tableName}_{$fieldName}";
228 $this->_columnHeaders["{$tableName}_{$fieldName}"]['type'] = CRM_Utils_Array::value('type', $field);
229 $this->_columnHeaders["{$tableName}_{$fieldName}"]['title'] = CRM_Utils_Array::value('title', $field);
230 }
231 }
232 }
233 }
d1641c51 234 $this->_selectClauses = $select;
6a488035
TO
235
236 $this->_select = "SELECT " . implode(', ', $select) . " ";
237 }
238
00be9182 239 public function from() {
6a488035 240 $this->_from = "
2f4c2f5d 241FROM civicrm_contact {$this->_aliases['civicrm_contact']}
6a488035
TO
242
243 LEFT JOIN civicrm_contact {$this->_aliases['civicrm_employer']}
244 ON {$this->_aliases['civicrm_employer']}.id={$this->_aliases['civicrm_contact']}.employer_id
245
246 {$this->_aclFrom}
247 LEFT JOIN civicrm_relationship {$this->_aliases['civicrm_relationship']}
2f4c2f5d 248 ON ( {$this->_aliases['civicrm_relationship']}.contact_id_a={$this->_aliases['civicrm_contact']}.id
249 AND {$this->_aliases['civicrm_relationship']}.contact_id_b={$this->_aliases['civicrm_contact']}.employer_id
250 AND {$this->_aliases['civicrm_relationship']}.relationship_type_id=4)
251 LEFT JOIN civicrm_address {$this->_aliases['civicrm_address']}
252 ON ({$this->_aliases['civicrm_contact']}.id = {$this->_aliases['civicrm_address']}.contact_id
6a488035 253 AND {$this->_aliases['civicrm_address']}.is_primary = 1 )
2f4c2f5d 254
b77b3cdf
RK
255 LEFT JOIN civicrm_phone {$this->_aliases['civicrm_phone']}
256 ON ({$this->_aliases['civicrm_contact']}.id = {$this->_aliases['civicrm_phone']}.contact_id
257 AND {$this->_aliases['civicrm_phone']}.is_primary = 1)
2f4c2f5d 258 LEFT JOIN civicrm_email {$this->_aliases['civicrm_email']}
259 ON ({$this->_aliases['civicrm_contact']}.id = {$this->_aliases['civicrm_email']}.contact_id
6a488035
TO
260 AND {$this->_aliases['civicrm_email']}.is_primary = 1) ";
261 }
262
00be9182 263 public function where() {
6a488035
TO
264
265 $clauses = array();
266 foreach ($this->_columns as $tableName => $table) {
267 if (array_key_exists('filters', $table)) {
268 foreach ($table['filters'] as $fieldName => $field) {
269 $clause = NULL;
84178120 270 if (CRM_Utils_Array::value('operatorType', $field) & CRM_Report_Form::OP_DATE
9d72cede 271 ) {
6a488035 272 $relative = CRM_Utils_Array::value("{$fieldName}_relative", $this->_params);
9d72cede
EM
273 $from = CRM_Utils_Array::value("{$fieldName}_from", $this->_params);
274 $to = CRM_Utils_Array::value("{$fieldName}_to", $this->_params);
6a488035 275
6e68fe2a 276 $clause = $this->dateClause($field['dbAlias'], $relative, $from, $to, $field['type']);
6a488035
TO
277 }
278 else {
279 $op = CRM_Utils_Array::value("{$fieldName}_op", $this->_params);
280 if ($op) {
281 $clause = $this->whereClause($field,
282 $op,
283 CRM_Utils_Array::value("{$fieldName}_value", $this->_params),
284 CRM_Utils_Array::value("{$fieldName}_min", $this->_params),
285 CRM_Utils_Array::value("{$fieldName}_max", $this->_params)
286 );
287 }
288 }
289
290 if (!empty($clause)) {
291 $clauses[$fieldName] = $clause;
292 }
293 }
294 }
295 }
296
297 if (empty($clauses)) {
298 $this->_where = "WHERE {$this->_aliases['civicrm_contact']}.employer_id!='null' ";
299 }
300 else {
389bcebf 301 $this->_where = "WHERE ({$this->_aliases['civicrm_contact']}.employer_id!='null') AND " . implode(' AND ', $clauses);
6a488035
TO
302 }
303
304 if ($this->_aclWhere) {
305 $this->_where .= " AND {$this->_aclWhere} ";
306 }
307 }
308
00be9182 309 public function groupBy() {
d1641c51 310 $groupBy = array(
311 "{$this->_aliases['civicrm_employer']}.id",
dc852c7b 312 "{$this->_aliases['civicrm_contact']}.id",
d1641c51 313 );
314
b708c08d 315 $this->_groupBy = CRM_Contact_BAO_Query::getGroupByFromSelectColumns($this->_selectClauses, $groupBy);
6a488035
TO
316 }
317
00be9182 318 public function orderBy() {
6a488035
TO
319 $this->_orderBy = "ORDER BY {$this->_aliases['civicrm_employer']}.organization_name, {$this->_aliases['civicrm_contact']}.display_name";
320 }
321
00be9182 322 public function postProcess() {
6a488035 323 // get the acl clauses built before we assemble the query
9d72cede 324 $this->buildACLClause(array(
353ffa53
TO
325 $this->_aliases['civicrm_contact'],
326 $this->_aliases['civicrm_employer'],
327 ));
6a488035
TO
328 parent::postProcess();
329 }
330
74cf4551 331 /**
ced9bfed
EM
332 * Alter display of rows.
333 *
334 * Iterate through the rows retrieved via SQL and make changes for display purposes,
335 * such as rendering contacts as links.
336 *
337 * @param array $rows
338 * Rows generated by SQL, with an array for each row.
74cf4551 339 */
00be9182 340 public function alterDisplay(&$rows) {
6a488035
TO
341 $checkList = array();
342 $entryFound = FALSE;
343
344 foreach ($rows as $rowNum => $row) {
345
346 // convert employer name to links
347 if (array_key_exists('civicrm_employer_organization_name', $row) &&
348 array_key_exists('civicrm_employer_id', $row)
349 ) {
350 $url = CRM_Report_Utils_Report::getNextUrl('contact/detail',
351 'reset=1&force=1&id_op=eq&id_value=' . $row['civicrm_employer_id'],
352 $this->_absoluteUrl, $this->_id, $this->_drilldownReport
353 );
354 $rows[$rowNum]['civicrm_employer_organization_name_link'] = $url;
37935ea7 355 $rows[$rowNum]['civicrm_employer_organization_name_hover'] = ts('View Contact Detail Report for this contact');
6a488035
TO
356 $entryFound = TRUE;
357 }
358
359 if (!empty($this->_noRepeats) && $this->_outputMode != 'csv') {
360 // not repeat contact display names if it matches with the one
361 // in previous row
362
363 foreach ($row as $colName => $colVal) {
a7488080 364 if (!empty($checkList[$colName]) && is_array($checkList[$colName]) &&
6a488035
TO
365 in_array($colVal, $checkList[$colName])
366 ) {
367 $rows[$rowNum][$colName] = "";
368 }
369 if (in_array($colName, $this->_noRepeats)) {
370 $checkList[$colName][] = $colVal;
371 }
372 }
373 }
374
37935ea7
WM
375 // Handle ID to label conversion for contact fields
376 $entryFound = $this->alterDisplayContactFields($row, $rows, $rowNum, 'contact/currentEmployer', 'View Contact Detail') ? TRUE : $entryFound;
6a488035 377
70bea8e2 378 // display birthday in the configured custom format
379 if (array_key_exists('civicrm_contact_birth_date', $row)) {
380 $birthDate = $row['civicrm_contact_birth_date'];
381 if ($birthDate) {
382 $rows[$rowNum]['civicrm_contact_birth_date'] = CRM_Utils_Date::customFormat($birthDate, '%Y%m%d');
383 }
384 $entryFound = TRUE;
385 }
386
6a488035 387 // convert employee name to links
37935ea7 388 if (array_key_exists('civicrm_contact_sort_name', $row) &&
6a488035
TO
389 array_key_exists('civicrm_contact_id', $row)
390 ) {
391 $url = CRM_Report_Utils_Report::getNextUrl('contact/detail',
392 'reset=1&force=1&id_op=eq&id_value=' . $row['civicrm_contact_id'],
393 $this->_absoluteUrl, $this->_id, $this->_drilldownReport
394 );
37935ea7
WM
395 $rows[$rowNum]['civicrm_contact_sort_name_link'] = $url;
396 $rows[$rowNum]['civicrm_contact_sort_name_hover'] = ts('View Contact Detail Report for this contact');
6a488035
TO
397 $entryFound = TRUE;
398 }
399
400 // handle country
401 if (array_key_exists('civicrm_address_country_id', $row)) {
402 if ($value = $row['civicrm_address_country_id']) {
403 $rows[$rowNum]['civicrm_address_country_id'] = CRM_Core_PseudoConstant::country($value, FALSE);
404 }
405 $entryFound = TRUE;
406 }
407
408 if (array_key_exists('civicrm_address_state_province_id', $row)) {
409 if ($value = $row['civicrm_address_state_province_id']) {
410 $rows[$rowNum]['civicrm_address_state_province_id'] = CRM_Core_PseudoConstant::stateProvince($value, FALSE);
411 }
412 $entryFound = TRUE;
413 }
414
415 // skip looking further in rows, if first row itself doesn't
416 // have the column we need
417 if (!$entryFound) {
418 break;
419 }
420 }
421 }
96025800 422
6a488035 423}