Merge pull request #12346 from michaelmcandrew/dev/mail/15
[civicrm-core.git] / templates / CRM / Contribute / Form / AdditionalPayment.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 5 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2018 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {if $transaction}
27 {include file="CRM/Contribute/Form/PaymentInfoBlock.tpl"}
28 {if !$suppressPaymentFormButtons}
29 <div class="crm-submit-buttons">
30 {include file="CRM/common/formButtons.tpl"}
31 </div>
32 {/if}
33 {else}
34
35 <div class="crm-block crm-form-block crm-payment-form-block">
36
37 {if !$email}
38 <div class="messages status no-popup">
39 <div class="icon inform-icon"></div>&nbsp;{ts}You will not be able to send an automatic email receipt for this payment because there is no email address recorded for this contact. If you want a receipt to be sent when this payment is recorded, click Cancel and then click Edit from the Summary tab to add an email address before recording the payment.{/ts}
40 </div>
41 {/if}
42 {if $newCredit AND $contributionMode EQ null}
43 {if $contactId}
44 {capture assign=ccModeLink}{crmURL p='civicrm/payment/add' q="reset=1&action=add&cid=`$contactId`&id=`$id`&component=`$component`&mode=live"}{/capture}
45 {/if}
46 {if $paymentType eq 'owed'}
47 <div class="action-link css_right crm-link-credit-card-mode">
48 <a class="open-inline-noreturn action-item crm-hover-button" href="{$ccModeLink}">&raquo; {ts}submit credit card payment{/ts}</a>
49 </div>
50 {/if}
51 {/if}
52 <div class="crm-submit-buttons">
53 {include file="CRM/common/formButtons.tpl"}
54 </div>
55 <table class="form-layout-compressed">
56 <tr>
57 <td class="font-size12pt label"><strong>{if $component eq 'event'}{ts}Participant{/ts}{else}{ts}Contact{/ts}{/if}</strong></td><td class="font-size12pt"><strong>{$displayName}</strong></td>
58 </tr>
59 {if $eventName}
60 <tr>
61 <td class='label'>{ts}Event{/ts}</td><td>{$eventName}</td>
62 </tr>
63 {/if}
64 <tr class="crm-payment-form-block-total_amount">
65 <td class="label">{$form.total_amount.label}</td>
66 <td>
67 <span id='totalAmount'>{$form.currency.html|crmAddClass:eight}&nbsp;{$form.total_amount.html|crmAddClass:eight}</span>&nbsp; <span class="status">{if $paymentType EQ 'refund'}{ts}Refund Due{/ts}{else}{ts}Balance Owed{/ts}{/if}:&nbsp;{$paymentAmt|crmMoney}</span>
68 </td>
69 {if $email and $outBound_option != 2}
70 <tr class="crm-payment-form-block-is_email_receipt">
71 <td class="label">
72 {$form.is_email_receipt.label}
73 </td>
74 <td>{$form.is_email_receipt.html}&nbsp;
75 <span class="description">{ts 1=$email}Automatically email a receipt to %1?{/ts}</span>
76 </td>
77 </tr>
78 <tr id="fromEmail" class="crm-payment-form-block-from_email_address" style="display:none;">
79 <td class="label">{$form.from_email_address.label}</td>
80 <td>{$form.from_email_address.html} {help id="id-from_email" file="CRM/Contact/Form/Task/Email.hlp" isAdmin=$isAdmin}</td>
81 </tr>
82 {/if}
83 {if $contributionMode}
84 <tr class="crm-payment-form-block-payment_processor_id"><td class="label nowrap">{$form.payment_processor_id.label}<span class="crm-marker"> * </span></td><td>{$form.payment_processor_id.html}</td></tr>
85 {/if}
86 </tr>
87 </table>
88
89 <div class="crm-accordion-wrapper crm-accordion_title-accordion crm-accordion-processed" id="paymentDetails_Information">
90 {if !$contributionMode}
91 <div class="crm-accordion-header">
92 {if $paymentType EQ 'refund'}{ts}Refund Details{/ts}{else}{ts}Payment Details{/ts}{/if}
93 </div>
94 <div class="crm-accordion-body">
95 <table class="form-layout-compressed" >
96 <tr class="crm-payment-form-block-trxn_date">
97 <td class="label">{$form.trxn_date.label}</td>
98 <td>{$form.trxn_date.html}<br />
99 <span class="description">{ts}The date this payment was received.{/ts}</span>
100 </td>
101 </tr>
102 <tr class="crm-payment-form-block-payment_instrument_id">
103 <td class="label">{$form.payment_instrument_id.label}</td>
104 <td >{$form.payment_instrument_id.html} {help id="payment_instrument_id"}</td>
105 </td>
106 </tr>
107 <tr class="crm-payment-form-block-trxn_id">
108 <td class="label">{$form.trxn_id.label}</td>
109 <td>{$form.trxn_id.html} {help id="id-trans_id"}</td>
110 </tr>
111 <tr class="crm-payment-form-block-fee_amount"><td class="label">{$form.fee_amount.label}</td><td{$valueStyle}>{$form.fee_amount.html|crmMoney:$currency:'XXX':'YYY'}<br />
112 <span class="description">{ts}Processing fee for this transaction (if applicable).{/ts}</span></td></tr>
113 <tr class="crm-payment-form-block-net_amount"><td class="label">{$form.net_amount.label}</td><td>{$form.net_amount.html|crmMoney:$currency:'':1}<br />
114 <span class="description">{ts}Net value of the payment (Total Amount minus Fee).{/ts}</span></td></tr>
115 </table>
116 </div>
117 {/if}
118 {include file='CRM/Core/BillingBlockWrapper.tpl'}
119 </div>
120
121 {literal}
122 <script type="text/javascript">
123
124 var url = "{/literal}{$dataUrl}{literal}";
125
126 CRM.$(function($) {
127 showHideByValue( 'is_email_receipt', '', 'notice', 'table-row', 'radio', false );
128 showHideByValue( 'is_email_receipt', '', 'fromEmail', 'table-row', 'radio', false );
129 });
130 {/literal}
131 </script>
132
133 <br />
134 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
135 </div>
136 {literal}
137 <script type="text/javascript">
138 function verify() {
139 if (cj('#is_email_receipt').prop('checked')) {
140 return confirm( '{/literal}{ts escape='js'}Click OK to save this payment record AND send a receipt to the contributor now{/ts}{literal}.' );
141 }
142 }
143 CRM.$(function($) {
144 var $form = $('form.{/literal}{$form.formClass}{literal}');
145 checkEmailDependancies();
146 $('#is_email_receipt', $form).click(function() {
147 checkEmailDependancies();
148 });
149
150 function checkEmailDependancies() {
151 if ($('#is_email_receipt', $form).prop('checked')) {
152 $('#fromEmail', $form).show();
153 }
154 else {
155 $('#fromEmail', $form).hide( );
156 }
157 }
158
159 $('#fee_amount', $form).change( function() {
160 var totalAmount = $('#total_amount', $form).val();
161 var feeAmount = $('#fee_amount', $form).val();
162 var netAmount = totalAmount.replace(/,/g, '') - feeAmount.replace(/,/g, '');
163 if (!$('#net_amount', $form).val() && totalAmount) {
164 $('#net_amount', $form).val(CRM.formatMoney(netAmount, true));
165 }
166 });
167 });
168
169 </script>
170 {/literal}
171 {/if}