{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* this template is used for adding/editing/deleting membership status *}
{if $action eq 1}{ts}New Membership Status{/ts}{elseif $action eq 2}{ts}Edit Membership Status{/ts}{else}{ts}Delete Membership Status{/ts}{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{$deleteMessage|escape}
{else} {if $action eq 2} {/if}
{$form.name.label} {$form.name.html}
{$form.label.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_membership_status' field='label' id=$id}{/if} {$form.label.html}
{ts}Display name for this Membership status (e.g. New, Current, Grace, Expired...).{/ts}
{$form.start_event.label} {$form.start_event.html}
{ts}When does this status begin? EXAMPLE: New status begins at the membership 'join date'.{/ts}
{$form.start_event_adjust_unit.label}  {$form.start_event_adjust_interval.html}  {$form.start_event_adjust_unit.html}
{ts}Optional adjustment period added or subtracted from the Start Event. EXAMPLE: Current status might begin at 'join date' PLUS 3 months (to distinguish Current from New members).{/ts}
{$form.end_event.label} {$form.end_event.html}
{ts}When does this status end? EXAMPLE: Current status ends at the membership 'end date'.{/ts}
{$form.end_event_adjust_unit.label}  {$form.end_event_adjust_interval.html} {$form.end_event_adjust_unit.html}
{ts}Optional adjustment period added or subtracted from the End Event. EXAMPLE: Grace status might end at 'end date' PLUS 1 month.{/ts}
{$form.is_current_member.label}{$form.is_current_member.html}
{ts}Should this status be considered a current membership in good standing. EXAMPLE: New, Current and Grace could all be considered 'current'.{/ts}
{$form.is_admin.label} {$form.is_admin.html}
{ts}Check this box if this status is for use by administrative staff only. If checked, this status is never automatically assigned by CiviMember. It is assigned to a contact's Membership by checking the Status Override flag when adding or editing the Membership record. Start and End Event settings are ignored for Administrator statuses. EXAMPLE: This setting can be useful for special case statuses like 'Non-expiring', 'Barred' or 'Expelled', etc.{/ts}
{$form.weight.label}  {$form.weight.html}
{ts}Weight sets the order of precedence for automatic assignment of status to a membership. It also sets the order for status displays. EXAMPLE: The default 'New' and 'Current' statuses have overlapping ranges. Memberships that meet both status range criteria are assigned the status with the lower weight.{/ts}
{$form.is_default.label} {$form.is_default.html}
{ts}The default status is assigned when there are no matching status rules for a membership.{/ts}
{$form.is_active.label} {$form.is_active.html}
{ts}Is this status enabled.{/ts}
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}