CRM-16189, added code to validate financial type for contribution
[civicrm-core.git] / CRM / Contribute / Form / Contribution.php
CommitLineData
6a488035
TO
1<?php
2/*
3 +--------------------------------------------------------------------+
7e9e8871 4 | CiviCRM version 4.7 |
6a488035 5 +--------------------------------------------------------------------+
fa938177 6 | Copyright CiviCRM LLC (c) 2004-2016 |
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 | |
74ab7ba8 14 | CiviCRM is distributed in the hope that it will be useful, but |
6a488035
TO
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 27
7758bd2b
EM
28use Civi\Payment\Exception\PaymentProcessorException;
29
6a488035 30/**
22ab45ae 31 * This class generates form components for processing a contribution.
6a488035
TO
32 */
33class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditPayment {
6a488035 34 /**
fe482240 35 * The id of the contribution that we are processing.
6a488035
TO
36 *
37 * @var int
6a488035
TO
38 */
39 public $_id;
40
41 /**
fe482240 42 * The id of the premium that we are processing.
6a488035
TO
43 *
44 * @var int
6a488035
TO
45 */
46 public $_premiumID = NULL;
4691b077
EM
47
48 /**
49 * @var CRM_Contribute_DAO_ContributionProduct
50 */
6a488035
TO
51 public $_productDAO = NULL;
52
53 /**
fe482240 54 * The id of the note.
6a488035
TO
55 *
56 * @var int
6a488035
TO
57 */
58 public $_noteID;
59
60 /**
fe482240 61 * The id of the contact associated with this contribution.
6a488035
TO
62 *
63 * @var int
6a488035
TO
64 */
65 public $_contactID;
66
67 /**
fe482240 68 * The id of the pledge payment that we are processing.
6a488035
TO
69 *
70 * @var int
6a488035
TO
71 */
72 public $_ppID;
73
6a488035 74 /**
fe482240 75 * Is this contribution associated with an online.
6a488035
TO
76 * financial transaction
77 *
78 * @var boolean
6a488035
TO
79 */
80 public $_online = FALSE;
81
82 /**
bf56a083 83 * Stores all product options.
6a488035
TO
84 *
85 * @var array
6a488035
TO
86 */
87 public $_options;
88
4691b077
EM
89 /**
90 * Storage of parameters from form
91 *
92 * @var array
4691b077
EM
93 */
94 public $_params;
95
6a488035
TO
96 /**
97 * Store the contribution Type ID
98 *
99 * @var array
100 */
101 public $_contributionType;
102
103 /**
104 * The contribution values if an existing contribution
105 */
106 public $_values;
107
108 /**
109 * The pledge values if this contribution is associated with pledge
110 */
111 public $_pledgeValues;
112
113 public $_contributeMode = 'direct';
114
115 public $_context;
116
5032bf07 117 /**
fe482240 118 * Parameter with confusing name.
5032bf07
EM
119 * @todo what is it?
120 * @var string
121 */
122 public $_compContext;
123
6a488035
TO
124 public $_compId;
125
5032bf07
EM
126 /**
127 * Possible From email addresses
128 * @var array
129 */
130 public $_fromEmails;
d77a0a58
EM
131
132 /**
133 * ID of from email
134 * @var integer
135 */
136 public $fromEmailId;
d424ffde
CW
137
138 /**
6a488035
TO
139 * Store the line items if price set used.
140 */
141 public $_lineItems;
142
d77a0a58 143 /**
100fef9d 144 * Line item
d77a0a58
EM
145 * @todo explain why we use lineItem & lineItems
146 * @var array
147 */
148 public $_lineItem;
149
17db9f82 150 /**
efe42cdc 151 * @var array soft credit info
17db9f82
KJ
152 */
153 public $_softCreditInfo;
154
6a488035 155 protected $_formType;
efe42cdc 156
1421174e 157 public $_honoreeProfileType;
6a488035 158
459091e1 159 /**
100fef9d 160 * Array of the payment fields to be displayed in the payment fieldset (pane) in billingBlock.tpl
459091e1
EM
161 * this contains all the information to describe these fields from quickform. See CRM_Core_Form_Payment getPaymentFormFieldsMetadata
162 *
163 * @var array
164 */
353ffa53 165 public $_paymentFields = array();
4691b077 166 /**
28a4070b 167 * Logged in user's email.
4691b077
EM
168 * @var string
169 */
170 public $userEmail;
171
172 /**
173 * Price set ID
174 * @var integer
175 */
176 public $_priceSetId;
177
4691b077
EM
178 /**
179 * Price set as an array
180 * @var array
181 */
182 public $_priceSet;
183
d77a0a58
EM
184 /**
185 * User display name
186 *
187 * @var string
188 */
189 public $userDisplayName;
353ffa53 190
7e5961cf
EM
191 /**
192 * Status message to be shown to the user.
193 *
3e6a1f4a 194 * @var array
7e5961cf 195 */
3e6a1f4a 196 protected $statusMessage = array();
7e5961cf
EM
197
198 /**
199 * Status message title to be shown to the user.
200 *
201 * Generally the payment processor message title is 'Complete' and offline is 'Saved'
202 * although this might not be a good fit with the broad range of processors.
203 *
204 * @var string
205 */
206 protected $statusMessageTitle;
207
6a488035 208 /**
22ab45ae 209 * Set variables up before form is built.
6a488035
TO
210 */
211 public function preProcess() {
28a4070b 212 // Check permission for action.
6a488035 213 if (!CRM_Core_Permission::checkActionPermission('CiviContribute', $this->_action)) {
0499b0ad 214 CRM_Core_Error::fatal(ts('You do not have permission to access this page.'));
6a488035 215 }
6a488035 216
42e8b05c
EM
217 parent::preProcess();
218
6a488035
TO
219 $this->_formType = CRM_Utils_Array::value('formType', $_GET);
220
28a4070b 221 // Get price set id.
6a488035
TO
222 $this->_priceSetId = CRM_Utils_Array::value('priceSetId', $_GET);
223 $this->set('priceSetId', $this->_priceSetId);
224 $this->assign('priceSetId', $this->_priceSetId);
225
28a4070b 226 // Get the pledge payment id
6a488035
TO
227 $this->_ppID = CRM_Utils_Request::retrieve('ppid', 'Positive', $this);
228
6a488035
TO
229 $this->assign('action', $this->_action);
230
28a4070b 231 // Get the contribution id if update
6a488035
TO
232 $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this);
233 if (!empty($this->_id)) {
234 $this->assign('contribID', $this->_id);
235 }
236
237 $this->_context = CRM_Utils_Request::retrieve('context', 'String', $this);
238 $this->assign('context', $this->_context);
239
240 $this->_compId = CRM_Utils_Request::retrieve('compId', 'Positive', $this);
241
242 $this->_compContext = CRM_Utils_Request::retrieve('compContext', 'String', $this);
243
244 //set the contribution mode.
245 $this->_mode = CRM_Utils_Request::retrieve('mode', 'String', $this);
246
247 $this->assign('contributionMode', $this->_mode);
459091e1
EM
248 if ($this->_action & CRM_Core_Action::DELETE) {
249 return;
250 }
6a488035
TO
251
252 $this->assign('showCheckNumber', TRUE);
253
254 $this->_fromEmails = CRM_Core_BAO_Email::getFromEmail();
cc984198 255 $this->assignPaymentRelatedVariables();
6a488035 256
d77a0a58 257 if (in_array('CiviPledge', CRM_Core_Config::singleton()->enableComponents) && !$this->_formType) {
6a488035
TO
258 $this->preProcessPledge();
259 }
260
d5397f2f
PJ
261 if ($this->_id) {
262 $this->showRecordLinkMesssage($this->_id);
263 }
6a488035
TO
264 $this->_values = array();
265
bf56a083 266 // Current contribution id.
6a488035
TO
267 if ($this->_id) {
268 $this->assignPremiumProduct($this->_id);
269 $this->buildValuesAndAssignOnline_Note_Type($this->_id, $this->_values);
270 }
271
272 // when custom data is included in this page
a7488080 273 if (!empty($_POST['hidden_custom'])) {
6a488035
TO
274 $this->applyCustomData('Contribution', CRM_Utils_Array::value('financial_type_id', $_POST), $this->_id);
275 }
276
277 $this->_lineItems = array();
278 if ($this->_id) {
279 if (!empty($this->_compId) && $this->_compContext == 'participant') {
280 $this->assign('compId', $this->_compId);
281 $lineItem = CRM_Price_BAO_LineItem::getLineItems($this->_compId);
282 }
283 else {
0b71718c 284 $lineItem = CRM_Price_BAO_LineItem::getLineItems($this->_id, 'contribution', 1, TRUE, TRUE);
6a488035
TO
285 }
286 empty($lineItem) ? NULL : $this->_lineItems[] = $lineItem;
287 }
288
289 $this->assign('lineItem', empty($this->_lineItems) ? FALSE : $this->_lineItems);
290
291 // Set title
e2046b33
CW
292 if ($this->_mode) {
293 $this->setPageTitle($this->_ppID ? ts('Credit Card Pledge Payment') : ts('Credit Card Contribution'));
294 }
295 else {
296 $this->setPageTitle($this->_ppID ? ts('Pledge Payment') : ts('Contribution'));
6a488035 297 }
1421174e 298
299 if ($this->_id) {
300 CRM_Contribute_Form_SoftCredit::preprocess($this);
301 }
6a488035
TO
302 }
303
28a4070b
EM
304 /**
305 * Set default values.
306 *
307 * @return array
308 */
00be9182 309 public function setDefaultValues() {
6a488035
TO
310
311 $defaults = $this->_values;
312
bf56a083 313 // Set defaults for pledge payment.
6a488035
TO
314 if ($this->_ppID) {
315 $defaults['total_amount'] = CRM_Utils_Array::value('scheduled_amount', $this->_pledgeValues['pledgePayment']);
6a488035
TO
316 $defaults['financial_type_id'] = CRM_Utils_Array::value('financial_type_id', $this->_pledgeValues);
317 $defaults['currency'] = CRM_Utils_Array::value('currency', $this->_pledgeValues);
318 $defaults['option_type'] = 1;
319 }
320
6a488035
TO
321 if ($this->_action & CRM_Core_Action::DELETE) {
322 return $defaults;
323 }
324
7fe22c48
EM
325 $defaults['frequency_interval'] = 1;
326 $defaults['frequency_unit'] = 'month';
327
bf56a083 328 // Set soft credit defaults.
17db9f82 329 CRM_Contribute_Form_SoftCredit::setDefaultValues($defaults, $this);
dfbad3f7 330
6a488035 331 if ($this->_mode) {
99cdd94d 332 // @todo - remove this function as the parent does it too.
6a488035 333 $config = CRM_Core_Config::singleton();
bf56a083 334 // Set default country from config if no country set.
a7488080 335 if (empty($defaults["billing_country_id-{$this->_bltID}"])) {
6a488035
TO
336 $defaults["billing_country_id-{$this->_bltID}"] = $config->defaultContactCountry;
337 }
5a230af7 338
a7488080 339 if (empty($defaults["billing_state_province_id-{$this->_bltID}"])) {
6a488035
TO
340 $defaults["billing_state_province_id-{$this->_bltID}"] = $config->defaultContactStateProvince;
341 }
342
cc8ff73d
DG
343 $billingDefaults = $this->getProfileDefaults('Billing', $this->_contactID);
344 $defaults = array_merge($defaults, $billingDefaults);
6a488035
TO
345 }
346
347 if ($this->_id) {
348 $this->_contactID = $defaults['contact_id'];
349 }
5a230af7 350
bf56a083 351 // Set $newCredit variable in template to control whether link to credit card mode is included.
9be1374d 352 $this->assign('newCredit', CRM_Core_Config::isEnabledBackOfficeCreditCardPayments());
5a230af7 353
bf56a083 354 // Fix the display of the monetary value, CRM-4038.
6a488035 355 if (isset($defaults['total_amount'])) {
049db839 356 if (!empty($defaults['tax_amount'])) {
b6f65362 357 $componentDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($this->_id);
358 if (!(CRM_Utils_Array::value('membership', $componentDetails) || CRM_Utils_Array::value('participant', $componentDetails))) {
359 $defaults['total_amount'] = CRM_Utils_Money::format($defaults['total_amount'] - $defaults['tax_amount'], NULL, '%a');
360 }
049db839 361 }
362 else {
363 $defaults['total_amount'] = CRM_Utils_Money::format($defaults['total_amount'], NULL, '%a');
364 }
6a488035
TO
365 }
366
367 if (isset($defaults['non_deductible_amount'])) {
368 $defaults['non_deductible_amount'] = CRM_Utils_Money::format($defaults['non_deductible_amount'], NULL, '%a');
369 }
370
371 if (isset($defaults['fee_amount'])) {
372 $defaults['fee_amount'] = CRM_Utils_Money::format($defaults['fee_amount'], NULL, '%a');
373 }
374
375 if (isset($defaults['net_amount'])) {
376 $defaults['net_amount'] = CRM_Utils_Money::format($defaults['net_amount'], NULL, '%a');
377 }
378
379 if ($this->_contributionType) {
380 $defaults['financial_type_id'] = $this->_contributionType;
381 }
133e2c99 382
a7488080 383 if (empty($defaults['payment_instrument_id'])) {
d96cf288
DG
384 $defaults['payment_instrument_id'] = key(CRM_Core_OptionGroup::values('payment_instrument', FALSE, FALSE, FALSE, 'AND is_default = 1'));
385 }
6a488035 386
a7488080 387 if (!empty($defaults['is_test'])) {
6a488035
TO
388 $this->assign('is_test', TRUE);
389 }
390
6a488035 391 $this->assign('showOption', TRUE);
bf56a083 392 // For Premium section.
6a488035
TO
393 if ($this->_premiumID) {
394 $this->assign('showOption', FALSE);
395 $options = isset($this->_options[$this->_productDAO->product_id]) ? $this->_options[$this->_productDAO->product_id] : "";
396 if (!$options) {
397 $this->assign('showOption', TRUE);
398 }
399 $options_key = CRM_Utils_Array::key($this->_productDAO->product_option, $options);
400 if ($options_key) {
401 $defaults['product_name'] = array($this->_productDAO->product_id, trim($options_key));
402 }
403 else {
404 $defaults['product_name'] = array($this->_productDAO->product_id);
405 }
406 if ($this->_productDAO->fulfilled_date) {
407 list($defaults['fulfilled_date']) = CRM_Utils_Date::setDateDefaults($this->_productDAO->fulfilled_date);
408 }
409 }
410
411 if (isset($this->userEmail)) {
412 $this->assign('email', $this->userEmail);
413 }
414
a7488080 415 if (!empty($defaults['is_pay_later'])) {
6a488035
TO
416 $this->assign('is_pay_later', TRUE);
417 }
418 $this->assign('contribution_status_id', CRM_Utils_Array::value('contribution_status_id', $defaults));
d682fc35 419 if (!empty($defaults['contribution_status_id']) && in_array(
420 CRM_Contribute_PseudoConstant::contributionStatus($defaults['contribution_status_id'], 'name'),
421 // Historically not 'Cancelled' hence not using CRM_Contribute_BAO_Contribution::isContributionStatusNegative.
422 array('Refunded', 'Chargeback')
423 )) {
99cdd94d 424 $defaults['refund_trxn_id'] = CRM_Core_BAO_FinancialTrxn::getRefundTransactionTrxnID($this->_id);
425 }
426 else {
427 $defaults['refund_trxn_id'] = isset($defaults['trxn_id']) ? $defaults['trxn_id'] : NULL;
428 }
22ab45ae
EM
429 $dates = array(
430 'receive_date',
431 'receipt_date',
432 'cancel_date',
433 'thankyou_date',
28a4070b 434 );
6a488035 435 foreach ($dates as $key) {
a7488080 436 if (!empty($defaults[$key])) {
006389de
TO
437 list($defaults[$key], $defaults[$key . '_time'])
438 = CRM_Utils_Date::setDateDefaults(CRM_Utils_Array::value($key, $defaults), 'activityDateTime');
6a488035
TO
439 }
440 }
441
8cc574cf 442 if (!$this->_id && empty($defaults['receive_date'])) {
6a488035
TO
443 list($defaults['receive_date'],
444 $defaults['receive_date_time']
445 ) = CRM_Utils_Date::setDateDefaults(NULL, 'activityDateTime');
446 }
447
448 $this->assign('receive_date', CRM_Utils_Date::processDate(CRM_Utils_Array::value('receive_date', $defaults),
449 CRM_Utils_Array::value('receive_date_time', $defaults)
450 ));
451 $currency = CRM_Utils_Array::value('currency', $defaults);
452 $this->assign('currency', $currency);
bf56a083 453 // Hack to get currency info to the js layer. CRM-11440.
6a488035
TO
454 CRM_Utils_Money::format(1);
455 $this->assign('currencySymbol', CRM_Utils_Array::value($currency, CRM_Utils_Money::$_currencySymbols));
456 $this->assign('totalAmount', CRM_Utils_Array::value('total_amount', $defaults));
457
bf56a083 458 // Inherit campaign from pledge.
8cc574cf 459 if ($this->_ppID && !empty($this->_pledgeValues['campaign_id'])) {
6a488035
TO
460 $defaults['campaign_id'] = $this->_pledgeValues['campaign_id'];
461 }
462
463 $this->_defaults = $defaults;
464 return $defaults;
465 }
466
467 /**
fe482240 468 * Build the form object.
6a488035
TO
469 */
470 public function buildQuickForm() {
e3fa3fea 471 // FIXME: This probably needs to be done in preprocess
40c655aa
E
472 if (CRM_Financial_BAO_FinancialType::isACLFinancialTypeStatus()
473 && $this->_action & CRM_Core_Action::UPDATE
66af7c48
PN
474 && CRM_Utils_Array::value('financial_type_id', $this->_values)
475 ) {
e3fa3fea 476 $financialTypeID = CRM_Contribute_PseudoConstant::financialType($this->_values['financial_type_id']);
59ccc8cd 477 CRM_Financial_BAO_FinancialType::checkPermissionedLineItems($this->_id, 'edit');
e3fa3fea
E
478 if (!CRM_Core_Permission::check('edit contributions of type ' . $financialTypeID)) {
479 CRM_Core_Error::fatal(ts('You do not have permission to access this page.'));
480 }
481 }
5032bf07 482 $allPanes = array();
5e27919e 483 $recurJs = NULL;
6daab7fa 484 //tax rate from financialType
a1e457ff 485 $this->assign('taxRates', json_encode(CRM_Core_PseudoConstant::getTaxRates()));
049db839 486 $this->assign('currencies', json_encode(CRM_Core_OptionGroup::values('currencies_enabled')));
6a488035
TO
487
488 // build price set form.
489 $buildPriceSet = FALSE;
aaffa79f 490 $invoiceSettings = Civi::settings()->get('contribution_invoice_settings');
03b412ae 491 $invoicing = CRM_Utils_Array::value('invoicing', $invoiceSettings);
95f2107c 492 $this->assign('invoicing', $invoicing);
a32709be 493
03b412ae
PB
494 // display tax amount on edit contribution page
495 if ($invoicing && $this->_action & CRM_Core_Action::UPDATE && isset($this->_values['tax_amount'])) {
a32709be
PB
496 $this->assign('totalTaxAmount', $this->_values['tax_amount']);
497 }
498
6a488035 499 if (empty($this->_lineItems) &&
8cc574cf 500 ($this->_priceSetId || !empty($_POST['price_set_id']))
6a488035
TO
501 ) {
502 $buildPriceSet = TRUE;
503 $getOnlyPriceSetElements = TRUE;
504 if (!$this->_priceSetId) {
505 $this->_priceSetId = $_POST['price_set_id'];
506 $getOnlyPriceSetElements = FALSE;
507 }
508
509 $this->set('priceSetId', $this->_priceSetId);
9da8dc8c 510 CRM_Price_BAO_PriceSet::buildPriceSet($this);
6a488035
TO
511
512 // get only price set form elements.
513 if ($getOnlyPriceSetElements) {
514 return;
515 }
516 }
517 // use to build form during form rule.
518 $this->assign('buildPriceSet', $buildPriceSet);
519
6a488035
TO
520 $defaults = $this->_values;
521 $additionalDetailFields = array(
522 'note',
523 'thankyou_date',
524 'invoice_id',
525 'non_deductible_amount',
526 'fee_amount',
dfbad3f7 527 'net_amount',
6a488035
TO
528 );
529 foreach ($additionalDetailFields as $key) {
530 if (!empty($defaults[$key])) {
531 $defaults['hidden_AdditionalDetail'] = 1;
532 break;
533 }
534 }
535
6a488035
TO
536 if ($this->_productDAO) {
537 if ($this->_productDAO->product_id) {
538 $defaults['hidden_Premium'] = 1;
539 }
540 }
541
542 if ($this->_noteID &&
543 isset($this->_values['note'])
544 ) {
545 $defaults['hidden_AdditionalDetail'] = 1;
546 }
547
548 $paneNames = array(
549 ts('Additional Details') => 'AdditionalDetail',
6a488035
TO
550 );
551
552 //Add Premium pane only if Premium is exists.
553 $dao = new CRM_Contribute_DAO_Product();
554 $dao->is_active = 1;
555
556 if ($dao->find(TRUE)) {
557 $paneNames[ts('Premium Information')] = 'Premium';
558 }
559
6a488035 560 if ($this->_mode) {
225584c9 561 if (CRM_Core_Payment_Form::buildPaymentForm($this, $this->_paymentProcessor, FALSE, TRUE) == TRUE) {
5e27919e 562 if (!empty($this->_recurPaymentProcessors)) {
4f3c361d 563 $buildRecurBlock = TRUE;
f231bf7f 564 if ($this->_ppID) {
4f3c361d
EM
565 // ppID denotes a pledge payment.
566 foreach ($this->_paymentProcessors as $processor) {
567 if (!empty($processor['is_recur']) && !empty($processor['object']) && $processor['object']->supports('recurContributionsForPledges')) {
568 $buildRecurBlock = TRUE;
569 break;
570 }
571 $buildRecurBlock = FALSE;
572 }
573 }
574 if ($buildRecurBlock) {
575 CRM_Contribute_Form_Contribution_Main::buildRecur($this);
576 $this->setDefaults(array('is_recur' => 0));
577 $this->assign('buildRecurBlock', TRUE);
578 $recurJs = array('onChange' => "buildRecurBlock( this.value ); return false;");
579 }
5e27919e 580 }
6a488035
TO
581 }
582 }
6a488035 583
6a488035 584 foreach ($paneNames as $name => $type) {
a5399a39 585 $allPanes[$name] = $this->generatePane($type, $defaults);
6a488035 586 }
5e27919e 587
6a488035
TO
588 $qfKey = $this->controller->_key;
589 $this->assign('qfKey', $qfKey);
590 $this->assign('allPanes', $allPanes);
6a488035 591
6c75c831 592 $this->addFormRule(array('CRM_Contribute_Form_Contribution', 'formRule'), $this);
593
6a488035
TO
594 if ($this->_formType) {
595 $this->assign('formType', $this->_formType);
596 return;
597 }
598
599 $this->applyFilter('__ALL__', 'trim');
5a230af7 600
6a488035
TO
601 if ($this->_action & CRM_Core_Action::DELETE) {
602 $this->addButtons(array(
603 array(
604 'type' => 'next',
605 'name' => ts('Delete'),
606 'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
607 'isDefault' => TRUE,
608 ),
609 array(
610 'type' => 'cancel',
21dfd5f5
TO
611 'name' => ts('Cancel'),
612 ),
6a488035
TO
613 )
614 );
615 return;
616 }
617
618 //need to assign custom data type and subtype to the template
619 $this->assign('customDataType', 'Contribution');
620 $this->assign('customDataSubType', $this->_contributionType);
621 $this->assign('entityID', $this->_id);
622
623 if ($this->_context == 'standalone') {
353ffa53
TO
624 $this->addEntityRef('contact_id', ts('Contact'), array(
625 'create' => TRUE,
acb1052e 626 'api' => array('extra' => array('email')),
353ffa53 627 ), TRUE);
6a488035
TO
628 }
629
630 $attributes = CRM_Core_DAO::getAttribute('CRM_Contribute_DAO_Contribution');
631
e3fa3fea 632 // Check permissions for financial type first
573fd305 633 CRM_Financial_BAO_FinancialType::getAvailableFinancialTypes($financialTypes, $this->_action);
b19a01c7 634 if (empty($financialTypes)) {
b55aa3de 635 CRM_Core_Error::statusBounce(ts('You do not have all the permissions needed for this page.'));
b19a01c7 636 }
6a488035
TO
637 $financialType = $this->add('select', 'financial_type_id',
638 ts('Financial Type'),
e3fa3fea 639 array('' => ts('- select -')) + $financialTypes,
79ca865b
CW
640 TRUE,
641 array('onChange' => "CRM.buildCustomData( 'Contribution', this.value );")
6a488035 642 );
e3fa3fea 643
d77a0a58 644 $paymentInstrument = FALSE;
6a488035
TO
645 if (!$this->_mode) {
646 $paymentInstrument = $this->add('select', 'payment_instrument_id',
4db803dd 647 ts('Payment Method'),
6a488035 648 array('' => ts('- select -')) + CRM_Contribute_PseudoConstant::paymentInstrument(),
d96cf288 649 TRUE, array('onChange' => "return showHideByValue('payment_instrument_id','4','checkNumber','table-row','select',false);")
6a488035
TO
650 );
651 }
652
ce22fda6 653 $trxnId = $this->add('text', 'trxn_id', ts('Transaction ID'), array('class' => 'twelve') + $attributes['trxn_id']);
6a488035
TO
654
655 //add receipt for offline contribution
656 $this->addElement('checkbox', 'is_email_receipt', ts('Send Receipt?'));
657
658 $this->add('select', 'from_email_address', ts('Receipt From'), $this->_fromEmails);
659
660 $status = CRM_Contribute_PseudoConstant::contributionStatus();
661
662 // suppressing contribution statuses that are NOT relevant to pledges (CRM-5169)
663 $statusName = CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'name');
664 if ($this->_ppID) {
665 foreach (array(
666 'Cancelled',
667 'Failed',
21dfd5f5 668 'In Progress',
6a488035
TO
669 ) as $suppress) {
670 unset($status[CRM_Utils_Array::key($suppress, $statusName)]);
671 }
672 }
673 elseif ((!$this->_ppID && $this->_id) || !$this->_id) {
f73acc78
PN
674 $suppressFlag = FALSE;
675 if ($this->_id) {
676 $componentDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($this->_id);
677 if (CRM_Utils_Array::value('membership', $componentDetails) || CRM_Utils_Array::value('participant', $componentDetails)) {
678 $suppressFlag = TRUE;
679 }
680 }
681 if (!$suppressFlag) {
682 foreach (array(
683 'Overdue',
21dfd5f5 684 'In Progress',
f73acc78
PN
685 ) as $suppress) {
686 unset($status[CRM_Utils_Array::key($suppress, $statusName)]);
687 }
688 }
689 else {
690 unset($status[CRM_Utils_Array::key('Overdue', $statusName)]);
6a488035
TO
691 }
692 }
b6545333 693
d4849da4 694 // define the status IDs that show the cancellation info, see CRM-17589
695 $cancelInfo_show_ids = array();
d682fc35 696 foreach (array_keys($statusName) as $status_id) {
697 if (CRM_Contribute_BAO_Contribution::isContributionStatusNegative($status_id)) {
d4849da4 698 $cancelInfo_show_ids[] = "'$status_id'";
699 }
700 }
701 $this->assign('cancelInfo_show_ids', implode(',', $cancelInfo_show_ids));
702
6a488035
TO
703 if ($this->_id) {
704 $contributionStatus = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_Contribution', $this->_id, 'contribution_status_id');
705 $name = CRM_Utils_Array::value($contributionStatus, $statusName);
d37ade2e 706 switch ($name) {
6a488035 707 case 'Completed':
39e9d02a 708 // [CRM-17498] Removing unsupported status change options.
e33a778d
DGB
709 unset($status[CRM_Utils_Array::key('Pending', $statusName)]);
710 unset($status[CRM_Utils_Array::key('Failed', $statusName)]);
711 unset($status[CRM_Utils_Array::key('Partially paid', $statusName)]);
712 unset($status[CRM_Utils_Array::key('Pending refund', $statusName)]);
6a488035 713 case 'Cancelled':
d682fc35 714 case 'Chargeback':
6a488035 715 case 'Refunded':
f73acc78 716 unset($status[CRM_Utils_Array::key('In Progress', $statusName)]);
6a488035
TO
717 unset($status[CRM_Utils_Array::key('Pending', $statusName)]);
718 unset($status[CRM_Utils_Array::key('Failed', $statusName)]);
719 break;
ea100cb5 720
6a488035 721 case 'Pending':
f73acc78 722 case 'In Progress':
6a488035 723 unset($status[CRM_Utils_Array::key('Refunded', $statusName)]);
d682fc35 724 unset($status[CRM_Utils_Array::key('Chargeback', $statusName)]);
6a488035 725 break;
ea100cb5 726
6a488035 727 case 'Failed':
d37ade2e 728 foreach (array(
729 'Pending',
730 'Refunded',
d682fc35 731 'Chargeback',
d37ade2e 732 'Completed',
f73acc78 733 'In Progress',
21dfd5f5 734 'Cancelled',
d37ade2e 735 ) as $suppress) {
6a488035
TO
736 unset($status[CRM_Utils_Array::key($suppress, $statusName)]);
737 }
738 break;
739 }
d37ade2e 740 }
741 else {
6a488035 742 unset($status[CRM_Utils_Array::key('Refunded', $statusName)]);
d682fc35 743 unset($status[CRM_Utils_Array::key('Chargeback', $statusName)]);
6a488035
TO
744 }
745
746 $this->add('select', 'contribution_status_id',
747 ts('Contribution Status'),
748 $status,
749 FALSE
750 );
751
46d173ef
PN
752 // CRM-16189, add Revenue Recognition Date
753 if (CRM_Contribute_BAO_Contribution::checkContributeSettings('deferred_revenue_enabled')) {
754 $this->add('date', 'revenue_recognition_date', ts('Revenue Recognition Date'), CRM_Core_SelectValues::date(NULL, 'M Y', NULL, 5));
755 }
756
6a488035
TO
757 // add various dates
758 $this->addDateTime('receive_date', ts('Received'), FALSE, array('formatType' => 'activityDateTime'));
759
760 if ($this->_online) {
761 $this->assign('hideCalender', TRUE);
762 }
763 $checkNumber = $this->add('text', 'check_number', ts('Check Number'), $attributes['check_number']);
764
765 $this->addDateTime('receipt_date', ts('Receipt Date'), FALSE, array('formatType' => 'activityDateTime'));
766 $this->addDateTime('cancel_date', ts('Cancelled / Refunded Date'), FALSE, array('formatType' => 'activityDateTime'));
767
768 $this->add('textarea', 'cancel_reason', ts('Cancellation / Refund Reason'), $attributes['cancel_reason']);
99cdd94d 769 $this->add('text', 'refund_trxn_id', ts('Transaction ID for the refund payment'));
6a488035
TO
770 $element = $this->add('select',
771 'payment_processor_id',
772 ts('Payment Processor'),
773 $this->_processors,
774 NULL,
775 $recurJs
776 );
777
778 if ($this->_online) {
779 $element->freeze();
780 }
e02d7e96 781
6a488035
TO
782 $totalAmount = NULL;
783 if (empty($this->_lineItems)) {
784 $buildPriceSet = FALSE;
9da8dc8c 785 $priceSets = CRM_Price_BAO_PriceSet::getAssoc(FALSE, 'CiviContribute');
6a488035
TO
786 if (!empty($priceSets) && !$this->_ppID) {
787 $buildPriceSet = TRUE;
788 }
789
790 // don't allow price set for contribution if it is related to participant, or if it is a pledge payment
791 // and if we already have line items for that participant. CRM-5095
792 if ($buildPriceSet && $this->_id) {
793 $componentDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($this->_id);
794 $pledgePaymentId = CRM_Core_DAO::getFieldValue('CRM_Pledge_DAO_PledgePayment',
795 $this->_id,
796 'id',
797 'contribution_id'
798 );
799 if ($pledgePaymentId) {
800 $buildPriceSet = FALSE;
801 }
802 if ($participantID = CRM_Utils_Array::value('participant', $componentDetails)) {
803 $participantLI = CRM_Price_BAO_LineItem::getLineItems($participantID);
804 if (!CRM_Utils_System::isNull($participantLI)) {
805 $buildPriceSet = FALSE;
806 }
807 }
808 }
809
810 $hasPriceSets = FALSE;
811 if ($buildPriceSet) {
812 $hasPriceSets = TRUE;
6a3d8d2d
WA
813 // CRM-16451: set financial type of 'Price Set' in back office contribution
814 // instead of selecting manually
815 $financialTypeIds = CRM_Price_BAO_PriceSet::getAssoc(FALSE, 'CiviContribute', 'financial_type_id');
6a488035
TO
816 $element = $this->add('select', 'price_set_id', ts('Choose price set'),
817 array(
21dfd5f5 818 '' => ts('Choose price set'),
6a488035 819 ) + $priceSets,
d6d7af07 820 NULL, array('onchange' => "buildAmount( this.value, " . json_encode($financialTypeIds) . ");")
5a230af7 821 );
6a488035
TO
822 if ($this->_online && !($this->_action & CRM_Core_Action::UPDATE)) {
823 $element->freeze();
824 }
825 }
826 $this->assign('hasPriceSets', $hasPriceSets);
827 $currencyFreeze = FALSE;
828 if (!($this->_action & CRM_Core_Action::UPDATE)) {
d37ade2e 829 if ($this->_online || $this->_ppID) {
830 $attributes['total_amount'] = array_merge($attributes['total_amount'], array(
831 'READONLY' => TRUE,
21dfd5f5 832 'style' => "background-color:#EBECE4",
d37ade2e 833 ));
834 $optionTypes = array(
835 '1' => ts('Adjust Pledge Payment Schedule?'),
836 '2' => ts('Adjust Total Pledge Amount?'),
837 );
838 $this->addRadio('option_type',
839 NULL,
840 $optionTypes,
841 array(), '<br/>'
842 );
843
844 $currencyFreeze = TRUE;
845 }
6a488035
TO
846 }
847
848 $totalAmount = $this->addMoney('total_amount',
849 ts('Total Amount'),
850 ($hasPriceSets) ? FALSE : TRUE,
851 $attributes['total_amount'],
852 TRUE, 'currency', NULL, $currencyFreeze
853 );
854 }
855
856 $this->add('text', 'source', ts('Source'), CRM_Utils_Array::value('source', $attributes));
857
161a2fe7 858 // CRM-7362 --add campaigns.
6a488035
TO
859 CRM_Campaign_BAO_Campaign::addCampaign($this, CRM_Utils_Array::value('campaign_id', $this->_values));
860
0baed70b 861 CRM_Contribute_Form_SoftCredit::buildQuickForm($this);
0baed70b 862
6a488035
TO
863 $js = NULL;
864 if (!$this->_mode) {
865 $js = array('onclick' => "return verify( );");
866 }
867
aaffa79f 868 $mailingInfo = Civi::settings()->get('mailing_backend');
6a488035
TO
869 $this->assign('outBound_option', $mailingInfo['outBound_option']);
870
871 $this->addButtons(array(
872 array(
873 'type' => 'upload',
874 'name' => ts('Save'),
875 'js' => $js,
21dfd5f5 876 'isDefault' => TRUE,
6a488035
TO
877 ),
878 array(
879 'type' => 'upload',
880 'name' => ts('Save and New'),
881 'js' => $js,
21dfd5f5 882 'subName' => 'new',
6a488035
TO
883 ),
884 array(
885 'type' => 'cancel',
21dfd5f5 886 'name' => ts('Cancel'),
6a488035
TO
887 ),
888 )
889 );
890
891 // if status is Cancelled freeze Amount, Payment Instrument, Check #, Financial Type,
892 // Net and Fee Amounts are frozen in AdditionalInfo::buildAdditionalDetail
893 if ($this->_id && $this->_values['contribution_status_id'] == array_search('Cancelled', $statusName)) {
5a230af7 894 if ($totalAmount) {
6a488035
TO
895 $totalAmount->freeze();
896 }
897 $checkNumber->freeze();
898 $paymentInstrument->freeze();
899 $trxnId->freeze();
900 $financialType->freeze();
901 }
902
b6f65362 903 // if contribution is related to membership or participant freeze Financial Type, Amount
904 if ($this->_id && isset($this->_values['tax_amount'])) {
905 $componentDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($this->_id);
906 if (CRM_Utils_Array::value('membership', $componentDetails) || CRM_Utils_Array::value('participant', $componentDetails)) {
b5527a9a 907 if ($totalAmount) {
a13f3d8c 908 $totalAmount->freeze();
b5527a9a 909 }
b6f65362 910 $financialType->freeze();
b6f65362 911 $this->assign('freezeFinancialType', TRUE);
912 }
913 }
914
6a488035
TO
915 if ($this->_action & CRM_Core_Action::VIEW) {
916 $this->freeze();
917 }
918 }
919
920 /**
fe482240 921 * Global form rule.
6a488035 922 *
014c4014
TO
923 * @param array $fields
924 * The input form values.
925 * @param array $files
926 * The uploaded files if any.
2a6da8d7
EM
927 * @param $self
928 *
72b3a70c
CW
929 * @return bool|array
930 * true if no errors, else array of errors
6a488035 931 */
1cf3816f 932 public static function formRule($fields, $files, $self) {
6a488035 933 $errors = array();
161a2fe7 934 // Check for Credit Card Contribution.
6a488035
TO
935 if ($self->_mode) {
936 if (empty($fields['payment_processor_id'])) {
937 $errors['payment_processor_id'] = ts('Payment Processor is a required field.');
938 }
34089500 939 else {
940 // validate payment instrument (e.g. credit card number)
1d1fee72 941 CRM_Core_Payment_Form::validatePaymentInstrument($fields['payment_processor_id'], $fields, $errors, NULL);
34089500 942 }
6a488035
TO
943 }
944
161a2fe7 945 // Do the amount validations.
a7488080 946 if (empty($fields['total_amount']) && empty($self->_lineItems)) {
6a488035 947 if ($priceSetId = CRM_Utils_Array::value('price_set_id', $fields)) {
9da8dc8c 948 CRM_Price_BAO_PriceField::priceSetValidation($priceSetId, $fields, $errors);
6a488035
TO
949 }
950 }
951
b326919b 952 $softErrors = CRM_Contribute_Form_SoftCredit::formRule($fields, $errors, $self);
d37ade2e 953
3256b416
JM
954 if (!empty($fields['total_amount']) && (!empty($fields['net_amount']) || !empty($fields['fee_amount']))) {
955 $sum = CRM_Utils_Rule::cleanMoney($fields['net_amount']) + CRM_Utils_Rule::cleanMoney($fields['fee_amount']);
f21310d8 956 // For taxable contribution we need to deduct taxable amount from
957 // (net amount + fee amount) before comparing it with total amount
958 if (!empty($self->_values['tax_amount'])) {
959 $componentDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($self->_id);
960 if (!(CRM_Utils_Array::value('membership', $componentDetails) ||
961 CRM_Utils_Array::value('participant', $componentDetails))
962 ) {
963 $sum = CRM_Utils_Money::format($sum - $self->_values['tax_amount'], NULL, '%a');
964 }
965 }
3256b416 966 if (CRM_Utils_Rule::cleanMoney($fields['total_amount']) != $sum) {
6a488035
TO
967 $errors['total_amount'] = ts('The sum of fee amount and net amount must be equal to total amount');
968 }
969 }
577d1236
WA
970
971 //CRM-16285 - Function to handle validation errors on form, for recurring contribution field.
972 CRM_Contribute_BAO_ContributionRecur::validateRecurContribution($fields, $files, $self, $errors);
973
161a2fe7 974 // Form rule for status http://wiki.civicrm.org/confluence/display/CRM/CiviAccounts+4.3+Data+Flow
58d33659
PN
975 if (($self->_action & CRM_Core_Action::UPDATE)
976 && $self->_id
977 && $self->_values['contribution_status_id'] != $fields['contribution_status_id']
978 ) {
6a488035
TO
979 CRM_Contribute_BAO_Contribution::checkStatusValidation($self->_values, $fields, $errors);
980 }
4d47ad17 981 // CRM-16015, add form-rule to restrict change of financial type if using price field of different financial type
58d33659
PN
982 if (($self->_action & CRM_Core_Action::UPDATE)
983 && $self->_id
984 && $self->_values['financial_type_id'] != $fields['financial_type_id']
985 ) {
4d47ad17
PN
986 CRM_Contribute_BAO_Contribution::checkFinancialTypeChange(NULL, $self->_id, $errors);
987 }
6a488035 988 //FIXME FOR NEW DATA FLOW http://wiki.civicrm.org/confluence/display/CRM/CiviAccounts+4.3+Data+Flow
34089500 989 if (!empty($fields['fee_amount']) && !empty($fields['financial_type_id']) && $financialType = CRM_Contribute_BAO_Contribution::validateFinancialType($fields['financial_type_id'])) {
51fa20cb 990 $errors['financial_type_id'] = ts("Financial Account of account relationship of 'Expense Account is' is not configured for Financial Type : ") . $financialType;
6a488035 991 }
133e2c99 992
7272e4fa
DG
993 // $trxn_id must be unique CRM-13919
994 if (!empty($fields['trxn_id'])) {
995 $queryParams = array(1 => array($fields['trxn_id'], 'String'));
996 $query = 'select count(*) from civicrm_contribution where trxn_id = %1';
997 if ($self->_id) {
353ffa53 998 $queryParams[2] = array((int) $self->_id, 'Integer');
7272e4fa
DG
999 $query .= ' and id !=%2';
1000 }
1001 $tCnt = CRM_Core_DAO::singleValueQuery($query, $queryParams);
1002 if ($tCnt) {
1003 $errors['trxn_id'] = ts('Transaction ID\'s must be unique. Transaction \'%1\' already exists in your database.', array(1 => $fields['trxn_id']));
133e2c99 1004 }
7272e4fa 1005 }
46d173ef
PN
1006 if (!empty($fields['revenue_recognition_date'])
1007 && count(array_filter($fields['revenue_recognition_date'])) == 1
1008 ) {
1009 $errors['revenue_recognition_date'] = ts('Month and Year are required field for Revenue Recognition.');
1010 }
3adac159
PN
1011 // CRM-16189
1012 $errorMessage = CRM_Financial_BAO_FinancialAccount::checkForValidFinancialType($fields, $self->_id, $self);
1013 if ($errorMessage) {
1014 $errors['financial_type_id'] = $errorMessage;
1015 }
ac0c89ed 1016 $errors = array_merge($errors, $softErrors);
6a488035
TO
1017 return $errors;
1018 }
1019
1020 /**
fe482240 1021 * Process the form submission.
6a488035
TO
1022 */
1023 public function postProcess() {
6a488035
TO
1024 if ($this->_action & CRM_Core_Action::DELETE) {
1025 CRM_Contribute_BAO_Contribution::deleteContribution($this->_id);
c1cc3e0c 1026 CRM_Core_Session::singleton()->replaceUserContext(CRM_Utils_System::url('civicrm/contact/view',
6a488035
TO
1027 "reset=1&cid={$this->_contactID}&selectedChild=contribute"
1028 ));
1029 return;
1030 }
77c081c2 1031 // Get the submitted form values.
6a488035 1032 $submittedValues = $this->controller->exportValues($this->_name);
7758bd2b
EM
1033
1034 try {
7758bd2b
EM
1035 $contribution = $this->submit($submittedValues, $this->_action, $this->_ppID);
1036 }
1037 catch (PaymentProcessorException $e) {
1038 // Set the contribution mode.
1039 $urlParams = "action=add&cid={$this->_contactID}";
1040 if ($this->_mode) {
1041 $urlParams .= "&mode={$this->_mode}";
1042 }
1043 if (!empty($this->_ppID)) {
1044 $urlParams .= "&context=pledge&ppid={$this->_ppID}";
1045 }
1046
1047 CRM_Core_Error::statusBounce($e->getMessage(), $urlParams, ts('Payment Processor Error'));
1048 }
f75f0921
EM
1049 $session = CRM_Core_Session::singleton();
1050 $buttonName = $this->controller->getButtonName();
1051 if ($this->_context == 'standalone') {
1052 if ($buttonName == $this->getButtonName('upload', 'new')) {
1053 $session->replaceUserContext(CRM_Utils_System::url('civicrm/contribute/add',
1054 'reset=1&action=add&context=standalone'
1055 ));
6a488035 1056 }
f75f0921
EM
1057 else {
1058 $session->replaceUserContext(CRM_Utils_System::url('civicrm/contact/view',
1059 "reset=1&cid={$this->_contactID}&selectedChild=contribute"
1060 ));
1061 }
1062 }
1063 elseif ($this->_context == 'contribution' && $this->_mode && $buttonName == $this->getButtonName('upload', 'new')) {
1064 $session->replaceUserContext(CRM_Utils_System::url('civicrm/contact/view/contribution',
1065 "reset=1&action=add&context={$this->_context}&cid={$this->_contactID}&mode={$this->_mode}"
1066 ));
1067 }
1068 elseif ($buttonName == $this->getButtonName('upload', 'new')) {
1069 $session->replaceUserContext(CRM_Utils_System::url('civicrm/contact/view/contribution',
1070 "reset=1&action=add&context={$this->_context}&cid={$this->_contactID}"
1071 ));
6a488035
TO
1072 }
1073
f75f0921
EM
1074 //store contribution ID if not yet set (on create)
1075 if (empty($this->_id) && !empty($contribution->id)) {
1076 $this->_id = $contribution->id;
6a488035 1077 }
f75f0921 1078 }
6a488035 1079
f75f0921
EM
1080 /**
1081 * Process credit card payment.
1082 *
1083 * @param array $submittedValues
1084 * @param array $lineItem
456b0145 1085 *
7126b55c
EM
1086 * @param int $contactID
1087 * Contact ID
1088 *
456b0145 1089 * @return bool|\CRM_Contribute_DAO_Contribution
f8453bef 1090 * @throws \CRM_Core_Exception
7758bd2b 1091 * @throws \Civi\Payment\Exception\PaymentProcessorException
456b0145 1092 */
7126b55c 1093 protected function processCreditCard($submittedValues, $lineItem, $contactID) {
549cf0b9 1094 $isTest = ($this->_mode == 'test') ? 1 : 0;
f75f0921 1095 // CRM-12680 set $_lineItem if its not set
bf4253e7
EM
1096 // @todo - I don't believe this would ever BE set. I can't find anywhere in the code.
1097 // It would be better to pass line item out to functions than $this->_lineItem as
1098 // we don't know what is being changed where.
f75f0921
EM
1099 if (empty($this->_lineItem) && !empty($lineItem)) {
1100 $this->_lineItem = $lineItem;
6a488035 1101 }
6a488035 1102
bf4253e7
EM
1103 $this->_paymentObject = Civi\Payment\System::singleton()->getById($submittedValues['payment_processor_id']);
1104 $this->_paymentProcessor = $this->_paymentObject->getPaymentProcessor();
c52884b2 1105
7758bd2b
EM
1106 // Set source if not set
1107 if (empty($submittedValues['source'])) {
1108 $userID = CRM_Core_Session::singleton()->get('userID');
1109 $userSortName = CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_Contact', $userID,
1110 'sort_name'
1111 );
1112 $submittedValues['source'] = ts('Submit Credit Card Payment by: %1', array(1 => $userSortName));
1113 }
1114
3b8e6c3f 1115 $params = $submittedValues;
1116 $this->_params = array_merge($this->_params, $submittedValues);
77e18ec7 1117
bf4253e7
EM
1118 // Mapping requiring documentation.
1119 $this->_params['payment_processor'] = $submittedValues['payment_processor_id'];
1120
f75f0921 1121 $now = date('YmdHis');
5a230af7 1122
f75f0921
EM
1123 // we need to retrieve email address
1124 if ($this->_context == 'standalone' && !empty($submittedValues['is_email_receipt'])) {
1125 list($this->userDisplayName,
1126 $this->userEmail
7126b55c 1127 ) = CRM_Contact_BAO_Contact_Location::getEmailDetails($contactID);
f75f0921 1128 $this->assign('displayName', $this->userDisplayName);
6a488035 1129 }
6a488035 1130
3b8e6c3f 1131 $this->_contributorEmail = $this->userEmail;
1132 $this->_contributorContactID = $contactID;
1133 $this->processBillingAddress();
f75f0921
EM
1134 if (!empty($params['source'])) {
1135 unset($params['source']);
6a488035 1136 }
c52884b2 1137
f75f0921 1138 $this->_params['amount'] = $this->_params['total_amount'];
c039f658 1139 // @todo - stop setting amount level in this function & call the CRM_Price_BAO_PriceSet::getAmountLevel
1140 // function to get correct amount level consistently. Remove setting of the amount level in
1141 // CRM_Price_BAO_PriceSet::processAmount. Extend the unit tests in CRM_Price_BAO_PriceSetTest
1142 // to cover all variants.
f75f0921 1143 $this->_params['amount_level'] = 0;
e47238e5 1144 $this->_params['description'] = ts("Contribution submitted by a staff person using contributor's credit card");
f75f0921
EM
1145 $this->_params['currencyID'] = CRM_Utils_Array::value('currency',
1146 $this->_params,
1147 CRM_Core_Config::singleton()->defaultCurrency
1148 );
aefd7f6b 1149
f75f0921
EM
1150 if (!empty($this->_params['receive_date'])) {
1151 $this->_params['receive_date'] = CRM_Utils_Date::processDate($this->_params['receive_date'], $this->_params['receive_date_time']);
6a488035 1152 }
6a488035 1153
f75f0921
EM
1154 $this->_params['pcp_display_in_roll'] = CRM_Utils_Array::value('pcp_display_in_roll', $params);
1155 $this->_params['pcp_roll_nickname'] = CRM_Utils_Array::value('pcp_roll_nickname', $params);
1156 $this->_params['pcp_personal_note'] = CRM_Utils_Array::value('pcp_personal_note', $params);
3f662d9d 1157
f75f0921
EM
1158 //Add common data to formatted params
1159 CRM_Contribute_Form_AdditionalInfo::postProcessCommon($params, $this->_params, $this);
6a488035 1160
f75f0921
EM
1161 if (empty($this->_params['invoice_id'])) {
1162 $this->_params['invoiceID'] = md5(uniqid(rand(), TRUE));
1163 }
1164 else {
1165 $this->_params['invoiceID'] = $this->_params['invoice_id'];
1166 }
6a488035 1167
f75f0921
EM
1168 // At this point we've created a contact and stored its address etc
1169 // all the payment processors expect the name and address to be in the
1170 // so we copy stuff over to first_name etc.
1171 $paymentParams = $this->_params;
7126b55c 1172 $paymentParams['contactID'] = $contactID;
f75f0921 1173 CRM_Core_Payment_Form::mapParams($this->_bltID, $this->_params, $paymentParams, TRUE);
6a488035 1174
67256e0c
EM
1175 $financialType = new CRM_Financial_DAO_FinancialType();
1176 $financialType->id = $params['financial_type_id'];
11829025 1177 $financialType->find(TRUE);
6a488035 1178
f75f0921
EM
1179 // Add some financial type details to the params list
1180 // if folks need to use it.
67256e0c 1181 $paymentParams['contributionType_name'] = $this->_params['contributionType_name'] = $financialType->name;
f75f0921 1182 $paymentParams['contributionPageID'] = NULL;
6a488035 1183
f75f0921
EM
1184 if (!empty($this->_params['is_email_receipt'])) {
1185 $paymentParams['email'] = $this->userEmail;
1186 $paymentParams['is_email_receipt'] = 1;
1187 }
1188 else {
1189 $paymentParams['is_email_receipt'] = 0;
1190 $this->_params['is_email_receipt'] = 0;
1191 }
1192 if (!empty($this->_params['receive_date'])) {
1193 $paymentParams['receive_date'] = $this->_params['receive_date'];
1194 }
6a488035 1195
f75f0921 1196 $this->_params['receive_date'] = $now;
6a488035 1197
f75f0921
EM
1198 if (!empty($this->_params['is_email_receipt'])) {
1199 $this->_params['receipt_date'] = $now;
1200 }
1201 else {
1202 $this->_params['receipt_date'] = CRM_Utils_Date::processDate($this->_params['receipt_date'],
1203 $params['receipt_date_time'], TRUE
1204 );
1205 }
6a488035 1206
f75f0921 1207 $this->set('params', $this->_params);
7758bd2b 1208
f75f0921 1209 $this->assign('receive_date', $this->_params['receive_date']);
6a488035 1210
f75f0921
EM
1211 // Result has all the stuff we need
1212 // lets archive it to a financial transaction
67256e0c 1213 if ($financialType->is_deductible) {
f75f0921
EM
1214 $this->assign('is_deductible', TRUE);
1215 $this->set('is_deductible', TRUE);
1216 }
3febe800 1217 $contributionParams = array(
1218 'contact_id' => $contactID,
1219 'line_item' => $lineItem,
1220 'is_test' => $isTest,
1221 'campaign_id' => CRM_Utils_Array::value('campaign_id', $this->_params),
1222 'contribution_page_id' => CRM_Utils_Array::value('contribution_page_id', $this->_params),
1223 'source' => CRM_Utils_Array::value('source', $paymentParams, CRM_Utils_Array::value('description', $paymentParams)),
1224 'thankyou_date' => CRM_Utils_Array::value('thankyou_date', $this->_params),
1225 );
1226
1227 if (empty($paymentParams['is_pay_later'])) {
1228 // @todo look up payment_instrument_id on payment processor table.
1229 $contributionParams['payment_instrument_id'] = 1;
1230 }
6a488035 1231
ba013eea 1232 $contribution = CRM_Contribute_Form_Contribution_Confirm::processFormContribution($this,
7758bd2b
EM
1233 $this->_params,
1234 NULL,
3febe800 1235 $contributionParams,
7758bd2b 1236 $financialType,
7758bd2b 1237 FALSE,
449f4c90 1238 $this->_bltID,
1239 CRM_Utils_Array::value('is_recur', $this->_params)
7758bd2b 1240 );
6a488035 1241
7758bd2b
EM
1242 $paymentParams['contributionID'] = $contribution->id;
1243 $paymentParams['contributionTypeID'] = $contribution->financial_type_id;
1244 $paymentParams['contributionPageID'] = $contribution->contribution_page_id;
1245 $paymentParams['contributionRecurID'] = $contribution->contribution_recur_id;
6a488035 1246
7758bd2b
EM
1247 if ($paymentParams['amount'] > 0.0) {
1248 // force a re-get of the payment processor in case the form changed it, CRM-7179
9d8f43b1
EM
1249 // NOTE - I expect this is obsolete.
1250 $payment = Civi\Payment\System::singleton()->getByProcessor($this->_paymentProcessor);
7758bd2b
EM
1251 try {
1252 $statuses = CRM_Contribute_BAO_Contribution::buildOptions('contribution_status_id');
1253 $result = $payment->doPayment($paymentParams, 'contribute');
1254 $this->assign('trxn_id', $result['trxn_id']);
1255 $contribution->trxn_id = $result['trxn_id'];
1256 /* Our scenarios here are
1257 * 1) the payment failed & an Exception should have been thrown
1258 * 2) the payment succeeded but the payment is not immediate (for example a recurring payment
1259 * with a delayed start)
1260 * 3) the payment succeeded with an immediate payment.
1261 *
7c85dc65 1262 * The doPayment function ensures that payment_status_id is always set
7758bd2b
EM
1263 * as historically we have had to guess from the context - ie doDirectPayment
1264 * = error or success, unless it is a recurring contribution in which case it is pending.
1265 */
7c85dc65 1266 if ($result['payment_status_id'] == array_search('Completed', $statuses)) {
760278d3
EM
1267 try {
1268 civicrm_api3('contribution', 'completetransaction', array(
1269 'id' => $contribution->id,
1270 'trxn_id' => $result['trxn_id'],
1271 'payment_processor_id' => $this->_paymentProcessor['id'],
1272 'is_transactional' => FALSE,
22e39333 1273 'fee_amount' => CRM_Utils_Array::value('fee_amount', $result),
760278d3
EM
1274 ));
1275 // This has now been set to 1 in the DB - declare it here also
1276 $contribution->contribution_status_id = 1;
1277 }
1278 catch (CiviCRM_API3_Exception $e) {
1279 if ($e->getErrorCode() != 'contribution_completed') {
1280 throw new CRM_Core_Exception('Failed to update contribution in database');
1281 }
1282 }
7758bd2b
EM
1283 }
1284 else {
1285 // Save the trxn_id.
1286 $contribution->save();
1287 }
1288 }
1289 catch (PaymentProcessorException $e) {
06d062ce 1290 CRM_Contribute_BAO_Contribution::failPayment($contribution->id, $paymentParams['contactID'], $e->getMessage());
7758bd2b
EM
1291 throw new PaymentProcessorException($e->getMessage());
1292 }
1293 }
f75f0921 1294 // Send receipt mail.
e390a377 1295 array_unshift($this->statusMessage, ts('The contribution record has been saved.'));
f75f0921
EM
1296 if ($contribution->id && !empty($this->_params['is_email_receipt'])) {
1297 $this->_params['trxn_id'] = CRM_Utils_Array::value('trxn_id', $result);
7126b55c 1298 $this->_params['contact_id'] = $contactID;
f75f0921 1299 $this->_params['contribution_id'] = $contribution->id;
c52884b2 1300 if (CRM_Contribute_Form_AdditionalInfo::emailReceipt($this, $this->_params, TRUE)) {
3e6a1f4a 1301 $this->statusMessage[] = ts('A receipt has been emailed to the contributor.');
6a488035 1302 }
28d44c9f 1303 }
c52884b2 1304
5e27919e 1305 return $contribution;
6a488035 1306 }
5a230af7 1307
f75f0921
EM
1308 /**
1309 * Generate the data to construct a snippet based pane.
1310 *
1311 * This form also assigns the showAdditionalInfo var based on historical code.
1312 * This appears to mean 'there is a pane to show'.
1313 *
1314 * @param string $type
1315 * Type of Pane - this is generally used to determine the function name used to build it
1316 * - e.g CreditCard, AdditionalDetail
1317 * @param array $defaults
1318 *
1319 * @return array
1320 * We aim to further refactor & simplify this but currently
1321 * - the panes array
1322 * - should additional info be shown?
1323 */
1324 protected function generatePane($type, $defaults) {
1325 $urlParams = "snippet=4&formType={$type}";
1326 if ($this->_mode) {
1327 $urlParams .= "&mode={$this->_mode}";
6a488035
TO
1328 }
1329
f75f0921
EM
1330 $open = 'false';
1331 if ($type == 'CreditCard' ||
1332 $type == 'DirectDebit'
1333 ) {
1334 $open = 'true';
6a488035 1335 }
6a488035 1336
f75f0921
EM
1337 $pane = array(
1338 'url' => CRM_Utils_System::url('civicrm/contact/view/contribution', $urlParams),
1339 'open' => $open,
1340 'id' => $type,
6a488035 1341 );
6a488035 1342
f75f0921
EM
1343 // See if we need to include this paneName in the current form.
1344 if ($this->_formType == $type || !empty($_POST["hidden_{$type}"]) ||
1345 CRM_Utils_Array::value("hidden_{$type}", $defaults)
1346 ) {
1347 $this->assign('showAdditionalInfo', TRUE);
1348 $pane['open'] = 'true';
6a488035
TO
1349 }
1350
f75f0921
EM
1351 if ($type == 'CreditCard' || $type == 'DirectDebit') {
1352 // @todo would be good to align tpl name with form name...
1353 // @todo document why this hidden variable is required.
1354 $this->add('hidden', 'hidden_' . $type, 1);
1355 return $pane;
6a488035
TO
1356 }
1357 else {
f75f0921
EM
1358 $additionalInfoFormFunction = 'build' . $type;
1359 CRM_Contribute_Form_AdditionalInfo::$additionalInfoFormFunction($this);
1360 return $pane;
6a488035 1361 }
f75f0921 1362 }
6a488035 1363
f75f0921
EM
1364 /**
1365 * Wrapper for unit testing the post process submit function.
1366 *
1367 * (If we expose through api we can get default additions 'for free').
1368 *
1369 * @param array $params
5e27919e 1370 * @param int $action
39f47c0d
EM
1371 * @param string|null $creditCardMode
1372 *
1373 * @throws \CiviCRM_API3_Exception
f75f0921 1374 */
39f47c0d 1375 public function testSubmit($params, $action, $creditCardMode = NULL) {
f75f0921
EM
1376 $defaults = array(
1377 'soft_credit_contact_id' => array(),
1378 'receipt_date' => '',
1379 'receipt_date_time' => '',
1380 'cancel_date' => '',
1381 'cancel_date_time' => '',
43bf07d6 1382 'hidden_Premium' => 1,
f75f0921 1383 );
739a8336 1384 $this->_bltID = 5;
5e27919e
EM
1385 if (!empty($params['id'])) {
1386 $existingContribution = civicrm_api3('contribution', 'getsingle', array(
1387 'id' => $params['id'],
1388 ));
55e55e84 1389 $this->_id = $params['id'];
5e27919e
EM
1390 }
1391 else {
1392 $existingContribution = array();
1393 }
1394
1395 $this->_defaults['contribution_status_id'] = CRM_Utils_Array::value('contribution_status_id',
1396 $existingContribution
1397 );
1398
1399 $this->_defaults['total_amount'] = CRM_Utils_Array::value('total_amount',
1400 $existingContribution
1401 );
6a488035 1402
39f47c0d
EM
1403 if ($creditCardMode) {
1404 $this->_mode = $creditCardMode;
1405 }
1406
1407 // Required because processCreditCard calls set method on this.
1408 $_SERVER['REQUEST_METHOD'] = 'GET';
1409 $this->controller = new CRM_Core_Controller();
1410
3e6a1f4a
EM
1411 CRM_Contribute_Form_AdditionalInfo::buildPremium($this);
1412
39f47c0d 1413 $this->_fields = array();
31760f81 1414 $this->submit(array_merge($defaults, $params), $action, CRM_Utils_Array::value('pledge_payment_id', $params));
43bf07d6 1415
f75f0921 1416 }
c1cc3e0c 1417
f75f0921
EM
1418 /**
1419 * @param array $submittedValues
1420 *
bdbc1044
EM
1421 * @param int $action
1422 * Action constant
1423 * - CRM_Core_Action::UPDATE
1424 *
5e27919e
EM
1425 * @param $pledgePaymentID
1426 *
f75f0921
EM
1427 * @return array
1428 * @throws \Exception
1429 */
31760f81 1430 protected function submit($submittedValues, $action, $pledgePaymentID) {
f75f0921
EM
1431 $softParams = $softIDs = array();
1432 $pId = $contribution = $isRelatedId = FALSE;
3b8e6c3f 1433 $this->_params = $submittedValues;
1434 $this->beginPostProcess();
3e6a1f4a 1435
bdbc1044 1436 if (!empty($submittedValues['price_set_id']) && $action & CRM_Core_Action::UPDATE) {
f75f0921
EM
1437 $line = CRM_Price_BAO_LineItem::getLineItems($this->_id, 'contribution');
1438 $lineID = key($line);
1439 $priceSetId = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceField', CRM_Utils_Array::value('price_field_id', $line[$lineID]), 'price_set_id');
1440 $quickConfig = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $priceSetId, 'is_quick_config');
2b308818
DG
1441 // Why do we do this? Seems like a like a wrapper for old functionality - but single line price sets & quick
1442 // config should be treated the same.
f75f0921
EM
1443 if ($quickConfig) {
1444 CRM_Price_BAO_LineItem::deleteLineItems($this->_id, 'civicrm_contribution');
1445 }
6a488035 1446 }
f75f0921
EM
1447
1448 // Process price set and get total amount and line items.
1449 $lineItem = array();
1450 $priceSetId = CRM_Utils_Array::value('price_set_id', $submittedValues);
1451 if (empty($priceSetId) && !$this->_id) {
1452 $this->_priceSetId = $priceSetId = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', 'default_contribution_amount', 'id', 'name');
1453 $this->_priceSet = current(CRM_Price_BAO_PriceSet::getSetDetail($priceSetId));
1454 $fieldID = key($this->_priceSet['fields']);
1455 $fieldValueId = key($this->_priceSet['fields'][$fieldID]['options']);
1456 $this->_priceSet['fields'][$fieldID]['options'][$fieldValueId]['amount'] = $submittedValues['total_amount'];
1457 $submittedValues['price_' . $fieldID] = 1;
6a488035 1458 }
6a488035 1459
2b308818
DG
1460 // Every contribution has a price-set - the only reason it shouldn't be set is if we are dealing with
1461 // quick config (very very arguably) & yet we see that this could still be quick config so this should be understood
1462 // as a point of fragility rather than a logical 'if' clause.
f75f0921
EM
1463 if ($priceSetId) {
1464 CRM_Price_BAO_PriceSet::processAmount($this->_priceSet['fields'],
1465 $submittedValues, $lineItem[$priceSetId]);
f75f0921 1466 // Unset tax amount for offline 'is_quick_config' contribution.
2b308818
DG
1467 // @todo WHY - quick config was conceived as a quick way to configure contribution forms.
1468 // this is an example of 'other' functionality being hung off it.
f75f0921
EM
1469 if ($this->_priceSet['is_quick_config'] &&
1470 !array_key_exists($submittedValues['financial_type_id'], CRM_Core_PseudoConstant::getTaxRates())
1471 ) {
1472 unset($submittedValues['tax_amount']);
1473 }
1474 $submittedValues['total_amount'] = CRM_Utils_Array::value('amount', $submittedValues);
6a488035 1475 }
f75f0921
EM
1476 if ($this->_id) {
1477 if ($this->_compId) {
1478 if ($this->_context == 'participant') {
1479 $pId = $this->_compId;
1480 }
1481 elseif ($this->_context == 'membership') {
1482 $isRelatedId = TRUE;
1483 }
1484 else {
1485 $pId = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_ParticipantPayment', $this->_id, 'participant_id', 'contribution_id');
1486 }
c1cc3e0c 1487 }
f75f0921
EM
1488 else {
1489 $contributionDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($this->_id);
1490 if (array_key_exists('membership', $contributionDetails)) {
1491 $isRelatedId = TRUE;
c1cc3e0c 1492 }
f75f0921
EM
1493 elseif (array_key_exists('participant', $contributionDetails)) {
1494 $pId = $contributionDetails['participant'];
c1cc3e0c 1495 }
6a488035 1496 }
6a488035 1497 }
2b308818 1498
f75f0921
EM
1499 if (!$priceSetId && !empty($submittedValues['total_amount']) && $this->_id) {
1500 // CRM-10117 update the line items for participants.
2b308818
DG
1501 // @todo - if we are completing a contribution then the api call
1502 // civicrm_api3('Contribution', 'completetransaction') should take care of
1503 // all associated updates rather than replicating them on the form layer.
f75f0921
EM
1504 if ($pId) {
1505 $entityTable = 'participant';
1506 $entityID = $pId;
1507 $isRelatedId = FALSE;
1508 $participantParams = array(
1509 'fee_amount' => $submittedValues['total_amount'],
1510 'id' => $entityID,
1511 );
1512 CRM_Event_BAO_Participant::add($participantParams);
1513 if (empty($this->_lineItems)) {
1514 $this->_lineItems[] = CRM_Price_BAO_LineItem::getLineItems($entityID, 'participant', 1);
1515 }
1516 }
1517 else {
1518 $entityTable = 'contribution';
1519 $entityID = $this->_id;
1520 }
6a488035 1521
f75f0921
EM
1522 $lineItems = CRM_Price_BAO_LineItem::getLineItems($entityID, $entityTable, NULL, TRUE, $isRelatedId);
1523 foreach (array_keys($lineItems) as $id) {
1524 $lineItems[$id]['id'] = $id;
1525 }
1526 $itemId = key($lineItems);
1527 if ($itemId && !empty($lineItems[$itemId]['price_field_id'])) {
1528 $this->_priceSetId = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceField', $lineItems[$itemId]['price_field_id'], 'price_set_id');
1529 }
6a488035 1530
2b308818
DG
1531 // @todo see above - new functionality has been inappropriately added to the quick config concept
1532 // and new functionality has been added onto the form layer rather than the BAO :-(
f75f0921 1533 if ($this->_priceSetId && CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $this->_priceSetId, 'is_quick_config')) {
f85b8063
KJ
1534 //CRM-16833: Ensure tax is applied only once for membership conribution, when status changed.(e.g Pending to Completed).
1535 $componentDetails = CRM_Contribute_BAO_Contribution::getComponentDetails($this->_id);
a5b08a92 1536 if (!(CRM_Utils_Array::value('membership', $componentDetails) || CRM_Utils_Array::value('participant', $componentDetails))) {
f85b8063
KJ
1537 if (!($this->_action & CRM_Core_Action::UPDATE && (($this->_defaults['contribution_status_id'] != $submittedValues['contribution_status_id'])))) {
1538 $lineItems[$itemId]['unit_price'] = $lineItems[$itemId]['line_total'] = CRM_Utils_Rule::cleanMoney(CRM_Utils_Array::value('total_amount', $submittedValues));
1539 }
1540 }
6a488035 1541
f75f0921
EM
1542 // Update line total and total amount with tax on edit.
1543 $financialItemsId = CRM_Core_PseudoConstant::getTaxRates();
1544 if (array_key_exists($submittedValues['financial_type_id'], $financialItemsId)) {
1545 $lineItems[$itemId]['tax_rate'] = $financialItemsId[$submittedValues['financial_type_id']];
1546 }
1547 else {
1548 $lineItems[$itemId]['tax_rate'] = $lineItems[$itemId]['tax_amount'] = "";
1549 $submittedValues['tax_amount'] = 'null';
1550 }
1551 if ($lineItems[$itemId]['tax_rate']) {
1552 $lineItems[$itemId]['tax_amount'] = ($lineItems[$itemId]['tax_rate'] / 100) * $lineItems[$itemId]['line_total'];
1553 $submittedValues['total_amount'] = $lineItems[$itemId]['line_total'] + $lineItems[$itemId]['tax_amount'];
1554 $submittedValues['tax_amount'] = $lineItems[$itemId]['tax_amount'];
1555 }
1556 }
1557 // CRM-10117 update the line items for participants.
1558 if (!empty($lineItems[$itemId]['price_field_id'])) {
1559 $lineItem[$this->_priceSetId] = $lineItems;
1560 }
6a488035
TO
1561 }
1562
f75f0921
EM
1563 $isQuickConfig = 0;
1564 if ($this->_priceSetId && CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $this->_priceSetId, 'is_quick_config')) {
1565 $isQuickConfig = 1;
6a488035 1566 }
f75f0921
EM
1567 //CRM-11529 for quick config back office transactions
1568 //when financial_type_id is passed in form, update the
1569 //line items with the financial type selected in form
2b308818
DG
1570 // NOTE that this IS still a legitimate use of 'quick-config' for contributions under the current DB but
1571 // we should look at having a price field per contribution type & then there would be little reason
1572 // for the back-office contribution form postProcess to know if it is a quick-config form.
f75f0921
EM
1573 if ($isQuickConfig && !empty($submittedValues['financial_type_id']) && CRM_Utils_Array::value($this->_priceSetId, $lineItem)
1574 ) {
1575 foreach ($lineItem[$this->_priceSetId] as &$values) {
1576 $values['financial_type_id'] = $submittedValues['financial_type_id'];
1577 }
6a488035
TO
1578 }
1579
f75f0921
EM
1580 if (!isset($submittedValues['total_amount'])) {
1581 $submittedValues['total_amount'] = CRM_Utils_Array::value('total_amount', $this->_values);
6a488035 1582 }
f75f0921 1583 $this->assign('lineItem', !empty($lineItem) && !$isQuickConfig ? $lineItem : FALSE);
6a488035 1584
f75f0921
EM
1585 $isEmpty = array_keys(array_flip($submittedValues['soft_credit_contact_id']));
1586 if ($this->_id && count($isEmpty) == 1 && key($isEmpty) == NULL) {
1587 //Delete existing soft credit records if soft credit list is empty on update
f85b8063 1588 CRM_Contribute_BAO_ContributionSoft::del(array('contribution_id' => $this->_id, 'pcp_id' => 0));
f75f0921 1589 }
c1cc3e0c 1590
f75f0921
EM
1591 // set the contact, when contact is selected
1592 if (!empty($submittedValues['contact_id'])) {
1593 $this->_contactID = $submittedValues['contact_id'];
c1cc3e0c 1594 }
7a13735b 1595
3e6a1f4a 1596 $formValues = $submittedValues;
96025800 1597
f75f0921 1598 // Credit Card Contribution.
a5399a39 1599 if ($this->_mode) {
bf4253e7
EM
1600 $paramsSetByPaymentProcessingSubsystem = array(
1601 'trxn_id',
1602 'payment_instrument_id',
1603 'contribution_status_id',
1604 'cancel_date',
1605 'cancel_reason',
1606 );
1607 foreach ($paramsSetByPaymentProcessingSubsystem as $key) {
1608 if (isset($formValues[$key])) {
1609 unset($formValues[$key]);
1610 }
1611 }
7126b55c 1612 $contribution = $this->processCreditCard($formValues, $lineItem, $this->_contactID);
bf4253e7
EM
1613 foreach ($paramsSetByPaymentProcessingSubsystem as $key) {
1614 $formValues[$key] = $contribution->$key;
1615 }
a5399a39 1616 }
f75f0921
EM
1617 else {
1618 // Offline Contribution.
1619 $submittedValues = $this->unsetCreditCardFields($submittedValues);
a5399a39 1620
f75f0921 1621 // get the required field value only.
3e6a1f4a 1622
f75f0921 1623 $params = $ids = array();
a5399a39 1624
f75f0921 1625 $params['contact_id'] = $this->_contactID;
f75f0921 1626 $params['currency'] = $this->getCurrency($submittedValues);
a5399a39 1627
7a13735b 1628 //format soft-credit/pcp param first
1629 CRM_Contribute_BAO_ContributionSoft::formatSoftCreditParams($submittedValues, $this);
1630 $params = array_merge($params, $submittedValues);
1631
f75f0921
EM
1632 $fields = array(
1633 'financial_type_id',
1634 'contribution_status_id',
1635 'payment_instrument_id',
1636 'cancel_reason',
1637 'source',
1638 'check_number',
1639 );
1640 foreach ($fields as $f) {
1641 $params[$f] = CRM_Utils_Array::value($f, $formValues);
1642 }
a5399a39 1643
f75f0921
EM
1644 // CRM-5740 if priceset is used, no need to cleanup money.
1645 if ($priceSetId) {
1646 $params['skipCleanMoney'] = 1;
1647 }
46d173ef
PN
1648 $params['revenue_recognition_date'] = NULL;
1649 if (!empty($formValues['revenue_recognition_date'])
1650 && count(array_filter($formValues['revenue_recognition_date'])) == 2
1651 ) {
1652 $params['revenue_recognition_date'] = CRM_Utils_Date::processDate(
1653 '01-' . implode('-', $formValues['revenue_recognition_date'])
1654 );
1655 }
f75f0921
EM
1656 $dates = array(
1657 'receive_date',
1658 'receipt_date',
1659 'cancel_date',
1660 );
1661
1662 foreach ($dates as $d) {
46d173ef
PN
1663 if (isset($formValues[$d])) {
1664 $params[$d] = CRM_Utils_Date::processDate($formValues[$d], CRM_Utils_Array::value($d . '_time', $formValues), TRUE);
1665 }
f75f0921
EM
1666 }
1667
1668 if (!empty($formValues['is_email_receipt'])) {
1669 $params['receipt_date'] = date("Y-m-d");
1670 }
1671
d682fc35 1672 if (CRM_Contribute_BAO_Contribution::isContributionStatusNegative($params['contribution_status_id'])
f75f0921
EM
1673 ) {
1674 if (CRM_Utils_System::isNull(CRM_Utils_Array::value('cancel_date', $params))) {
b53052cb 1675 $params['cancel_date'] = date('YmdHis');
f75f0921
EM
1676 }
1677 }
1678 else {
1679 $params['cancel_date'] = $params['cancel_reason'] = 'null';
1680 }
1681
1682 // Set is_pay_later flag for back-office offline Pending status contributions CRM-8996
1683 // else if contribution_status is changed to Completed is_pay_later flag is changed to 0, CRM-15041
1684 if ($params['contribution_status_id'] == CRM_Core_OptionGroup::getValue('contribution_status', 'Pending', 'name')) {
1685 $params['is_pay_later'] = 1;
1686 }
1687 elseif ($params['contribution_status_id'] == CRM_Core_OptionGroup::getValue('contribution_status', 'Completed', 'name')) {
1688 $params['is_pay_later'] = 0;
1689 }
1690
1691 $ids['contribution'] = $params['id'] = $this->_id;
1692
1693 // Add Additional common information to formatted params.
1694 CRM_Contribute_Form_AdditionalInfo::postProcessCommon($formValues, $params, $this);
1695 if ($pId) {
1696 $params['contribution_mode'] = 'participant';
1697 $params['participant_id'] = $pId;
1698 $params['skipLineItem'] = 1;
1699 }
1700 elseif ($isRelatedId) {
1701 $params['contribution_mode'] = 'membership';
1702 }
1703 $params['line_item'] = $lineItem;
1704 $params['payment_processor_id'] = $params['payment_processor'] = CRM_Utils_Array::value('id', $this->_paymentProcessor);
1705 if (isset($submittedValues['tax_amount'])) {
1706 $params['tax_amount'] = $submittedValues['tax_amount'];
1707 }
1708 //create contribution.
1709 if ($isQuickConfig) {
1710 $params['is_quick_config'] = 1;
1711 }
07dd658b 1712 $params['non_deductible_amount'] = $this->calculateNonDeductibleAmount($params, $formValues);
f75f0921 1713
7fd21004 1714 // we are already handling note below, so to avoid duplicate notes against $contribution
1715 if (!empty($params['note']) && !empty($submittedValues['note'])) {
1716 unset($params['note']);
1717 }
f75f0921
EM
1718 $contribution = CRM_Contribute_BAO_Contribution::create($params, $ids);
1719
1720 // process associated membership / participant, CRM-4395
bdbc1044 1721 if ($contribution->id && $action & CRM_Core_Action::UPDATE) {
3e6a1f4a 1722 $this->statusMessage[] = $this->updateRelatedComponent($contribution->id,
f75f0921
EM
1723 $contribution->contribution_status_id,
1724 CRM_Utils_Array::value('contribution_status_id',
1725 $this->_values
1726 ),
1727 $contribution->receive_date
1728 );
1729 }
1730
3e6a1f4a 1731 array_unshift($this->statusMessage, ts('The contribution record has been saved.'));
f75f0921 1732
6d4f5b21 1733 $this->invoicingPostProcessHook($submittedValues, $action, $lineItem);
f75f0921
EM
1734
1735 //send receipt mail.
1736 if ($contribution->id && !empty($formValues['is_email_receipt'])) {
1737 $formValues['contact_id'] = $this->_contactID;
1738 $formValues['contribution_id'] = $contribution->id;
1739
1740 $formValues += CRM_Contribute_BAO_ContributionSoft::getSoftContribution($contribution->id);
1741
1742 // to get 'from email id' for send receipt
1743 $this->fromEmailId = $formValues['from_email_address'];
5e27919e 1744 if (CRM_Contribute_Form_AdditionalInfo::emailReceipt($this, $formValues)) {
3e6a1f4a 1745 $this->statusMessage[] = ts('A receipt has been emailed to the contributor.');
5e27919e 1746 }
f75f0921
EM
1747 }
1748
7e5961cf
EM
1749 $this->statusMessageTitle = ts('Saved');
1750
f75f0921 1751 }
5e27919e 1752
99af166d 1753 if ($contribution->id && isset($formValues['product_name'][0])) {
2dcbf765 1754 CRM_Contribute_Form_AdditionalInfo::processPremium($submittedValues, $contribution->id,
945f423d
EM
1755 $this->_premiumID, $this->_options
1756 );
1757 }
1758
7fd21004 1759 if ($contribution->id && !empty($submittedValues['note'])) {
945f423d
EM
1760 CRM_Contribute_Form_AdditionalInfo::processNote($submittedValues, $this->_contactID, $contribution->id, $this->_noteID);
1761 }
1762
3e6a1f4a 1763 CRM_Core_Session::setStatus(implode(' ', $this->statusMessage), $this->statusMessageTitle, 'success');
7e5961cf 1764
5e27919e
EM
1765 CRM_Contribute_BAO_Contribution::updateRelatedPledge(
1766 $action,
1767 $pledgePaymentID,
1768 $contribution->id,
1769 (CRM_Utils_Array::value('option_type', $formValues) == 2) ? TRUE : FALSE,
1770 $formValues['total_amount'],
3e6a1f4a 1771 CRM_Utils_Array::value('total_amount', $this->_defaults),
5e27919e 1772 $formValues['contribution_status_id'],
3e6a1f4a 1773 CRM_Utils_Array::value('contribution_status_id', $this->_defaults)
5e27919e
EM
1774 );
1775 return $contribution;
2e03ce51
EM
1776 }
1777
6d4f5b21
EM
1778 /**
1779 * Assign tax calculations to contribution receipts.
1780 *
1781 * @param array $submittedValues
1782 * @param int $action
1783 * @param array $lineItem
1784 */
1785 protected function invoicingPostProcessHook($submittedValues, $action, $lineItem) {
1786
aaffa79f 1787 $invoiceSettings = Civi::settings()->get('contribution_invoice_settings');
6d4f5b21
EM
1788 if (!CRM_Utils_Array::value('invoicing', $invoiceSettings)) {
1789 return;
1790 }
1791 $taxRate = array();
1792 $getTaxDetails = FALSE;
1793 if ($action & CRM_Core_Action::ADD) {
1794 $line = $lineItem;
1795 }
1796 elseif ($action & CRM_Core_Action::UPDATE) {
1797 $line = $this->_lineItems;
1798 }
1799 foreach ($line as $key => $value) {
1800 foreach ($value as $v) {
1801 if (isset($taxRate[(string) CRM_Utils_Array::value('tax_rate', $v)])) {
1802 $taxRate[(string) $v['tax_rate']] = $taxRate[(string) $v['tax_rate']] + CRM_Utils_Array::value('tax_amount', $v);
1803 }
1804 else {
1805 if (isset($v['tax_rate'])) {
1806 $taxRate[(string) $v['tax_rate']] = CRM_Utils_Array::value('tax_amount', $v);
1807 $getTaxDetails = TRUE;
1808 }
1809 }
1810 }
1811 }
1812
1813 if ($action & CRM_Core_Action::UPDATE) {
1814 if (isset($submittedValues['tax_amount'])) {
1815 $totalTaxAmount = $submittedValues['tax_amount'];
1816 }
1817 else {
1818 $totalTaxAmount = $this->_values['tax_amount'];
1819 }
1820 $this->assign('totalTaxAmount', $totalTaxAmount);
1821 $this->assign('dataArray', $taxRate);
1822 }
1823 else {
1824 if (!empty($submittedValues['price_set_id'])) {
1825 $this->assign('totalTaxAmount', $submittedValues['tax_amount']);
1826 $this->assign('getTaxDetails', $getTaxDetails);
1827 $this->assign('dataArray', $taxRate);
1828 $this->assign('taxTerm', CRM_Utils_Array::value('tax_term', $invoiceSettings));
1829 }
1830 else {
1831 $this->assign('totalTaxAmount', CRM_Utils_Array::value('tax_amount', $submittedValues));
1832 }
1833 }
1834 }
1835
07dd658b
EM
1836 /**
1837 * Calculate non deductible amount.
1838 *
1839 * CRM-11956
1840 * if non_deductible_amount exists i.e. Additional Details field set was opened [and staff typed something] -
1841 * if non_deductible_amount does NOT exist - then calculate it depending on:
1842 * $financialType->is_deductible and whether there is a product (premium).
1843 *
1844 * @param $params
1845 * @param $formValues
1846 *
1847 * @return array
1848 */
1849 protected function calculateNonDeductibleAmount($params, $formValues) {
1850 if (!empty($params['non_deductible_amount'])) {
1851 return $params['non_deductible_amount'];
1852 }
07dd658b 1853
f70eb51f
EM
1854 $financialType = new CRM_Financial_DAO_FinancialType();
1855 $financialType->id = $params['financial_type_id'];
11829025 1856 $financialType->find(TRUE);
07dd658b 1857
f70eb51f
EM
1858 if ($financialType->is_deductible) {
1859
1860 if (isset($formValues['product_name'][0])) {
1861 $selectProduct = $formValues['product_name'][0];
1862 }
1863 // if there is a product - compare the value to the contribution amount
1864 if (isset($selectProduct)) {
1865 $productDAO = new CRM_Contribute_DAO_Product();
1866 $productDAO->id = $selectProduct;
1867 $productDAO->find(TRUE);
1868 // product value exceeds contribution amount
1869 if ($params['total_amount'] < $productDAO->price) {
1870 return $params['total_amount'];
07dd658b 1871 }
f70eb51f 1872 // product value does NOT exceed contribution amount
07dd658b 1873 else {
f70eb51f 1874 return $productDAO->price;
07dd658b
EM
1875 }
1876 }
f70eb51f 1877 // contribution is deductible - but there is no product
07dd658b 1878 else {
f70eb51f 1879 return '0.00';
07dd658b
EM
1880 }
1881 }
f70eb51f
EM
1882 // contribution is NOT deductible
1883 else {
1884 return $params['total_amount'];
1885 }
1886
07dd658b
EM
1887 return 0;
1888 }
1889
6a488035 1890}