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 [ |
| 8 | { |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 9 | "module_name": "Item", |
| 10 | "_doctype": "Item", |
| 11 | "color": "#f39c12", |
| 12 | "icon": "octicon octicon-package", |
| 13 | "type": "link", |
| 14 | "link": "List/Item" |
| 15 | }, |
| 16 | { |
| 17 | "module_name": "Customer", |
| 18 | "_doctype": "Customer", |
| 19 | "color": "#1abc9c", |
| 20 | "icon": "octicon octicon-tag", |
| 21 | "type": "link", |
| 22 | "link": "List/Customer" |
| 23 | }, |
| 24 | { |
| 25 | "module_name": "Supplier", |
| 26 | "_doctype": "Supplier", |
| 27 | "color": "#c0392b", |
| 28 | "icon": "octicon octicon-briefcase", |
| 29 | "type": "link", |
| 30 | "link": "List/Supplier" |
| 31 | }, |
| 32 | { |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 33 | "_doctype": "Employee", |
| 34 | "module_name": "Employee", |
| 35 | "color": "#2ecc71", |
| 36 | "icon": "octicon octicon-organization", |
| 37 | "type": "link", |
| 38 | "link": "List/Employee" |
| 39 | }, |
| 40 | { |
Suraj Shetty | b0a84f0 | 2018-12-20 20:12:37 +0530 | [diff] [blame] | 41 | "module_name": "Projects", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 42 | "color": "#8e44ad", |
| 43 | "icon": "octicon octicon-rocket", |
Suraj Shetty | b0a84f0 | 2018-12-20 20:12:37 +0530 | [diff] [blame] | 44 | "type": "module", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 45 | }, |
| 46 | { |
| 47 | "module_name": "Issue", |
| 48 | "color": "#2c3e50", |
| 49 | "icon": "octicon octicon-issue-opened", |
| 50 | "_doctype": "Issue", |
| 51 | "type": "link", |
| 52 | "link": "List/Issue" |
| 53 | }, |
| 54 | { |
| 55 | "module_name": "Lead", |
| 56 | "icon": "octicon octicon-broadcast", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 57 | "_doctype": "Lead", |
| 58 | "type": "link", |
| 59 | "link": "List/Lead" |
| 60 | }, |
Rushabh Mehta | 0277244 | 2016-04-20 18:45:46 +0530 | [diff] [blame] | 61 | { |
Rushabh Mehta | 769dda0 | 2016-09-15 15:15:45 +0530 | [diff] [blame] | 62 | "module_name": "Profit and Loss Statement", |
Rushabh Mehta | 0277244 | 2016-04-20 18:45:46 +0530 | [diff] [blame] | 63 | "_doctype": "Account", |
| 64 | "color": "#3498db", |
| 65 | "icon": "octicon octicon-repo", |
| 66 | "type": "link", |
| 67 | "link": "query-report/Profit and Loss Statement" |
| 68 | }, |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 69 | |
| 70 | # old |
| 71 | { |
Suraj Shetty | 242b16f | 2018-12-24 15:47:23 +0530 | [diff] [blame^] | 72 | "label": _("Accounting"), |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 73 | "module_name": "Accounts", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 74 | "color": "#3498db", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 75 | "icon": "octicon octicon-repo", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 76 | "type": "module", |
| 77 | "hidden": 1 |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 78 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 79 | { |
Rushabh Mehta | d1e1c52 | 2016-03-08 18:06:21 +0530 | [diff] [blame] | 80 | "module_name": "Stock", |
| 81 | "color": "#f39c12", |
Rushabh Mehta | d1e1c52 | 2016-03-08 18:06:21 +0530 | [diff] [blame] | 82 | "icon": "octicon octicon-package", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 83 | "type": "module", |
| 84 | "hidden": 1 |
Rushabh Mehta | d1e1c52 | 2016-03-08 18:06:21 +0530 | [diff] [blame] | 85 | }, |
| 86 | { |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 87 | "module_name": "CRM", |
| 88 | "color": "#EF4DB6", |
| 89 | "icon": "octicon octicon-broadcast", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 90 | "type": "module", |
| 91 | "hidden": 1 |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 92 | }, |
| 93 | { |
| 94 | "module_name": "Selling", |
| 95 | "color": "#1abc9c", |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 96 | "icon": "octicon octicon-tag", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 97 | "type": "module", |
| 98 | "hidden": 1 |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 99 | }, |
| 100 | { |
| 101 | "module_name": "Buying", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 102 | "color": "#c0392b", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 103 | "icon": "octicon octicon-briefcase", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 104 | "type": "module", |
| 105 | "hidden": 1 |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 106 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 107 | { |
| 108 | "module_name": "HR", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 109 | "color": "#2ecc71", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 110 | "icon": "octicon octicon-organization", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 111 | "label": _("Human Resources"), |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 112 | "type": "module", |
| 113 | "hidden": 1 |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 114 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 115 | { |
| 116 | "module_name": "Manufacturing", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 117 | "color": "#7f8c8d", |
Rushabh Mehta | ff58261 | 2015-01-02 14:40:48 +0530 | [diff] [blame] | 118 | "icon": "octicon octicon-tools", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 119 | "type": "module", |
| 120 | "hidden": 1 |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 121 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 122 | { |
| 123 | "module_name": "POS", |
Rushabh Mehta | 72e1719 | 2014-08-08 15:30:49 +0530 | [diff] [blame] | 124 | "color": "#589494", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 125 | "icon": "octicon octicon-credit-card", |
Rushabh Mehta | 72e1719 | 2014-08-08 15:30:49 +0530 | [diff] [blame] | 126 | "type": "page", |
Rushabh Mehta | eb96137 | 2016-01-04 15:48:37 +0530 | [diff] [blame] | 127 | "link": "pos", |
Rohit Waghchaure | e0934d1 | 2016-05-11 15:04:57 +0530 | [diff] [blame] | 128 | "label": _("POS") |
Rushabh Mehta | 72e1719 | 2014-08-08 15:30:49 +0530 | [diff] [blame] | 129 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 130 | { |
Prateeksha Singh | 04c4ce3 | 2017-12-20 10:51:25 +0530 | [diff] [blame] | 131 | "module_name": "Leaderboard", |
| 132 | "color": "#589494", |
| 133 | "icon": "octicon octicon-graph", |
| 134 | "type": "page", |
| 135 | "link": "leaderboard", |
| 136 | "label": _("Leaderboard") |
| 137 | }, |
| 138 | { |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 139 | "module_name": "Projects", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 140 | "color": "#8e44ad", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 141 | "icon": "octicon octicon-rocket", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 142 | "type": "module", |
| 143 | "hidden": 1 |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 144 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 145 | { |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 146 | "module_name": "Support", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 147 | "color": "#2c3e50", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 148 | "icon": "octicon octicon-issue-opened", |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 149 | "type": "module", |
| 150 | "hidden": 1 |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 151 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 152 | { |
Suraj Shetty | 89625b6 | 2018-12-21 11:04:32 +0530 | [diff] [blame] | 153 | "module_name": "Help", |
Rushabh Mehta | 7d23e42 | 2015-11-02 10:45:18 +0530 | [diff] [blame] | 154 | "color": "#FF888B", |
Rushabh Mehta | 7d23e42 | 2015-11-02 10:45:18 +0530 | [diff] [blame] | 155 | "icon": "octicon octicon-device-camera-video", |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 156 | "type": "module", |
Rushabh Mehta | eb96137 | 2016-01-04 15:48:37 +0530 | [diff] [blame] | 157 | "is_help": True, |
Suraj Shetty | 89625b6 | 2018-12-21 11:04:32 +0530 | [diff] [blame] | 158 | "label": _("Help"), |
Rushabh Mehta | 0e2dd85 | 2016-04-13 17:21:57 +0530 | [diff] [blame] | 159 | "hidden": 1 |
Kanchan Chauhan | fb3eb13 | 2016-06-29 15:04:08 +0530 | [diff] [blame] | 160 | }, |
| 161 | { |
| 162 | "module_name": "Maintenance", |
| 163 | "color": "#FF888B", |
| 164 | "icon": "octicon octicon-tools", |
| 165 | "type": "module", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 166 | "label": _("Maintenance"), |
| 167 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 168 | }, |
| 169 | { |
| 170 | "module_name": "Student", |
| 171 | "color": "#c0392b", |
| 172 | "icon": "octicon octicon-person", |
| 173 | "label": _("Student"), |
| 174 | "link": "List/Student", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 175 | "_doctype": "Student", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 176 | "type": "list", |
| 177 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 178 | }, |
| 179 | { |
| 180 | "module_name": "Student Group", |
| 181 | "color": "#d59919", |
| 182 | "icon": "octicon octicon-organization", |
| 183 | "label": _("Student Group"), |
| 184 | "link": "List/Student Group", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 185 | "_doctype": "Student Group", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 186 | "type": "list", |
| 187 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 188 | }, |
| 189 | { |
| 190 | "module_name": "Course Schedule", |
| 191 | "color": "#fd784f", |
| 192 | "icon": "octicon octicon-calendar", |
| 193 | "label": _("Course Schedule"), |
Manas Solanki | 1fa9925 | 2018-03-07 12:08:52 +0530 | [diff] [blame] | 194 | "link": "List/Course Schedule/Calendar", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 195 | "_doctype": "Course Schedule", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 196 | "type": "list", |
| 197 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 198 | }, |
| 199 | { |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 200 | "module_name": "Student Attendance Tool", |
| 201 | "color": "#C0392B", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 202 | "icon": "octicon octicon-checklist", |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 203 | "label": _("Student Attendance Tool"), |
| 204 | "link": "List/Student Attendance Tool", |
| 205 | "_doctype": "Student Attendance Tool", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 206 | "type": "list", |
| 207 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 208 | }, |
| 209 | { |
| 210 | "module_name": "Course", |
| 211 | "color": "#8e44ad", |
| 212 | "icon": "octicon octicon-book", |
| 213 | "label": _("Course"), |
| 214 | "link": "List/Course", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 215 | "_doctype": "Course", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 216 | "type": "list", |
| 217 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 218 | }, |
| 219 | { |
| 220 | "module_name": "Program", |
| 221 | "color": "#9b59b6", |
| 222 | "icon": "octicon octicon-repo", |
| 223 | "label": _("Program"), |
| 224 | "link": "List/Program", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 225 | "_doctype": "Program", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 226 | "type": "list", |
| 227 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 228 | }, |
| 229 | { |
| 230 | "module_name": "Student Applicant", |
| 231 | "color": "#4d927f", |
| 232 | "icon": "octicon octicon-clippy", |
| 233 | "label": _("Student Applicant"), |
| 234 | "link": "List/Student Applicant", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 235 | "_doctype": "Student Applicant", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 236 | "type": "list", |
| 237 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 238 | }, |
| 239 | { |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 240 | "module_name": "Fees", |
| 241 | "color": "#83C21E", |
Rushabh Mehta | 2167ff5 | 2016-12-07 11:08:48 +0530 | [diff] [blame] | 242 | "icon": "fa fa-money", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 243 | "label": _("Fees"), |
| 244 | "link": "List/Fees", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 245 | "_doctype": "Fees", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 246 | "type": "list", |
| 247 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 248 | }, |
| 249 | { |
| 250 | "module_name": "Instructor", |
| 251 | "color": "#a99e4c", |
| 252 | "icon": "octicon octicon-broadcast", |
| 253 | "label": _("Instructor"), |
| 254 | "link": "List/Instructor", |
Rushabh Mehta | 11900e8 | 2016-07-22 10:58:56 +0530 | [diff] [blame] | 255 | "_doctype": "Instructor", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 256 | "type": "list", |
| 257 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 258 | }, |
| 259 | { |
| 260 | "module_name": "Room", |
| 261 | "color": "#f22683", |
Rushabh Mehta | 2167ff5 | 2016-12-07 11:08:48 +0530 | [diff] [blame] | 262 | "icon": "fa fa-map-marker", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 263 | "label": _("Room"), |
| 264 | "link": "List/Room", |
Neil Trini Lasrado | 50b2278 | 2016-08-01 23:45:33 +0530 | [diff] [blame] | 265 | "_doctype": "Room", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 266 | "type": "list", |
| 267 | "hidden": 1 |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 268 | }, |
| 269 | { |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 270 | "module_name": "Education", |
| 271 | "color": "#428B46", |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 272 | "icon": "octicon octicon-mortar-board", |
| 273 | "type": "module", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 274 | "label": _("Education"), |
| 275 | "hidden": 1 |
Rushabh Mehta | f056974 | 2017-09-13 12:52:30 +0530 | [diff] [blame] | 276 | }, |
system19 | 4e195d9 | 2018-01-30 19:18:24 +1100 | [diff] [blame] | 277 | { |
Rushabh Mehta | f056974 | 2017-09-13 12:52:30 +0530 | [diff] [blame] | 278 | "module_name": "Healthcare", |
| 279 | "color": "#FF888B", |
Raghavendra Kamath | 2967ec3 | 2018-01-17 16:11:09 +0530 | [diff] [blame] | 280 | "icon": "fa fa-heartbeat", |
Rushabh Mehta | f056974 | 2017-09-13 12:52:30 +0530 | [diff] [blame] | 281 | "type": "module", |
Faris Ansari | fd345f8 | 2017-10-05 11:17:30 +0530 | [diff] [blame] | 282 | "label": _("Healthcare"), |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 283 | "hidden": 1 |
Faris Ansari | fd345f8 | 2017-10-05 11:17:30 +0530 | [diff] [blame] | 284 | }, |
Raghavendra Kamath | 2967ec3 | 2018-01-17 16:11:09 +0530 | [diff] [blame] | 285 | { |
Raghavendra Kamath | 2967ec3 | 2018-01-17 16:11:09 +0530 | [diff] [blame] | 286 | "module_name": "Patient", |
| 287 | "color": "#6BE273", |
| 288 | "icon": "fa fa-user", |
| 289 | "doctype": "Patient", |
| 290 | "type": "link", |
system19 | 4e195d9 | 2018-01-30 19:18:24 +1100 | [diff] [blame] | 291 | "link": "List/Patient", |
| 292 | "label": _("Patient"), |
| 293 | "hidden": 1 |
Raghavendra Kamath | 2967ec3 | 2018-01-17 16:11:09 +0530 | [diff] [blame] | 294 | }, |
| 295 | { |
Jamsheer | 14c6ab0 | 2018-10-10 14:44:36 +0530 | [diff] [blame] | 296 | "module_name": "Healthcare Practitioner", |
| 297 | "color": "#2ecc71", |
| 298 | "icon": "fa fa-user-md", |
| 299 | "doctype": "Healthcare Practitioner", |
| 300 | "type": "link", |
| 301 | "link": "List/Healthcare Practitioner", |
| 302 | "label": _("Healthcare Practitioner"), |
| 303 | "hidden": 1 |
| 304 | }, |
| 305 | { |
Raghavendra Kamath | 2967ec3 | 2018-01-17 16:11:09 +0530 | [diff] [blame] | 306 | "module_name": "Patient Appointment", |
| 307 | "color": "#934F92", |
| 308 | "icon": "fa fa-calendar-plus-o", |
| 309 | "doctype": "Patient Appointment", |
| 310 | "type": "link", |
system19 | 4e195d9 | 2018-01-30 19:18:24 +1100 | [diff] [blame] | 311 | "link": "List/Patient Appointment", |
| 312 | "label": _("Patient Appointment"), |
| 313 | "hidden": 1 |
| 314 | }, |
| 315 | { |
Jamsheer | f926911 | 2018-07-16 18:08:53 +0530 | [diff] [blame] | 316 | "module_name": "Patient Encounter", |
system19 | 4e195d9 | 2018-01-30 19:18:24 +1100 | [diff] [blame] | 317 | "color": "#2ecc71", |
| 318 | "icon": "fa fa-stethoscope", |
Jamsheer | f926911 | 2018-07-16 18:08:53 +0530 | [diff] [blame] | 319 | "doctype": "Patient Encounter", |
system19 | 4e195d9 | 2018-01-30 19:18:24 +1100 | [diff] [blame] | 320 | "type": "link", |
Jamsheer | f926911 | 2018-07-16 18:08:53 +0530 | [diff] [blame] | 321 | "link": "List/Patient Encounter", |
| 322 | "label": _("Patient Encounter"), |
system19 | 4e195d9 | 2018-01-30 19:18:24 +1100 | [diff] [blame] | 323 | "hidden": 1 |
| 324 | }, |
| 325 | { |
| 326 | "module_name": "Lab Test", |
| 327 | "color": "#7578f6", |
| 328 | "icon": "octicon octicon-beaker", |
| 329 | "doctype": "Lab Test", |
| 330 | "type": "list", |
| 331 | "link": "List/Lab Test", |
| 332 | "label": _("Lab Test"), |
| 333 | "hidden": 1 |
Raghavendra Kamath | 2967ec3 | 2018-01-17 16:11:09 +0530 | [diff] [blame] | 334 | }, |
Jamsheer | 14c6ab0 | 2018-10-10 14:44:36 +0530 | [diff] [blame] | 335 | { |
| 336 | "module_name": "Vital Signs", |
| 337 | "color": "#2ecc71", |
| 338 | "icon": "fa fa-thermometer-empty", |
| 339 | "doctype": "Vital Signs", |
| 340 | "type": "list", |
| 341 | "link": "List/Vital Signs", |
| 342 | "label": _("Vital Signs"), |
| 343 | "hidden": 1 |
| 344 | }, |
| 345 | { |
| 346 | "module_name": "Clinical Procedure", |
| 347 | "color": "#FF888B", |
| 348 | "icon": "fa fa-medkit", |
| 349 | "doctype": "Clinical Procedure", |
| 350 | "type": "list", |
| 351 | "link": "List/Clinical Procedure", |
| 352 | "label": _("Clinical Procedure"), |
| 353 | "hidden": 1 |
| 354 | }, |
| 355 | { |
| 356 | "module_name": "Inpatient Record", |
| 357 | "color": "#7578f6", |
| 358 | "icon": "fa fa-list-alt", |
| 359 | "doctype": "Inpatient Record", |
| 360 | "type": "list", |
| 361 | "link": "List/Inpatient Record", |
| 362 | "label": _("Inpatient Record"), |
| 363 | "hidden": 1 |
| 364 | }, |
Faris Ansari | fd345f8 | 2017-10-05 11:17:30 +0530 | [diff] [blame] | 365 | { |
Prateeksha Singh | 5d227c9 | 2018-06-28 09:59:46 +0530 | [diff] [blame] | 366 | "module_name": "Hub", |
| 367 | "color": "#009248", |
| 368 | "icon": "/assets/erpnext/images/hub_logo.svg", |
| 369 | "type": "page", |
| 370 | "link": "Hub/Item", |
| 371 | "label": _("Hub") |
| 372 | }, |
| 373 | { |
Manas Solanki | 2bca5a9 | 2017-12-18 13:55:30 +0530 | [diff] [blame] | 374 | "module_name": "Data Import", |
| 375 | "color": "#FFF168", |
| 376 | "reverse": 1, |
| 377 | "doctype": "Data Import", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 378 | "icon": "octicon octicon-cloud-upload", |
Manas Solanki | 2bca5a9 | 2017-12-18 13:55:30 +0530 | [diff] [blame] | 379 | "label": _("Data Import"), |
| 380 | "link": "List/Data Import", |
| 381 | "type": "list" |
Faris Ansari | 367b90e | 2017-09-29 15:17:48 +0530 | [diff] [blame] | 382 | }, |
Rushabh Mehta | bc4e2cd | 2017-10-17 12:30:34 +0530 | [diff] [blame] | 383 | { |
| 384 | "module_name": "Restaurant", |
| 385 | "color": "#EA81E8", |
| 386 | "icon": "🍔", |
| 387 | "_doctype": "Restaurant", |
Shreya Shah | 77de8dc | 2018-06-19 10:43:08 +0530 | [diff] [blame] | 388 | "type": "module", |
Rushabh Mehta | bc4e2cd | 2017-10-17 12:30:34 +0530 | [diff] [blame] | 389 | "link": "List/Restaurant", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 390 | "label": _("Restaurant"), |
| 391 | "hidden": 1 |
| 392 | }, |
| 393 | { |
Revant Nandgaonkar | 2dee8fc | 2018-02-12 11:57:12 +0530 | [diff] [blame] | 394 | "module_name": "Hotels", |
| 395 | "color": "#EA81E8", |
| 396 | "icon": "fa fa-bed", |
| 397 | "type": "module", |
| 398 | "label": _("Hotels"), |
| 399 | "hidden": 1 |
| 400 | }, |
| 401 | { |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 402 | "module_name": "Agriculture", |
| 403 | "color": "#8BC34A", |
| 404 | "icon": "octicon octicon-globe", |
| 405 | "type": "module", |
| 406 | "label": _("Agriculture"), |
| 407 | "hidden": 1 |
| 408 | }, |
| 409 | { |
| 410 | "module_name": "Crop", |
| 411 | "_doctype": "Crop", |
| 412 | "label": _("Crop"), |
| 413 | "color": "#8BC34A", |
| 414 | "icon": "fa fa-tree", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 415 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 416 | "link": "List/Crop", |
| 417 | "hidden": 1 |
| 418 | }, |
| 419 | { |
| 420 | "module_name": "Crop Cycle", |
| 421 | "_doctype": "Crop Cycle", |
| 422 | "label": _("Crop Cycle"), |
| 423 | "color": "#8BC34A", |
| 424 | "icon": "fa fa-circle-o-notch", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 425 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 426 | "link": "List/Crop Cycle", |
| 427 | "hidden": 1 |
| 428 | }, |
| 429 | { |
| 430 | "module_name": "Fertilizer", |
| 431 | "_doctype": "Fertilizer", |
| 432 | "label": _("Fertilizer"), |
| 433 | "color": "#8BC34A", |
| 434 | "icon": "fa fa-leaf", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 435 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 436 | "link": "List/Fertilizer", |
| 437 | "hidden": 1 |
| 438 | }, |
| 439 | { |
Alchez | df1eae8 | 2018-07-13 12:50:04 +0530 | [diff] [blame] | 440 | "module_name": "Location", |
| 441 | "_doctype": "Location", |
| 442 | "label": _("Location"), |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 443 | "color": "#8BC34A", |
| 444 | "icon": "fa fa-map", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 445 | "type": "list", |
Alchez | df1eae8 | 2018-07-13 12:50:04 +0530 | [diff] [blame] | 446 | "link": "List/Location", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 447 | "hidden": 1 |
| 448 | }, |
| 449 | { |
| 450 | "module_name": "Disease", |
| 451 | "_doctype": "Disease", |
| 452 | "label": _("Disease"), |
| 453 | "color": "#8BC34A", |
| 454 | "icon": "octicon octicon-bug", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 455 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 456 | "link": "List/Disease", |
| 457 | "hidden": 1 |
| 458 | }, |
| 459 | { |
| 460 | "module_name": "Plant Analysis", |
| 461 | "_doctype": "Plant Analysis", |
| 462 | "label": _("Plant Analysis"), |
| 463 | "color": "#8BC34A", |
| 464 | "icon": "fa fa-pagelines", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 465 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 466 | "link": "List/Plant Analysis", |
| 467 | "hidden": 1 |
| 468 | }, |
| 469 | { |
| 470 | "module_name": "Soil Analysis", |
| 471 | "_doctype": "Soil Analysis", |
| 472 | "label": _("Soil Analysis"), |
| 473 | "color": "#8BC34A", |
| 474 | "icon": "fa fa-flask", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 475 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 476 | "link": "List/Soil Analysis", |
| 477 | "hidden": 1 |
| 478 | }, |
| 479 | { |
| 480 | "module_name": "Soil Texture", |
| 481 | "_doctype": "Soil Texture", |
| 482 | "label": _("Soil Texture"), |
| 483 | "color": "#8BC34A", |
| 484 | "icon": "octicon octicon-beaker", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 485 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 486 | "link": "List/Soil Texture", |
| 487 | "hidden": 1 |
| 488 | }, |
| 489 | { |
| 490 | "module_name": "Water Analysis", |
| 491 | "_doctype": "Water Analysis", |
| 492 | "label": _("Water Analysis"), |
| 493 | "color": "#8BC34A", |
| 494 | "icon": "fa fa-tint", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 495 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 496 | "link": "List/Water Analysis", |
| 497 | "hidden": 1 |
| 498 | }, |
| 499 | { |
| 500 | "module_name": "Weather", |
| 501 | "_doctype": "Weather", |
| 502 | "label": _("Weather"), |
| 503 | "color": "#8BC34A", |
| 504 | "icon": "fa fa-sun-o", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 505 | "type": "list", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 506 | "link": "List/Weather", |
| 507 | "hidden": 1 |
Kanchan Chauhan | e58a41a | 2017-10-17 15:17:24 +0530 | [diff] [blame] | 508 | }, |
| 509 | { |
| 510 | "module_name": "Assets", |
| 511 | "color": "#4286f4", |
| 512 | "icon": "octicon octicon-database", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 513 | "hidden": 1, |
| 514 | "label": _("Assets"), |
Kanchan Chauhan | e58a41a | 2017-10-17 15:17:24 +0530 | [diff] [blame] | 515 | "type": "module" |
| 516 | }, |
Vishal | ca61453 | 2017-09-11 15:13:16 +0530 | [diff] [blame] | 517 | { |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 518 | "module_name": "Grant Application", |
| 519 | "color": "#E9AB17", |
| 520 | "icon": "fa fa-gift", |
| 521 | "_doctype": "Grant Application", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 522 | "type": "list", |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 523 | "link": "List/Grant Application", |
Vishal | 7411617 | 2017-12-05 15:43:19 +0530 | [diff] [blame] | 524 | "label": _("Grant Application"), |
| 525 | "hidden": 1 |
| 526 | |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 527 | }, |
| 528 | { |
| 529 | "module_name": "Donor", |
| 530 | "color": "#7F5A58", |
| 531 | "icon": "fa fa-tint", |
| 532 | "_doctype": "Donor", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 533 | "type": "list", |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 534 | "link": "List/Donor", |
Vishal | 7411617 | 2017-12-05 15:43:19 +0530 | [diff] [blame] | 535 | "label": _("Donor"), |
| 536 | "hidden": 1 |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 537 | }, |
| 538 | { |
| 539 | "module_name": "Volunteer", |
| 540 | "color": "#7E587E", |
| 541 | "icon": "fa fa-angellist", |
| 542 | "_doctype": "Volunteer", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 543 | "type": "list", |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 544 | "link": "List/Volunteer", |
Vishal | 7411617 | 2017-12-05 15:43:19 +0530 | [diff] [blame] | 545 | "label": _("Volunteer"), |
| 546 | "hidden": 1 |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 547 | }, |
| 548 | { |
| 549 | "module_name": "Member", |
| 550 | "color": "#79BAEC", |
| 551 | "icon": "fa fa-users", |
| 552 | "_doctype": "Member", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 553 | "type": "list", |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 554 | "link": "List/Member", |
Vishal | 7411617 | 2017-12-05 15:43:19 +0530 | [diff] [blame] | 555 | "label": _("Member"), |
| 556 | "hidden": 1 |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 557 | }, |
| 558 | { |
| 559 | "module_name": "Chapter", |
| 560 | "color": "#3B9C9C", |
| 561 | "icon": "fa fa-handshake-o", |
| 562 | "_doctype": "Chapter", |
Manas Solanki | 6a415bd | 2017-12-12 13:24:13 +0530 | [diff] [blame] | 563 | "type": "list", |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 564 | "link": "List/Chapter", |
Vishal | 7411617 | 2017-12-05 15:43:19 +0530 | [diff] [blame] | 565 | "label": _("Chapter"), |
| 566 | "hidden": 1 |
Vishal | a68234d | 2017-11-22 23:11:12 +0530 | [diff] [blame] | 567 | }, |
| 568 | { |
Vishal | ca61453 | 2017-09-11 15:13:16 +0530 | [diff] [blame] | 569 | "module_name": "Non Profit", |
| 570 | "color": "#DE2B37", |
| 571 | "icon": "octicon octicon-heart", |
| 572 | "type": "module", |
Vishal | 7411617 | 2017-12-05 15:43:19 +0530 | [diff] [blame] | 573 | "label": _("Non Profit"), |
| 574 | "hidden": 1 |
Vishal | ca61453 | 2017-09-11 15:13:16 +0530 | [diff] [blame] | 575 | } |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 576 | ] |