brotherton-erpnext/erpnext/docs/user/manual/en/non_profit/Membership/member.md

21 lines
860 B
Markdown
Raw Normal View History

2017-09-19 08:51:13 +00:00
#Member
The Member doctype allows you to record the Member details for a **Membership**.
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
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Student" src="{{docs_base_url}}/assets/img/non_profit/membership/member.png">
2017-09-19 08:51:13 +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.
**Membership Expiry Date:** This Field fetch membership end date details from membership doctype.
**Address and Contact Section:** This Section linked to address and contact doctypes.
2017-09-19 08:51:13 +00:00
{next}