brotherton-erpnext/erpnext/domains/non_profit.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
375 B
Python
Raw Normal View History

from __future__ import unicode_literals
data = {
'desktop_icons': [
'Non Profit',
2017-12-06 07:27:53 +00:00
'Member',
'Donor',
'Volunteer',
'Grant Application',
'Accounts',
'Buying',
'HR',
'ToDo'
],
'restricted_roles': [
'Non Profit Manager',
'Non Profit Member',
'Non Profit Portal User'
],
'modules': [
2017-11-21 05:27:53 +00:00
'Non Profit'
],
2017-12-05 12:21:15 +00:00
'default_portal_role': 'Non Profit Manager'
}