brotherton-erpnext/erpnext/domains/non_profit.py
2017-12-06 12:57:53 +05:30

17 lines
232 B
Python

data = {
'desktop_icons': [
'Non Profit',
'Member',
'Donor',
'Volunteer',
'Grant Application',
'Accounts',
'Buying',
'HR',
'ToDo'
],
'modules': [
'Non Profit'
],
'default_portal_role': 'Non Profit Manager'
}