Merge in 5.20
[civicrm-core.git] / templates / CRM / Member / Page / MembershipType.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="rel-type-title"}
11 {ts}Relationship Type{/ts}
12 {/htxt}
13 {htxt id="rel-type"}
14 <p>{ts}Use this field to configure Membership Types where memberships are automatically granted to related contacts. Examples:{/ts}</p>
15
16 <table>
17 <tr>
18 <th>{ts}Relationship Type{/ts}</th>
19 <th>{ts}Direct member is:{/ts}</th>
20 <th>{ts}Membership is automatically granted to:{/ts}</th>
21 </tr>
22 <tr>
23 <td><strong>'{ts}Household Member is{/ts}'</strong></td>
24 <td>{ts}a household{/ts}</td>
25 <td>{ts}'Household Members' of that household{/ts}</td>
26 </tr>
27 <tr>
28 <td><strong>'{ts}Employer of{/ts}'</strong></td>
29 <td>{ts}an organization{/ts}</td>
30 <td>{ts}'Employees' of that organization{/ts}</td>
31 </tr>
32 <tr>
33 <td><strong>'{ts}Parent of{/ts}'</strong></td>
34 <td>{ts}an individual{/ts}</td>
35 <td>{ts}'Children' of that individual{/ts}</td>
36 </tr>
37 </table>
38 {/htxt}
39
40 {htxt id="period-type-title"}
41 {ts}Membership Period{/ts}
42 {/htxt}
43 {htxt id="period-type"}
44 <p>
45 {ts}Select 'rolling' if membership periods begin at date of signup. Select 'fixed' if membership periods begin on a set calendar date. If membership duration is specified in years, you will be able to specify the exact month and day for memberships to start. If membership duration is specified in months, memberships will start on the 1st of the current month and run for the number of specified months.{/ts}
46 </p>
47 <p>
48 <strong>{ts}EXAMPLES{/ts}</strong><br />
49 <ul>
50 <li>{ts}<strong>Fixed Membership Period - 1 Year Duration:</strong> Fixed period start date is set to January 1. A person signs up for membership on February 15th, 2008. Their membership start date is set to January 1, 2008 - and the end date is December 31, 2008.{/ts}</li>
51 <li>{ts}<strong>Fixed Membership - 3 Months Duration:</strong> A person signs up on February 15th, 2008. Their membership start date is set to February 1, 2008 - and the end date is April 30, 2008.{/ts}</li>
52 <li>{ts}<strong>Rolling Membership Period - 1 Year Duration:</strong> A person signs up on February 15th, 2008. Their membership start date is February 15th, 2008 - and the end date is February 14th, 2009.{/ts}</li>
53 </ul>
54 {/htxt}