2017-10-17 07:00:34 +00:00
|
|
|
# coding=utf-8
|
|
|
|
|
2015-02-24 06:54:53 +00:00
|
|
|
from __future__ import unicode_literals
|
2014-02-14 10:17:51 +00:00
|
|
|
from frappe import _
|
2014-02-07 12:42:43 +00:00
|
|
|
|
2014-05-16 14:26:06 +00:00
|
|
|
def get_data():
|
2016-01-14 12:44:50 +00:00
|
|
|
return [
|
2019-01-29 04:42:17 +00:00
|
|
|
# Category: "Domains"
|
|
|
|
{
|
|
|
|
"module_name": "Manufacturing",
|
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Manufacturing"),
|
|
|
|
"color": "#7f8c8d",
|
|
|
|
"icon": "octicon octicon-tools",
|
|
|
|
"type": "module",
|
|
|
|
"hidden": 1,
|
|
|
|
"description": "Streamline your production with BOMS, Work Orders and Timesheets."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"module_name": "Retail",
|
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Retail"),
|
|
|
|
"color": "#7f8c8d",
|
|
|
|
"icon": "octicon octicon-credit-card",
|
|
|
|
"type": "module",
|
|
|
|
"hidden": 1,
|
2019-01-31 09:20:22 +00:00
|
|
|
"description": "Point of Sale, Cashier Closing and Loyalty Programs."
|
2019-01-29 04:42:17 +00:00
|
|
|
},
|
2019-01-24 01:45:53 +00:00
|
|
|
{
|
|
|
|
"module_name": "Education",
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Education"),
|
2019-01-24 01:45:53 +00:00
|
|
|
"color": "#428B46",
|
|
|
|
"icon": "octicon octicon-mortar-board",
|
|
|
|
"type": "module",
|
|
|
|
"hidden": 1,
|
|
|
|
"description": "Manage Student Admissions, Fees, Subjects and Score Reports."
|
|
|
|
},
|
2019-01-29 04:42:17 +00:00
|
|
|
|
2019-01-24 01:45:53 +00:00
|
|
|
{
|
|
|
|
"module_name": "Healthcare",
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Healthcare"),
|
2019-01-24 01:45:53 +00:00
|
|
|
"color": "#FF888B",
|
|
|
|
"icon": "fa fa-heartbeat",
|
|
|
|
"type": "module",
|
|
|
|
"hidden": 1,
|
|
|
|
"description": "Patients appointments, procedures and tests, with diagnosis reports and drug prescriptions."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"module_name": "Agriculture",
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Agriculture"),
|
2019-01-24 01:45:53 +00:00
|
|
|
"color": "#8BC34A",
|
|
|
|
"icon": "octicon octicon-globe",
|
|
|
|
"type": "module",
|
|
|
|
"hidden": 1,
|
|
|
|
"description": "Crop Cycles, Land Areas and Soil and Plant Analysis."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"module_name": "Hotels",
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Hotels"),
|
2019-01-24 01:45:53 +00:00
|
|
|
"color": "#EA81E8",
|
|
|
|
"icon": "fa fa-bed",
|
|
|
|
"type": "module",
|
|
|
|
"hidden": 1,
|
|
|
|
"description": "Manage Hotel Rooms, Pricing, Reservation and Amenities."
|
|
|
|
},
|
|
|
|
|
2017-09-11 09:43:16 +00:00
|
|
|
{
|
|
|
|
"module_name": "Non Profit",
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Non Profit"),
|
2017-09-11 09:43:16 +00:00
|
|
|
"color": "#DE2B37",
|
|
|
|
"icon": "octicon octicon-heart",
|
|
|
|
"type": "module",
|
2019-01-24 01:45:53 +00:00
|
|
|
"hidden": 1,
|
2019-01-29 04:42:17 +00:00
|
|
|
"description": "Make benefiting others easier with Volunteers, Memberships, Grants and Chapters."
|
2018-12-25 12:12:31 +00:00
|
|
|
},
|
|
|
|
{
|
2019-01-29 04:42:17 +00:00
|
|
|
"module_name": "Restaurant",
|
|
|
|
"category": "Domains",
|
|
|
|
"label": _("Restaurant"),
|
|
|
|
"color": "#EA81E8",
|
|
|
|
"icon": "fa fa-cutlery",
|
|
|
|
"_doctype": "Restaurant",
|
2018-12-25 12:12:31 +00:00
|
|
|
"type": "module",
|
2019-01-29 04:42:17 +00:00
|
|
|
"link": "List/Restaurant",
|
2019-01-24 01:45:53 +00:00
|
|
|
"hidden": 1,
|
2019-01-29 04:42:17 +00:00
|
|
|
"description": "Menu, Orders and Table Reservations."
|
2019-01-24 01:45:53 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"module_name": "Learn",
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Administration",
|
|
|
|
"label": _("Learn"),
|
2019-01-24 01:45:53 +00:00
|
|
|
"color": "#FF888B",
|
|
|
|
"icon": "octicon octicon-device-camera-video",
|
|
|
|
"type": "module",
|
|
|
|
"is_help": True,
|
|
|
|
"description": "Explore Help Articles and Videos."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"module_name": 'Marketplace',
|
2019-01-29 04:42:17 +00:00
|
|
|
"category": "Places",
|
2019-01-24 01:45:53 +00:00
|
|
|
"label": _('Marketplace'),
|
2019-01-29 04:42:17 +00:00
|
|
|
"icon": "octicon octicon-star",
|
2019-01-24 01:45:53 +00:00
|
|
|
"type": 'link',
|
2019-01-29 04:42:17 +00:00
|
|
|
"link": '#marketplace/home',
|
2019-01-24 01:45:53 +00:00
|
|
|
"color": '#FF4136',
|
|
|
|
'standard': 1,
|
2019-01-29 04:42:17 +00:00
|
|
|
"description": "Publish items to other ERPNext users and start a conversation."
|
2019-01-24 01:45:53 +00:00
|
|
|
},
|
|
|
|
]
|