2017-09-19 08:51:13 +00:00
#Member
The Member doctype allows you to record the Member details for a **Membership** .
2017-12-04 11:37:55 +00:00
Members are simply contacts in your ERPNext database with one or more memberships. The contact may be an individual, a household, an organisation, or some other contact sub-type, but it is always a contact to which a membership is applied.
To create new Member go to:
> Non Profit > Member > New
2017-09-19 08:51:13 +00:00
< img class = "screenshot" alt = "Student" src = "/docs/assets/img/non_profit/membership/member.png" >
2017-12-04 11:37:55 +00:00
**Email:** Email field is the id of Member doctype.
**Membership Type:** Membership Type is link field to Membership Type Doctype. Member can select Available Doctype.
2017-12-06 12:32:31 +00:00
**Membership Expiry Date:** This Field fetch membership end date details from membership doctype.
2017-12-04 11:37:55 +00:00
**Address and Contact Section:** This Section linked to address and contact doctypes.
2017-09-19 08:51:13 +00:00
{next}