From a68234d34541938b6d620869ae8c584a8134ae93 Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 22 Nov 2017 23:11:12 +0530 Subject: [PATCH] [new] Fontawesome icon added --- erpnext/config/desktop.py | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index 1b0a45ec9a..ec73df9f8e 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -300,6 +300,46 @@ def get_data(): "icon": "octicon octicon-database", "type": "module" }, + { + "module_name": "Grant Application", + "color": "#E9AB17", + "icon": "fa fa-gift", + "_doctype": "Grant Application", + "link": "List/Grant Application", + "label": _("Grant Application") + }, + { + "module_name": "Donor", + "color": "#7F5A58", + "icon": "fa fa-tint", + "_doctype": "Donor", + "link": "List/Donor", + "label": _("Donor") + }, + { + "module_name": "Volunteer", + "color": "#7E587E", + "icon": "fa fa-angellist", + "_doctype": "Volunteer", + "link": "List/Volunteer", + "label": _("Volunteer") + }, + { + "module_name": "Member", + "color": "#79BAEC", + "icon": "fa fa-users", + "_doctype": "Member", + "link": "List/Member", + "label": _("Member") + }, + { + "module_name": "Chapter", + "color": "#3B9C9C", + "icon": "fa fa-handshake-o", + "_doctype": "Chapter", + "link": "List/Chapter", + "label": _("Chapter") + }, { "module_name": "Non Profit", "color": "#DE2B37",