Merge pull request #22682 from agileware/CIVICRM-1922
[civicrm-core.git] / templates / CRM / Financial / Page / FinancialBatch.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {htxt id="payment_instrument-title"}
11 {ts}Payment Method{/ts}
12 {/htxt}
13 {htxt id="payment_instrument"}
14 <p>
15 {ts}If you specify a payment method then this batch will be limited to exporting only transactions paid with that method.{/ts}
16 </p>
17 <p>
18 {ts}Note that not all transactions are necessarily associated with a payment method.{/ts}
19 </p>
20 {/htxt}
21
22 {htxt id="item_count-title"}
23 {ts}Number of Transactions{/ts}
24 {/htxt}
25 {htxt id="item_count"}
26 <p>
27 {ts}If you know in advance the number of transactions in this batch, you may specify it now.{/ts}
28 </p>
29 <p>
30 {ts}When you close your batch, CiviCRM will verify that you have entered the correct number{/ts} ({ts}you will have the opportunity to override the warning if they do not match{/ts}).
31 </p>
32 {/htxt}
33
34 {htxt id="total-title"}
35 {ts}Total Amount{/ts}
36 {/htxt}
37 {htxt id="total"}
38 <p>
39 {ts}If you know in advance the total amount in this batch, you may specify it now.{/ts}
40 </p>
41 <p>
42 {ts}When you close your batch, CiviCRM will verify the totals entered match this number{/ts} ({ts}you will have the opportunity to override the warning if they do not match{/ts}).
43 </p>
44 {/htxt}