Import from SVN (r45945, r596)
[civicrm-core.git] / templates / CRM / Contribute / Page / Tab.hlp
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 3.3 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2010 |
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{htxt id="id-contrib_source-title"}
27 {ts}Source{/ts}
28{/htxt}
29{htxt id="id-contrib_source"}
30{ts}Optional identifier for the contribution source (campaign name, event, mailer, etc.).{/ts}
31{/htxt}
32
33{htxt id="id-financial_type-title"}
34 {ts}Financial Type{/ts}
35{/htxt}
36{htxt id="id-financial_type"}
37{ts}Select the appropriate financial type for this transaction.{/ts}
38{/htxt}
39
40{htxt id="id-trans_id-title"}
41 {ts}Transaction ID{/ts}
42{/htxt}
43{htxt id="id-trans_id"}
44{ts}Unique payment ID for this transaction. The Payment Processor's transaction ID will be automatically stored here on online contributions.{/ts} {ts}For offline contributions you can record a bank transfer ID or other identifier if applicable.{/ts}
45{/htxt}
46
47{htxt id="id-soft_credit-title"}
48 {ts}Soft Credit{/ts}
49{/htxt}
50{htxt id="id-soft_credit"}
51<p>
52{ts}Use to indicate that a contact has a relationship with the actual donor and / or was indirectly responsible for the contribution. For example, if one family member makes a large contribution - it is often useful to record a Soft Credit for the other family member(s). You can record a soft credit while adding or editing a contribution record from this tab.{/ts}
53</p>
54<p>
55{ts}When a contribution is made via a Personal Campaign Page, a soft credit for that contribution is automatically assigned to the contact who created the Personal Campaign Page.{/ts}
56</p>
57{/htxt}
58
59{htxt id="adjust-payment-amount-title"}
60 {ts}Payment Amount{/ts}
61{/htxt}
62{htxt id="adjust-payment-amount"}
63{ts}If you enter a payment which is different than the scheduled amount, choose one of these options:{/ts}
64<p>
65<strong>{ts}Adjust Pledge Payment Schedule{/ts}</strong><br />
66{ts}The next scheduled payment will be adjusted up or down to make up the difference.{/ts}<br />
67<em>{ts}Example: If you enter a payment of 60 when the scheduled amount is 50, the next scheduled payment is adjusted to 40.{/ts}</em>
68</p>
69<p>
70<strong>{ts}Adjust Total Pledge Amount{/ts}</strong><br />
71{ts}The total amount of the pledge will be adjusted up or down to make up the difference. The payment schedule ( amounts / dates for future pending pledge payments ) is not changed.{/ts}<br />
72<em>{ts}Example: If you enter a payment of 60 when the scheduled amount is 50, the total pledge amount will be increased by 10.{/ts}</em>
73</p>
74{/htxt}