$this->add('textarea', 'receipt_text', ts('Confirmation Message'));
// add various dates
- $dateLabel = ($this->_refund) ? ts('Refund Date') : ts('Received Date');
+ $dateLabel = ($this->_refund) ? ts('Refund Date') : ts('Date Received');
$this->addDateTime('trxn_date', $dateLabel, FALSE, array('formatType' => 'activityDateTime'));
if ($this->_contactId && $this->_id) {
),
'receive_date' => array(
'name' => 'receive_date',
- 'title' => ts('Receive Date'),
+ 'title' => ts('Date Received'),
),
'payment_instrument' => array(
'name' => 'payment_instrument',
'{contribution.fee_amount}' => ts('Fee Amount'),
'{contribution.net_amount}' => ts('Net Amount'),
'{contribution.non_deductible_amount}' => ts('Non-deductible Amount'),
- '{contribution.receive_date}' => ts('Contribution Receive Date'),
+ '{contribution.receive_date}' => ts('Contribution Date Received'),
'{contribution.payment_instrument}' => ts('Payment Instrument'),
'{contribution.trxn_id}' => ts('Transaction ID'),
'{contribution.invoice_id}' => ts('Invoice ID'),
$componentPaymentFields = array(
'componentPaymentField_total_amount' => ts('Total Amount'),
'componentPaymentField_contribution_status' => ts('Contribution Status'),
- 'componentPaymentField_received_date' => ts('Received Date'),
+ 'componentPaymentField_received_date' => ts('Date Received'),
'componentPaymentField_payment_instrument' => ts('Payment Instrument'),
'componentPaymentField_transaction_id' => ts('Transaction ID'),
);
'financial_type_id' => array('title' => ts('Financial Type')),
'contribution_status_id' => array('title' => ts('Contribution Status')),
'payment_instrument_id' => array('title' => ts('Payment Instrument')),
- 'receive_date' => array('title' => ts('Receive Date')),
+ 'receive_date' => array('title' => ts('Date Received')),
),
'grouping' => 'contri-fields',
),
),
'order_bys' => array(
'receive_date' => array(
- 'title' => ts('Receive Date'),
+ 'title' => ts('Date Received'),
'default_weight' => '2',
'default_order' => 'DESC',
),
{/if}
</p>
<table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
- <tr><td>{ts}Receive Date{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
+ <tr><td>{ts}Received{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
<tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney:$currency}</td></tr>
<tr><td>{ts}Name{/ts}:</td><td> {$donors_display_name}</td></tr>
<tr><td>{ts}Email{/ts}:</td><td> {$donors_email}</td></tr>
{ts}The donor's name has been added to your honor roll unless they asked not to be included.{/ts}
{/if}
-{ts}Receive Date{/ts}: {$receive_date|crmDate}
+{ts}Received{/ts}: {$receive_date|crmDate}
{ts}Amount{/ts}: {$total_amount|crmMoney:$currency}
+--------------------------------------------------------------------+
*}
-<tr><td><label>{ts}Contribution Dates{/ts}</label></td></tr>
+<tr><td><label>{ts}Date Received{/ts}</label></td></tr>
<tr>
{include file="CRM/Core/DateRange.tpl" fieldName="contribution_date" from='_low' to='_high'}
</tr>
'bodyLocator' => 'select#financial_type_id',
'title' => 'Contributions',
'fields' => array(
- 'Contribution Dates' => array(
+ 'Date Received' => array(
'type' => 'select',
'locator' => 'contribution_date_relative',
'values' => array('Today'),
'bodyLocator' => 'select#pledge_payment_date_relative',
'title' => 'Pledges',
'fields' => array(
- 'Contribution Dates' => array(
+ 'Date Received' => array(
'type' => 'select',
'locator' => 'pledge_payment_date_relative',
'values' => array('Prior to Previous Month'),
</index>
<field>
<name>receive_date</name>
+ <title>Date Received</title>
<type>datetime</type>
<import>true</import>
<headerPattern>/receive(.?date)?/i</headerPattern>
<dataPattern>/^\d{4}-?\d{2}-?\d{2} ?(\d{2}:?\d{2}:?(\d{2})?)?$/</dataPattern>
- <comment>when was gift received</comment>
+ <comment>Date contribution was received - not necessarily the creation date of the record</comment>
<add>1.3</add>
<html>
<type>Select Date</type>
{if $receive_date}
<tr>
<td {$labelStyle}>
- {ts}Received Date{/ts}
+ {ts}Date Received{/ts}
</td>
<td {$valueStyle}>
{$receive_date|truncate:10:''|crmDate}
{/if}
{ts}Total Amount{/ts} : {$formValues.total_amount|crmMoney:$currency}
{if $receive_date}
-{ts}Received Date{/ts}: {$receive_date|truncate:10:''|crmDate}
+{ts}Date Received{/ts}: {$receive_date|truncate:10:''|crmDate}
{/if}
{if $receipt_date}
{ts}Receipt Date{/ts}: {$receipt_date|truncate:10:''|crmDate}
{if $receive_date}
<tr>
<td {$labelStyle}>
- {ts}Received Date{/ts}
+ {ts}Date Received{/ts}
</td>
<td {$valueStyle}>
{$receive_date|truncate:10:''|crmDate}
{ts}Amount{/ts}: {$formValues.total_amount|crmMoney}
{if $receive_date}
-{ts}Received Date{/ts}: {$receive_date|truncate:10:''|crmDate}
+{ts}Date Received{/ts}: {$receive_date|truncate:10:''|crmDate}
{/if}
{if $formValues.paidBy}
{ts}Paid By{/ts}: {$formValues.paidBy}
{/if}
</p>
<table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
- <tr><td>{ts}Receive Date{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
+ <tr><td>{ts}Received{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
<tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney:$currency}</td></tr>
<tr><td>{ts}Name{/ts}:</td><td> {$donors_display_name}</td></tr>
<tr><td>{ts}Email{/ts}:</td><td> {$donors_email}</td></tr>
{ts}The donor's name has been added to your honor roll unless they asked not to be included.{/ts}
{/if}
-{ts}Receive Date{/ts}: {$receive_date|crmDate}
+{ts}Received{/ts}: {$receive_date|crmDate}
{ts}Amount{/ts}: {$total_amount|crmMoney:$currency}