Rushabh Mehta | bc4e2cd | 2017-10-17 12:30:34 +0530 | [diff] [blame] | 1 | # coding=utf-8 |
| 2 | |
Anand Doshi | d57e793 | 2015-02-24 12:24:53 +0530 | [diff] [blame] | 3 | from __future__ import unicode_literals |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 4 | from frappe import _ |
Rushabh Mehta | 22ababb | 2014-02-07 18:12:43 +0530 | [diff] [blame] | 5 | |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 6 | def get_data(): |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 7 | return [ |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 8 | # Modules |
| 9 | { |
Prateeksha Singh | 01a045a | 2019-02-11 14:00:48 +0530 | [diff] [blame] | 10 | "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 Singh | 8aa4594 | 2019-03-04 14:00:02 +0530 | [diff] [blame] | 16 | "disable_after_onboard": 1, |
Prateeksha Singh | 8aa4594 | 2019-03-04 14:00:02 +0530 | [diff] [blame] | 17 | "description": "Dive into the basics for your organisation's needs.", |
| 18 | "onboard_present": 1 |
Prateeksha Singh | 01a045a | 2019-02-11 14:00:48 +0530 | [diff] [blame] | 19 | }, |
| 20 | { |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 21 | "module_name": "Accounting", |
| 22 | "category": "Modules", |
| 23 | "label": _("Accounting"), |
| 24 | "color": "#3498db", |
| 25 | "icon": "octicon octicon-repo", |
| 26 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 27 | "description": "Accounts, billing, payments, cost center and budgeting." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 28 | }, |
| 29 | { |
| 30 | "module_name": "Selling", |
| 31 | "category": "Modules", |
| 32 | "label": _("Selling"), |
| 33 | "color": "#1abc9c", |
| 34 | "icon": "octicon octicon-tag", |
| 35 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 36 | "description": "Sales orders, quotations, customers and items." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 37 | }, |
| 38 | { |
| 39 | "module_name": "Buying", |
| 40 | "category": "Modules", |
| 41 | "label": _("Buying"), |
| 42 | "color": "#c0392b", |
| 43 | "icon": "octicon octicon-briefcase", |
| 44 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 45 | "description": "Purchasing, suppliers, material requests, and items." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 46 | }, |
| 47 | { |
| 48 | "module_name": "Stock", |
| 49 | "category": "Modules", |
| 50 | "label": _("Stock"), |
| 51 | "color": "#f39c12", |
| 52 | "icon": "octicon octicon-package", |
| 53 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 54 | "description": "Stock transactions, reports, serial numbers and batches." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 55 | }, |
| 56 | { |
| 57 | "module_name": "Assets", |
| 58 | "category": "Modules", |
| 59 | "label": _("Assets"), |
| 60 | "color": "#4286f4", |
| 61 | "icon": "octicon octicon-database", |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 62 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 63 | "description": "Asset movement, maintainance and tools." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 64 | }, |
| 65 | { |
| 66 | "module_name": "Projects", |
| 67 | "category": "Modules", |
| 68 | "label": _("Projects"), |
| 69 | "color": "#8e44ad", |
| 70 | "icon": "octicon octicon-rocket", |
| 71 | "type": "module", |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 72 | "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 Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 81 | "description": "Sales pipeline, leads, opportunities and customers." |
Prateeksha Singh | 01a045a | 2019-02-11 14:00:48 +0530 | [diff] [blame] | 82 | }, |
| 83 | { |
| 84 | "module_name": "Help Desk", |
| 85 | "category": "Modules", |
| 86 | "label": _("Help Desk"), |
| 87 | "color": "#1abc9c", |
| 88 | "icon": "fa fa-check-square-o", |
| 89 | "type": "module", |
Prateeksha Singh | 01a045a | 2019-02-11 14:00:48 +0530 | [diff] [blame] | 90 | "description": "User interactions, support issues and knowledge base." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 91 | }, |
| 92 | { |
| 93 | "module_name": "HR", |
| 94 | "category": "Modules", |
| 95 | "label": _("Human Resources"), |
| 96 | "color": "#2ecc71", |
| 97 | "icon": "octicon octicon-organization", |
| 98 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 99 | "description": "Employees, attendance, payroll, leaves and shifts." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 100 | }, |
| 101 | { |
| 102 | "module_name": "Quality Management", |
| 103 | "category": "Modules", |
| 104 | "label": _("Quality"), |
| 105 | "color": "#1abc9c", |
| 106 | "icon": "fa fa-check-square-o", |
| 107 | "type": "module", |
Prateeksha Singh | 01a045a | 2019-02-11 14:00:48 +0530 | [diff] [blame] | 108 | "description": "Quality goals, procedures, reviews and action." |
Prateeksha Singh | 3423407 | 2019-02-07 09:18:24 +0530 | [diff] [blame] | 109 | }, |
| 110 | |
| 111 | |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 112 | # Category: "Domains" |
| 113 | { |
| 114 | "module_name": "Manufacturing", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 115 | "category": "Domains", |
| 116 | "label": _("Manufacturing"), |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 117 | "color": "#7f8c8d", |
| 118 | "icon": "octicon octicon-tools", |
| 119 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 120 | "description": "BOMS, work orders, operations, and timesheets." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 121 | }, |
| 122 | { |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 123 | "module_name": "Retail", |
| 124 | "category": "Domains", |
| 125 | "label": _("Retail"), |
| 126 | "color": "#7f8c8d", |
| 127 | "icon": "octicon octicon-credit-card", |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 128 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 129 | "description": "Point of Sale and cashier closing." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 130 | }, |
| 131 | { |
| 132 | "module_name": "Education", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 133 | "category": "Domains", |
| 134 | "label": _("Education"), |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 135 | "color": "#428B46", |
| 136 | "icon": "octicon octicon-mortar-board", |
| 137 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 138 | "description": "Student admissions, fees, courses and scores." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 139 | }, |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 140 | |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 141 | { |
| 142 | "module_name": "Healthcare", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 143 | "category": "Domains", |
| 144 | "label": _("Healthcare"), |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 145 | "color": "#FF888B", |
| 146 | "icon": "fa fa-heartbeat", |
| 147 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 148 | "description": "Patient appointments, procedures and tests." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 149 | }, |
| 150 | { |
| 151 | "module_name": "Agriculture", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 152 | "category": "Domains", |
| 153 | "label": _("Agriculture"), |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 154 | "color": "#8BC34A", |
| 155 | "icon": "octicon octicon-globe", |
| 156 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 157 | "description": "Crop cycles, land areas, soil and plant analysis." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 158 | }, |
| 159 | { |
| 160 | "module_name": "Hotels", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 161 | "category": "Domains", |
| 162 | "label": _("Hotels"), |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 163 | "color": "#EA81E8", |
| 164 | "icon": "fa fa-bed", |
| 165 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 166 | "description": "Hotel rooms, pricing, reservation and amenities." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 167 | }, |
| 168 | |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 169 | { |
Vishal | ca61453 | 2017-09-11 15:13:16 +0530 | [diff] [blame] | 170 | "module_name": "Non Profit", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 171 | "category": "Domains", |
| 172 | "label": _("Non Profit"), |
Vishal | ca61453 | 2017-09-11 15:13:16 +0530 | [diff] [blame] | 173 | "color": "#DE2B37", |
| 174 | "icon": "octicon octicon-heart", |
| 175 | "type": "module", |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 176 | "description": "Volunteers, memberships, grants and chapters." |
Himanshu | 0209ef0 | 2018-12-25 17:42:31 +0530 | [diff] [blame] | 177 | }, |
| 178 | { |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 179 | "module_name": "Restaurant", |
| 180 | "category": "Domains", |
| 181 | "label": _("Restaurant"), |
| 182 | "color": "#EA81E8", |
| 183 | "icon": "fa fa-cutlery", |
| 184 | "_doctype": "Restaurant", |
Himanshu | 0209ef0 | 2018-12-25 17:42:31 +0530 | [diff] [blame] | 185 | "type": "module", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 186 | "link": "List/Restaurant", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 187 | "description": "Menu, Orders and Table Reservations." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 188 | }, |
| 189 | |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 190 | { |
Prateeksha Singh | 8aa4594 | 2019-03-04 14:00:02 +0530 | [diff] [blame] | 191 | "module_name": "Help", |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 192 | "category": "Administration", |
| 193 | "label": _("Learn"), |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 194 | "color": "#FF888B", |
| 195 | "icon": "octicon octicon-device-camera-video", |
Prateeksha Singh | 8aa4594 | 2019-03-04 14:00:02 +0530 | [diff] [blame] | 196 | "type": "module", |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 197 | "is_help": True, |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 198 | "description": "Explore Help Articles and Videos." |
| 199 | }, |
| 200 | { |
| 201 | "module_name": 'Marketplace', |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 202 | "category": "Places", |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 203 | "label": _('Marketplace'), |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 204 | "icon": "octicon octicon-star", |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 205 | "type": 'link', |
Prateeksha Singh | 2c14704 | 2019-01-29 10:12:17 +0530 | [diff] [blame] | 206 | "link": '#marketplace/home', |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 207 | "color": '#FF4136', |
| 208 | 'standard': 1, |
Prateeksha Singh | 08a6de6 | 2019-02-12 07:41:52 +0530 | [diff] [blame] | 209 | "description": "Publish items to other ERPNext users." |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 210 | }, |
Prateeksha Singh | 7cd6ebe | 2019-01-24 07:15:53 +0530 | [diff] [blame] | 211 | ] |