Merge pull request #15435 from MegaphoneJon/reporting-21
[civicrm-core.git] / templates / CRM / Member / Form / Search.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="id-member_is_primary-title"}
11 {ts}Primary Members{/ts}
12 {/htxt}
13 {htxt id="id-member_is_primary"}
14 <ul>
15 <li>{ts}Select "Yes" to display only primary members (those contacts who have a membership directly attached to their record){/ts}</li>
16 <li>{ts}Select "No" to display only related records (those who inherit membership through a relationship as defined in the membership type configuration).{/ts}</li>
17 <li>{ts}Select neither to show all members, regardless of whether they are the direct member or inherit it through a relationship,{/ts}</li>
18 </ul>
19 {/htxt}
20 {htxt id="id-member_is_override-title"}
21 {ts}Membership Status Is Override?{/ts}
22 {/htxt}
23 {htxt id="id-member_is_override"}
24 <ul>
25 <li>{ts}Select "Yes" to display only membership with Status Override set (membership is manually forced to a specific status){/ts}</li>
26 <li>{ts}Select "No" to display only memberships without Status Override set (membership is subject to the normal status rules){/ts}</li>
27 <li>{ts}Select neither to show all memberships{/ts}</li>
28 </ul>
29 {/htxt}
30 {htxt id="id-member_auto_renew-title"}
31 {ts}Auto-Renew Subscription Status{/ts}
32 {/htxt}
33 {htxt id="id-member_auto_renew"}
34 <ul>
35 <li>{ts}Select "None" to display memberships that have never had an auto-renew subscription.{/ts}</li>
36 <li>{ts}Select "In Progress" to display memberships with current auto-renew subscriptions.{/ts}</li>
37 <li>{ts}Select "Failed" to display memberships with failed subscription payment.{/ts}</li>
38 <li>{ts}Select "Cancelled" to display memberships with cancelled auto-renew subscriptions.{/ts}</li>
39 <li>{ts}Select "Ended" to display memberships with an ended auto-renew subscription.{/ts}</li>
40 <li>{ts}Select "Any" to display memberships with auto-renew subscription irrespective of their status.{/ts}</li>
41 </ul>
42 {/htxt}
43