Anand Doshi | d57e793 | 2015-02-24 12:24:53 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 2 | from frappe import _ |
Rushabh Mehta | 22ababb | 2014-02-07 18:12:43 +0530 | [diff] [blame] | 3 | |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 4 | def get_data(): |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 5 | return [ |
| 6 | { |
| 7 | "module_name": "Accounts", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 8 | "color": "#3498db", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 9 | "icon": "octicon octicon-repo", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 10 | "type": "module" |
| 11 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 12 | { |
| 13 | "module_name": "CRM", |
| 14 | "color": "#EF4DB6", |
| 15 | "icon": "octicon octicon-broadcast", |
| 16 | "type": "module" |
| 17 | }, |
| 18 | { |
| 19 | "module_name": "Selling", |
| 20 | "color": "#1abc9c", |
| 21 | "icon": "icon-tag", |
| 22 | "icon": "octicon octicon-tag", |
| 23 | "type": "module" |
| 24 | }, |
| 25 | { |
| 26 | "module_name": "Buying", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 27 | "color": "#c0392b", |
| 28 | "icon": "icon-shopping-cart", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 29 | "icon": "octicon octicon-briefcase", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 30 | "type": "module" |
| 31 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 32 | { |
| 33 | "module_name": "HR", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 34 | "color": "#2ecc71", |
| 35 | "icon": "icon-group", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 36 | "icon": "octicon octicon-organization", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 37 | "label": _("Human Resources"), |
| 38 | "type": "module" |
| 39 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 40 | { |
| 41 | "module_name": "Manufacturing", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 42 | "color": "#7f8c8d", |
| 43 | "icon": "icon-cogs", |
Rushabh Mehta | ff58261 | 2015-01-02 14:40:48 +0530 | [diff] [blame] | 44 | "icon": "octicon octicon-tools", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 45 | "type": "module" |
| 46 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 47 | { |
| 48 | "module_name": "POS", |
Rushabh Mehta | 72e1719 | 2014-08-08 15:30:49 +0530 | [diff] [blame] | 49 | "color": "#589494", |
| 50 | "icon": "icon-th", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 51 | "icon": "octicon octicon-credit-card", |
Rushabh Mehta | 72e1719 | 2014-08-08 15:30:49 +0530 | [diff] [blame] | 52 | "type": "page", |
Rushabh Mehta | eb96137 | 2016-01-04 15:48:37 +0530 | [diff] [blame] | 53 | "link": "pos", |
| 54 | "label": _("POS") |
Rushabh Mehta | 72e1719 | 2014-08-08 15:30:49 +0530 | [diff] [blame] | 55 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 56 | { |
| 57 | "module_name": "Projects", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 58 | "color": "#8e44ad", |
| 59 | "icon": "icon-puzzle-piece", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 60 | "icon": "octicon octicon-rocket", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 61 | "type": "module" |
| 62 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 63 | { |
| 64 | "module_name": "Stock", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 65 | "color": "#f39c12", |
| 66 | "icon": "icon-truck", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 67 | "icon": "octicon octicon-package", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 68 | "type": "module" |
| 69 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 70 | { |
| 71 | "module_name": "Support", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 72 | "color": "#2c3e50", |
| 73 | "icon": "icon-phone", |
Rushabh Mehta | 7b822ab | 2014-12-31 14:42:23 +0530 | [diff] [blame] | 74 | "icon": "octicon octicon-issue-opened", |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 75 | "type": "module" |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 76 | }, |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 77 | { |
| 78 | "module_name": "Learn", |
Rushabh Mehta | 7d23e42 | 2015-11-02 10:45:18 +0530 | [diff] [blame] | 79 | "color": "#FF888B", |
Rushabh Mehta | 7d23e42 | 2015-11-02 10:45:18 +0530 | [diff] [blame] | 80 | "icon": "octicon octicon-device-camera-video", |
Rushabh Mehta | 6771240 | 2015-05-25 18:30:53 +0530 | [diff] [blame] | 81 | "type": "module", |
Rushabh Mehta | eb96137 | 2016-01-04 15:48:37 +0530 | [diff] [blame] | 82 | "is_help": True, |
| 83 | "label": _("Learn") |
Nabin Hait | e608539 | 2014-05-16 19:56:06 +0530 | [diff] [blame] | 84 | } |
Rushabh Mehta | 1bf440b | 2016-01-14 18:14:50 +0530 | [diff] [blame] | 85 | ] |