mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[new] Convert Non Profit Module into Non Profit Domain
This commit is contained in:
11
erpnext/domains/non_profit.py
Normal file
11
erpnext/domains/non_profit.py
Normal file
@@ -0,0 +1,11 @@
|
||||
data = {
|
||||
'desktop_icons': [
|
||||
'Non Profit',
|
||||
'Sales Invoice',
|
||||
'ToDo'
|
||||
],
|
||||
'modules': [
|
||||
+ 'Non Profit'
|
||||
+ ],
|
||||
'default_portal_role': 'System Manager'
|
||||
}
|
||||
Reference in New Issue
Block a user