feat(Non Profit): 80G Certificates and Donations (#24848)

* feat(Non Profit): 80G Certificates and Donations

* fix(Membership): Generate Invoice for membership webhook only if automation is enabled (#24849)
This commit is contained in:
Rucha Mahabal
2021-03-11 16:02:23 +05:30
committed by GitHub
parent 0623a34210
commit 0b29f87fa2
41 changed files with 1997 additions and 306 deletions

View File

@@ -195,6 +195,7 @@ def install(country=None):
{'doctype': "Party Type", "party_type": "Member", "account_type": "Receivable"},
{'doctype': "Party Type", "party_type": "Shareholder", "account_type": "Payable"},
{'doctype': "Party Type", "party_type": "Student", "account_type": "Receivable"},
{'doctype': "Party Type", "party_type": "Donor", "account_type": "Receivable"},
{'doctype': "Opportunity Type", "name": "Hub"},
{'doctype': "Opportunity Type", "name": _("Sales")},