feat(modules): Add getting started and help desk

This commit is contained in:
Prateeksha Singh
2019-02-11 14:00:48 +05:30
parent 1bfdceaf7e
commit 01a045a488
6 changed files with 745 additions and 51 deletions

View File

@@ -6,6 +6,16 @@ from frappe import _
def get_data():
return [
# Modules
{
"module_name": "Getting Started",
"category": "Modules",
"label": _("Getting Started"),
"color": "#1abc9c",
"icon": "fa fa-check-square-o",
"type": "module",
"hidden": 1,
"description": "Dive into the basics for your organisation's needs."
},
{
"module_name": "Accounting",
"category": "Modules",
@@ -14,7 +24,7 @@ def get_data():
"icon": "octicon octicon-repo",
"type": "module",
"hidden": 1,
"description": "Accounts, Billing, Payments, Cost Center and Budgeting."
"description": "Accounts, billing, finances and payments; with cost center, taxes and budgeting."
},
{
"module_name": "Selling",
@@ -74,7 +84,17 @@ def get_data():
"icon": "octicon octicon-broadcast",
"type": "module",
"hidden": 1,
"description": "Everything in your sales pipeline, from Leads to Customers, to Support."
"description": "Everything in your sales pipeline, from Leads and Opportunities to Customers."
},
{
"module_name": "Help Desk",
"category": "Modules",
"label": _("Help Desk"),
"color": "#1abc9c",
"icon": "fa fa-check-square-o",
"type": "module",
"hidden": 1,
"description": "User interactions, support issues and knowledge base."
},
{
"module_name": "HR",
@@ -94,7 +114,7 @@ def get_data():
"icon": "fa fa-check-square-o",
"type": "module",
"hidden": 1,
"description": "Volunteers, Memberships, Grants and Chapters."
"description": "Quality goals, procedures, reviews and action."
},