Merge pull request #10168 from GinkgoFJG/CRM-20435
[civicrm-core.git] / templates / CRM / Event / Form / EventFees.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.7 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2017 |
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 {assign var=isRecordPayment value=1 }
27 {if $paid} {* We retrieve this tpl when event is selected - keep it empty if event is not paid *}
28 <table class="form-layout">
29 {if $priceSet}
30 {if $discount and $hasPayment}
31 <tr class="crm-event-eventfees-form-block-discount"><td class="label">&nbsp;&nbsp;{ts}Discount Set{/ts}</td><td class="view-value">{$discount}</td></tr>
32 {elseif $form.discount_id.label}
33 <tr class="crm-event-eventfees-form-block-discount_id"><td class="label">&nbsp;&nbsp;{$form.discount_id.label}</td><td>{$form.discount_id.html}</td></tr>
34 {/if}
35 {if $action eq 2 and $hasPayment} {* Updating *}
36 {if $lineItem}
37 <tr class="crm-event-eventfees-form-block-line_items">
38 <td class="label">{ts}Selections{/ts}</td>
39 <td>{include file="CRM/Price/Page/LineItem.tpl" context="Event"}</td>
40 </tr>
41 {else}
42 <tr class="crm-event-eventfees-form-block-event_level">
43 <td class="label">{ts}Event Level{/ts}</td>
44 <td>{$fee_level}&nbsp;{if $fee_amount}- {$fee_amount|crmMoney:$fee_currency}{/if}</td>
45 </tr>
46 {/if}
47 <tr>
48 <td></td>
49 <td>
50 <a class="action-item crm-hover-button" href='{crmURL p="civicrm/event/participant/feeselection" q="reset=1&id=`$participantId`&cid=`$contactId`&action=update"}'><i class="crm-i fa-pencil"></i> {ts}Change Selections{/ts}</a>
51 </td>
52 </tr>
53 {else} {* New participant *}
54 {if $priceSet.fields}
55 <fieldset id="priceset" class="crm-group priceset-group">
56 <tr class="crm-event-eventfees-form-block-price_set_amount">
57 <td class="label" style="padding-top: 10px;">{$form.amount.label}</td>
58 <td class="view-value"><table class="form-layout">{include file="CRM/Price/Form/PriceSet.tpl" extends="Event"}</td>
59 </fieldset>
60 {else}
61 {assign var=isRecordPayment value=0 }
62 <div class='messages status'>{ts}No active price fields found for this event!{/ts}</div>
63 {/if}
64 </table>
65 {/if}
66 </td>
67 </tr>
68 {/if}
69
70 {if $accessContribution and ! $participantMode and ($action neq 2 or !$rows.0.contribution_id or $onlinePendingContributionId) and $isRecordPayment and ! $registeredByParticipantId }
71 <tr class="crm-event-eventfees-form-block-record_contribution">
72 <td class="label">{$form.record_contribution.label}</td>
73 <td>{$form.record_contribution.html}<br />
74 <span class="description">{ts}Check this box to enter payment information. You will also be able to generate a customized receipt.{/ts}</span>
75 </td>
76 </tr>
77 <tr id="payment_information" class="crm-event-eventfees-form-block-payment_information">
78 <td class ='html-adjust' colspan=2>
79 <fieldset><legend>{ts}Payment Information{/ts}</legend>
80 <table id="recordContribution" class="form-layout" style="width:auto;">
81 <tr class="crm-event-eventfees-form-block-financial_type_id">
82 <td class="label">{$form.financial_type_id.label}<span class="crm-marker"> *</span></td>
83 <td>{$form.financial_type_id.html}<br /><span class="description">{ts}Select the appropriate financial type for this payment.{/ts}</span></td>
84 </tr>
85 <tr class="crm-event-eventfees-form-block-total_amount"><td class="label">{$form.total_amount.label}</td><td>{$form.total_amount.html|crmMoney:$currency}</td></tr>
86 <tr>
87 <td class="label" >{$form.receive_date.label}</td>
88 <td>{include file="CRM/common/jcalendar.tpl" elementName=receive_date}</td>
89 </tr>
90 <tr class="crm-event-eventfees-form-block-payment_instrument_id"><td class="label">{$form.payment_instrument_id.label}<span class="crm-marker"> *</span></td><td>{$form.payment_instrument_id.html} {help id="payment_instrument_id" file="CRM/Contribute/Page/Tab.hlp"}</td></tr>
91 <tr id="checkNumber" class="crm-event-eventfees-form-block-check_number"><td class="label">{$form.check_number.label}</td><td>{$form.check_number.html|crmAddClass:six}</td></tr>
92 {if $showTransactionId }
93 <tr class="crm-event-eventfees-form-block-trxn_id"><td class="label">{$form.trxn_id.label}</td><td>{$form.trxn_id.html}</td></tr>
94 {/if}
95 <tr class="crm-event-eventfees-form-block-contribution_status_id"><td class="label">{$form.contribution_status_id.label}</td><td>{$form.contribution_status_id.html}</td></tr>
96 </table>
97 </fieldset>
98 </td>
99 </tr>
100 {/if}
101 </table>
102
103 {/if}
104
105 {include file='CRM/Core/BillingBlockWrapper.tpl'}
106
107 {if ($email OR $batchEmail) and $outBound_option != 2}
108 <fieldset id="send_confirmation_receipt"><legend>{if $paid}{ts}Registration Confirmation and Receipt{/ts}{else}{ts}Registration Confirmation{/ts}{/if}</legend>
109 <table class="form-layout" style="width:auto;">
110 <tr class="crm-event-eventfees-form-block-send_receipt">
111 <td class="label">{if $paid}{ts}Send Confirmation and Receipt{/ts}{else}{ts}Send Confirmation{/ts}{/if}</td>
112 <td>{$form.send_receipt.html}<br>
113 {if $paid}
114 <span class="description">{ts 1=$email}Automatically email a confirmation and receipt to %1?{/ts}</span></td>
115 {else}
116 <span class="description">{ts 1=$email}Automatically email a confirmation to %1?{/ts}</span></td>
117 {/if}
118 </tr>
119 <tr id="from-email" class="crm-event-eventfees-form-block-from_email_address">
120 <td class="label">{$form.from_email_address.label}</td>
121 <td>{$form.from_email_address.html} {help id ="id-from_email" file="CRM/Contact/Form/Task/Email.hlp"}</td>
122 </tr>
123 <tr id='notice' class="crm-event-eventfees-form-block-receipt_text">
124 <td class="label">{$form.receipt_text.label}</td>
125 <td><span class="description">
126 {ts}Enter a message you want included at the beginning of the confirmation email. EXAMPLE: 'Thanks for registering for this event.'{/ts}
127 </span><br />
128 {$form.receipt_text.html|crmAddClass:huge}
129 </td>
130 </tr>
131 </table>
132 </fieldset>
133 {elseif $context eq 'standalone' and $outBound_option != 2 }
134 <fieldset id="email-receipt" style="display:none;"><legend>{if $paid}{ts}Registration Confirmation and Receipt{/ts}{else}{ts}Registration Confirmation{/ts}{/if}</legend>
135 <table class="form-layout" style="width:auto;">
136 <tr class="crm-event-eventfees-form-block-send_receipt">
137 <td class="label">{if $paid}{ts}Send Confirmation and Receipt{/ts}{else}{ts}Send Confirmation{/ts}{/if}</td>
138 <td>{$form.send_receipt.html}<br>
139 {if $paid}
140 <span class="description">{ts 1='<span id="email-address"></span>'}Automatically email a confirmation and receipt to %1?{/ts}</span>
141 {else}
142 <span class="description">{ts 1='<span id="email-address"></span>'}Automatically email a confirmation to %1?{/ts}</span>
143 {/if}
144 </td>
145 </tr>
146 <tr id="from-email" class="crm-event-eventfees-form-block-from_email_address">
147 <td class="label">{$form.from_email_address.label}</td>
148 <td>{$form.from_email_address.html} {help id ="id-from_email" file="CRM/Contact/Form/Task/Email.hlp"}</td>
149 </tr>
150 <tr id='notice' class="crm-event-eventfees-form-block-receipt_text">
151 <td class="label">{$form.receipt_text.label}</td>
152 <td><span class="description">
153 {ts}Enter a message you want included at the beginning of the confirmation email. EXAMPLE: 'Thanks for registering for this event.'{/ts}
154 </span><br />
155 {$form.receipt_text.html|crmAddClass:huge}</td>
156 </tr>
157 </table>
158 </fieldset>
159 {/if}
160
161 {if ($email and $outBound_option != 2) OR $context eq 'standalone' } {* Send receipt field only present if contact has a valid email address. *}
162 {include file="CRM/common/showHideByFieldValue.tpl"
163 trigger_field_id ="send_receipt"
164 trigger_value =""
165 target_element_id ="notice"
166 target_element_type ="table-row"
167 field_type ="radio"
168 invert = 0
169 }
170 {include file="CRM/common/showHideByFieldValue.tpl"
171 trigger_field_id ="send_receipt"
172 trigger_value =""
173 target_element_id ="from-email"
174 target_element_type ="table-row"
175 field_type ="radio"
176 invert = 0
177 }
178 {/if}
179
180 {if $paid and ($action eq 1 or ( $action eq 2 and !$hasPayment) ) and !$participantMode}
181 {include file="CRM/common/showHideByFieldValue.tpl"
182 trigger_field_id ="payment_instrument_id"
183 trigger_value = '4'
184 target_element_id ="checkNumber"
185 target_element_type ="table-row"
186 field_type ="select"
187 invert = 0
188 }
189 {/if}
190
191 {if $context eq 'standalone' and $outBound_option != 2 }
192 <script type="text/javascript">
193 {literal}
194 CRM.$(function($) {
195 var $form = $("form.{/literal}{$form.formClass}{literal}");
196 $("#contact_id", $form).change(checkEmail);
197 checkEmail();
198
199 function checkEmail( ) {
200 var data = $("#contact_id", $form).select2('data');
201 if (data && data.extra && data.extra.email && data.extra.email.length) {
202 $("#email-receipt", $form).show();
203 if ($("#send_receipt", $form).is(':checked')) {
204 $("#notice", $form).show();
205 }
206 $("#email-address", $form).html(data.extra.email);
207 }
208 else {
209 $("#email-receipt, #notice", $form).hide();
210 }
211 }
212 });
213 {/literal}
214 </script>
215 {/if}
216
217 {if $onlinePendingContributionId}
218 <script type="text/javascript">
219 {literal}
220 function confirmStatus( pStatusId, cStatusId ) {
221 if ( (pStatusId == cj("#status_id").val() ) && (cStatusId == cj("#contribution_status_id").val()) ) {
222 var allow = confirm( '{/literal}{ts escape='js'}The Payment Status for this participant is Completed. The Participant Status is set to Pending (pay later). Click Cancel if you want to review or modify these values before saving this record{/ts}{literal}.' );
223 if ( !allow ) return false;
224 }
225 }
226
227 function checkCancelled( statusId, pStatusId, cStatusId ) {
228 //selected participant status is 'cancelled'
229 if ( statusId == pStatusId ) {
230 cj("#contribution_status_id").val( cStatusId );
231
232 //unset value for send receipt check box.
233 cj("#send_receipt").prop("checked", false );
234 cj("#send_confirmation_receipt").hide( );
235
236 // set receive data to null.
237 clearDateTime( 'receive_date' );
238 } else {
239 cj("#send_confirmation_receipt").show( );
240 }
241 sendNotification();
242 }
243
244 {/literal}
245 </script>
246 {/if}
247 {if $showFeeBlock && $feeBlockPaid && ! $priceSet && $action neq 2}
248 <script>
249 {literal}
250 fillTotalAmount( );
251
252 function fillTotalAmount( totalAmount ) {
253 if ( !totalAmount ) {
254 var amountVal = {/literal}{if $form.amount.value}{$form.amount.value}{else}0{/if}{literal};
255 if ( amountVal > 0 ) {
256 var eventFeeBlockValues = {/literal}{$eventFeeBlockValues}{literal};
257 totalAmount = eval('eventFeeBlockValues.amount_id_'+ amountVal);
258 } else {
259 totalAmount = '';
260 }
261 }
262 cj('#total_amount').val( totalAmount );
263 }
264 {/literal}
265 </script>
266 {/if}
267
268 {* ADD mode if *}