blob: ce7c245a631a6a4a94c473e23759afdc3f26a2f1 [file] [log] [blame]
Rushabh Mehtabc4e2cd2017-10-17 12:30:34 +05301# coding=utf-8
2
Anand Doshid57e7932015-02-24 12:24:53 +05303from __future__ import unicode_literals
Rushabh Mehta793ba6b2014-02-14 15:47:51 +05304from frappe import _
Rushabh Mehta22ababb2014-02-07 18:12:43 +05305
Nabin Haite6085392014-05-16 19:56:06 +05306def get_data():
Rushabh Mehta1bf440b2016-01-14 18:14:50 +05307 return [
Prateeksha Singh34234072019-02-07 09:18:24 +05308 # Modules
9 {
Prateeksha Singh01a045a2019-02-11 14:00:48 +053010 "module_name": "Getting Started",
11 "category": "Modules",
12 "label": _("Getting Started"),
13 "color": "#1abc9c",
14 "icon": "fa fa-check-square-o",
15 "type": "module",
Prateeksha Singh8aa45942019-03-04 14:00:02 +053016 "disable_after_onboard": 1,
Prateeksha Singh8aa45942019-03-04 14:00:02 +053017 "description": "Dive into the basics for your organisation's needs.",
18 "onboard_present": 1
Prateeksha Singh01a045a2019-02-11 14:00:48 +053019 },
20 {
Rucha Mahabalb5bd3f32019-10-22 13:38:36 +053021 "module_name": "Accounts",
Prateeksha Singh34234072019-02-07 09:18:24 +053022 "category": "Modules",
23 "label": _("Accounting"),
24 "color": "#3498db",
25 "icon": "octicon octicon-repo",
26 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +053027 "description": "Accounts, billing, payments, cost center and budgeting."
Prateeksha Singh34234072019-02-07 09:18:24 +053028 },
29 {
30 "module_name": "Selling",
31 "category": "Modules",
32 "label": _("Selling"),
33 "color": "#1abc9c",
34 "icon": "octicon octicon-tag",
35 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +053036 "description": "Sales orders, quotations, customers and items."
Prateeksha Singh34234072019-02-07 09:18:24 +053037 },
38 {
39 "module_name": "Buying",
40 "category": "Modules",
41 "label": _("Buying"),
42 "color": "#c0392b",
43 "icon": "octicon octicon-briefcase",
44 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +053045 "description": "Purchasing, suppliers, material requests, and items."
Prateeksha Singh34234072019-02-07 09:18:24 +053046 },
47 {
48 "module_name": "Stock",
49 "category": "Modules",
50 "label": _("Stock"),
51 "color": "#f39c12",
52 "icon": "octicon octicon-package",
53 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +053054 "description": "Stock transactions, reports, serial numbers and batches."
Prateeksha Singh34234072019-02-07 09:18:24 +053055 },
56 {
57 "module_name": "Assets",
58 "category": "Modules",
59 "label": _("Assets"),
60 "color": "#4286f4",
61 "icon": "octicon octicon-database",
Prateeksha Singh34234072019-02-07 09:18:24 +053062 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +053063 "description": "Asset movement, maintainance and tools."
Prateeksha Singh34234072019-02-07 09:18:24 +053064 },
65 {
66 "module_name": "Projects",
67 "category": "Modules",
68 "label": _("Projects"),
69 "color": "#8e44ad",
70 "icon": "octicon octicon-rocket",
71 "type": "module",
Prateeksha Singh34234072019-02-07 09:18:24 +053072 "description": "Updates, Timesheets and Activities."
73 },
74 {
75 "module_name": "CRM",
76 "category": "Modules",
77 "label": _("CRM"),
78 "color": "#EF4DB6",
79 "icon": "octicon octicon-broadcast",
80 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +053081 "description": "Sales pipeline, leads, opportunities and customers."
Prateeksha Singh01a045a2019-02-11 14:00:48 +053082 },
83 {
Deepesh Gargd1d0a502020-02-26 10:44:24 +053084 "module_name": "Loan Management",
85 "category": "Modules",
86 "label": _("Loan Management"),
87 "color": "#EF4DB6",
88 "icon": "octicon octicon-repo",
89 "type": "module",
90 "description": "Loan Management for Customer and Employees"
91 },
92 {
Rushabh Mehta43257c82019-04-02 08:59:15 +053093 "module_name": "Support",
Prateeksha Singh01a045a2019-02-11 14:00:48 +053094 "category": "Modules",
Rushabh Mehta43257c82019-04-02 08:59:15 +053095 "label": _("Support"),
Prateeksha Singh01a045a2019-02-11 14:00:48 +053096 "color": "#1abc9c",
97 "icon": "fa fa-check-square-o",
98 "type": "module",
Prateeksha Singh01a045a2019-02-11 14:00:48 +053099 "description": "User interactions, support issues and knowledge base."
Prateeksha Singh34234072019-02-07 09:18:24 +0530100 },
101 {
102 "module_name": "HR",
103 "category": "Modules",
104 "label": _("Human Resources"),
105 "color": "#2ecc71",
106 "icon": "octicon octicon-organization",
107 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530108 "description": "Employees, attendance, payroll, leaves and shifts."
Prateeksha Singh34234072019-02-07 09:18:24 +0530109 },
110 {
111 "module_name": "Quality Management",
112 "category": "Modules",
113 "label": _("Quality"),
114 "color": "#1abc9c",
115 "icon": "fa fa-check-square-o",
116 "type": "module",
Prateeksha Singh01a045a2019-02-11 14:00:48 +0530117 "description": "Quality goals, procedures, reviews and action."
Prateeksha Singh34234072019-02-07 09:18:24 +0530118 },
119
120
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530121 # Category: "Domains"
122 {
123 "module_name": "Manufacturing",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530124 "category": "Domains",
125 "label": _("Manufacturing"),
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530126 "color": "#7f8c8d",
127 "icon": "octicon octicon-tools",
128 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530129 "description": "BOMS, work orders, operations, and timesheets."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530130 },
131 {
Prateeksha Singh2c147042019-01-29 10:12:17 +0530132 "module_name": "Retail",
133 "category": "Domains",
134 "label": _("Retail"),
135 "color": "#7f8c8d",
136 "icon": "octicon octicon-credit-card",
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530137 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530138 "description": "Point of Sale and cashier closing."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530139 },
140 {
141 "module_name": "Education",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530142 "category": "Domains",
143 "label": _("Education"),
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530144 "color": "#428B46",
145 "icon": "octicon octicon-mortar-board",
146 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530147 "description": "Student admissions, fees, courses and scores."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530148 },
Prateeksha Singh2c147042019-01-29 10:12:17 +0530149
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530150 {
151 "module_name": "Healthcare",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530152 "category": "Domains",
153 "label": _("Healthcare"),
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530154 "color": "#FF888B",
155 "icon": "fa fa-heartbeat",
156 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530157 "description": "Patient appointments, procedures and tests."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530158 },
159 {
160 "module_name": "Agriculture",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530161 "category": "Domains",
162 "label": _("Agriculture"),
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530163 "color": "#8BC34A",
164 "icon": "octicon octicon-globe",
165 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530166 "description": "Crop cycles, land areas, soil and plant analysis."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530167 },
168 {
169 "module_name": "Hotels",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530170 "category": "Domains",
171 "label": _("Hotels"),
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530172 "color": "#EA81E8",
173 "icon": "fa fa-bed",
174 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530175 "description": "Hotel rooms, pricing, reservation and amenities."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530176 },
177
Vishala68234d2017-11-22 23:11:12 +0530178 {
Vishalca614532017-09-11 15:13:16 +0530179 "module_name": "Non Profit",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530180 "category": "Domains",
181 "label": _("Non Profit"),
Vishalca614532017-09-11 15:13:16 +0530182 "color": "#DE2B37",
183 "icon": "octicon octicon-heart",
184 "type": "module",
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530185 "description": "Volunteers, memberships, grants and chapters."
Himanshu0209ef02018-12-25 17:42:31 +0530186 },
187 {
Prateeksha Singh2c147042019-01-29 10:12:17 +0530188 "module_name": "Restaurant",
189 "category": "Domains",
190 "label": _("Restaurant"),
191 "color": "#EA81E8",
192 "icon": "fa fa-cutlery",
193 "_doctype": "Restaurant",
Himanshu0209ef02018-12-25 17:42:31 +0530194 "type": "module",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530195 "link": "List/Restaurant",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530196 "description": "Menu, Orders and Table Reservations."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530197 },
198
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530199 {
Prateeksha Singh8aa45942019-03-04 14:00:02 +0530200 "module_name": "Help",
Prateeksha Singh2c147042019-01-29 10:12:17 +0530201 "category": "Administration",
202 "label": _("Learn"),
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530203 "color": "#FF888B",
204 "icon": "octicon octicon-device-camera-video",
Prateeksha Singh8aa45942019-03-04 14:00:02 +0530205 "type": "module",
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530206 "is_help": True,
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530207 "description": "Explore Help Articles and Videos."
208 },
209 {
210 "module_name": 'Marketplace',
Prateeksha Singh2c147042019-01-29 10:12:17 +0530211 "category": "Places",
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530212 "label": _('Marketplace'),
Prateeksha Singh2c147042019-01-29 10:12:17 +0530213 "icon": "octicon octicon-star",
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530214 "type": 'link',
Prateeksha Singh2c147042019-01-29 10:12:17 +0530215 "link": '#marketplace/home',
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530216 "color": '#FF4136',
217 'standard': 1,
Prateeksha Singh08a6de62019-02-12 07:41:52 +0530218 "description": "Publish items to other ERPNext users."
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530219 },
Prateeksha Singh7cd6ebe2019-01-24 07:15:53 +0530220 ]