Skip to content

Commit

Permalink
refactor: Remove non-profit domain from ERPNext
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand committed Jan 5, 2022
1 parent ac816f4 commit c4bfdd9
Show file tree
Hide file tree
Showing 106 changed files with 31 additions and 6,215 deletions.
16 changes: 0 additions & 16 deletions erpnext/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
'Education': 'erpnext.domains.education',
'Hospitality': 'erpnext.domains.hospitality',
'Manufacturing': 'erpnext.domains.manufacturing',
'Non Profit': 'erpnext.domains.non_profit',
'Retail': 'erpnext.domains.retail',
'Services': 'erpnext.domains.services',
}
Expand Down Expand Up @@ -176,7 +175,6 @@
{"title": _("Fees"), "route": "/fees", "reference_doctype": "Fees", "role":"Student"},
{"title": _("Newsletter"), "route": "/newsletters", "reference_doctype": "Newsletter"},
{"title": _("Admission"), "route": "/admissions", "reference_doctype": "Student Admission", "role": "Student"},
{"title": _("Certification"), "route": "/certification", "reference_doctype": "Certification Application", "role": "Non Profit Portal User"},
{"title": _("Material Request"), "route": "/material-requests", "reference_doctype": "Material Request", "role": "Customer"},
{"title": _("Appointment Booking"), "route": "/book_appointment"},
]
Expand Down Expand Up @@ -373,7 +371,6 @@
"erpnext.selling.doctype.quotation.quotation.set_expired_status",
"erpnext.buying.doctype.supplier_quotation.supplier_quotation.set_expired_status",
"erpnext.accounts.doctype.process_statement_of_accounts.process_statement_of_accounts.send_auto_email",
"erpnext.non_profit.doctype.membership.membership.set_expired_status",
"erpnext.hr.doctype.interview.interview.send_daily_feedback_reminder"
],
"daily_long": [
Expand Down Expand Up @@ -566,19 +563,6 @@
{'doctype': 'Assessment Code', 'index': 39},
{'doctype': 'Discussion', 'index': 40},
],
"Non Profit": [
{'doctype': 'Certified Consultant', 'index': 1},
{'doctype': 'Certification Application', 'index': 2},
{'doctype': 'Volunteer', 'index': 3},
{'doctype': 'Membership', 'index': 4},
{'doctype': 'Member', 'index': 5},
{'doctype': 'Donor', 'index': 6},
{'doctype': 'Chapter', 'index': 7},
{'doctype': 'Grant Application', 'index': 8},
{'doctype': 'Volunteer Type', 'index': 9},
{'doctype': 'Donor Type', 'index': 10},
{'doctype': 'Membership Type', 'index': 11}
],
"Hospitality": [
{'doctype': 'Hotel Room', 'index': 0},
{'doctype': 'Hotel Room Reservation', 'index': 1},
Expand Down
1 change: 0 additions & 1 deletion erpnext/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Education
Regional
Restaurant
ERPNext Integrations
Non Profit
Hotels
Quality Management
Communication
Expand Down
Empty file removed erpnext/non_profit/__init__.py
Empty file.
Empty file.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c4bfdd9

Please sign in to comment.