{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $transaction} {if !empty($rows)} {foreach from=$rows item=row} {/foreach}
{ts}Amount{/ts} {ts}Type{/ts} {ts}Paid By{/ts} {ts}Received{/ts} {ts}Transaction ID{/ts} {ts}Status{/ts}
{$row.total_amount|crmMoney} {$row.financial_type} {$row.payment_instrument}{if $row.check_number} (#{$row.check_number}){/if} {$row.receive_date|crmDate} {$row.trxn_id} {$row.status}
{else} {if $component eq 'event'} {assign var='entity' value='participant'} {else} {assign var='entity' value=$component} {/if} {ts 1=$entity}No additional payments found for this %1 record{/ts} {/if}
{include file="CRM/common/formButtons.tpl"}
{elseif $formType} {include file="CRM/Contribute/Form/AdditionalInfo/$formType.tpl"} {else}
{if $contributionMode == 'test'} {assign var=contribMode value="TEST"} {elseif $contributionMode == 'live'} {assign var=contribMode value="LIVE"} {/if} {if !$email}
 {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}
{/if} {if $newCredit AND $contributionMode EQ null} {if $contactId} {capture assign=ccModeLink}{crmURL p='civicrm/payment/add' q="reset=1&action=add&cid=`$contactId`&id=`$id`&component=`$component`&mode=live"}{/capture} {/if} {if $paymentType eq 'owed'} {/if} {/if}
{include file="CRM/common/formButtons.tpl"}
{if $contributionMode} {/if}
{ts}Participant{/ts}{$displayName}
{$form.payment_processor_id.label} * {$form.payment_processor_id.html}
{ts}Event{/ts}{$eventName}
{$form.total_amount.label} {$form.currency.html|crmAddClass:eight} {$form.total_amount.html|crmAddClass:eight}  {if $paymentType EQ 'refund'}{ts}Refund Due{/ts}{else}{ts}Balance Owed{/ts}{/if}: {$paymentAmt|crmMoney}
{if $paymentType EQ 'refund'}{ts}Refund Details{/ts}{else}{ts}Payment Details{/ts}{/if}
{if $showCheckNumber || !$isOnline} {/if} {if $email and $outBound_option != 2} {/if} {$form.fee_amount.html|crmMoney:$currency:'XXX':'YYY'}
{ts}Processing fee for this transaction (if applicable).{/ts}
{$form.net_amount.html|crmMoney:$currency:'':1}
{ts}Net value of the payment (Total Amount minus Fee).{/ts}
{$form.trxn_date.label} {include file="CRM/common/jcalendar.tpl" elementName=trxn_date}
{ts}The date this payment was received.{/ts}
{$form.payment_instrument_id.label} {$form.payment_instrument_id.html} {help id="payment_instrument_id"}
{$form.check_number.label} {$form.check_number.html}
{$form.trxn_id.label} {$form.trxn_id.html} {help id="id-trans_id"}
{$form.is_email_receipt.label}{$form.is_email_receipt.html}  {ts 1=$email}Automatically email a receipt to %1?{/ts}
{$form.receipt_text.label} {ts}Enter a message you want included at the beginning of the confirmation email.{/ts}
{$form.receipt_text.html|crmAddClass:huge}
{$form.fee_amount.label}
{$form.net_amount.label}
{* Additional Detail / Honoree Information / Premium Information *} {foreach from=$allPanes key=paneName item=paneValue}
{$paneName}
{/foreach}
{literal}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal} {literal} {/literal} {if !$contributionMode} {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id ="payment_instrument_id" trigger_value = '4' target_element_id ="checkNumber" target_element_type ="table-row" field_type ="select" invert = 0 } {/if} {/if}