[new] Doctype Donor and Volunteer Added

This commit is contained in:
Vishal
2017-09-20 10:23:40 +05:30
parent b4d73cbda0
commit 7525bc6f1d
26 changed files with 1289 additions and 41 deletions

View File

@@ -39,44 +39,54 @@ def get_data():
},
]
},
# {
# "label": _("Volunteer Mangement"),
# "items": [
# {
# "type": "doctype",
# "name": "Member",
# "description": _("Member information."),
# }
# ]
# },
# {
# "label": _("Donor Management"),
# "items": [
# {
# "type": "doctype",
# "name": "Member",
# "description": _("Member information."),
# }
# ]
# },
# {
# "label": _("Event Management"),
# "items": [
# {
# "type": "doctype",
# "name": "Member",
# "description": _("Member information."),
# }
# ]
# },
# {
# "label": _("Setup Meeting"),
# "items": [
# {
# "type": "doctype",
# "name": "Member",
# "description": _("Member information."),
# }
# ]
# },
{
"label": _("Volunteer"),
"items": [
{
"type": "doctype",
"name": "Volunteer",
"description": _("Volunteer information."),
},
{
"type": "doctype",
"name": "Volunteer Type",
"description": _("Volunteer Type information."),
}
]
},
{
"label": _("Donor"),
"items": [
{
"type": "doctype",
"name": "Donor",
"description": _("Donor information."),
},
{
"type": "doctype",
"name": "Donor Type",
"description": _("Donor Type information."),
}
]
},
{
"label": _("Event"),
"items": [
{
"type": "doctype",
"name": "Member",
"description": _("Member information."),
}
]
},
{
"label": _("Setup Meeting"),
"items": [
{
"type": "doctype",
"name": "Member",
"description": _("Member information."),
}
]
},
]