blob: 700013fcd9da6cfed5dc985853af7ccd4c21f15c [file] [log] [blame]
Rushabh Mehta793ba6b2014-02-14 15:47:51 +05301from frappe import _
Rushabh Mehta22ababb2014-02-07 18:12:43 +05302
3data = {
Rushabh Mehtab63d5502013-12-23 16:09:00 +05304 "Accounts": {
5 "color": "#3498db",
6 "icon": "icon-money",
Rushabh Mehtab63d5502013-12-23 16:09:00 +05307 "type": "module"
8 },
9 "Activity": {
10 "color": "#e67e22",
11 "icon": "icon-play",
Rushabh Mehta22ababb2014-02-07 18:12:43 +053012 "label": _("Activity"),
Rushabh Mehtab63d5502013-12-23 16:09:00 +053013 "link": "activity",
14 "type": "page"
15 },
16 "Buying": {
17 "color": "#c0392b",
18 "icon": "icon-shopping-cart",
Rushabh Mehtab63d5502013-12-23 16:09:00 +053019 "type": "module"
20 },
21 "HR": {
22 "color": "#2ecc71",
23 "icon": "icon-group",
Rushabh Mehta22ababb2014-02-07 18:12:43 +053024 "label": _("Human Resources"),
Rushabh Mehtab63d5502013-12-23 16:09:00 +053025 "type": "module"
26 },
27 "Manufacturing": {
28 "color": "#7f8c8d",
29 "icon": "icon-cogs",
Rushabh Mehtab63d5502013-12-23 16:09:00 +053030 "type": "module"
31 },
32 "Notes": {
33 "color": "#95a5a6",
34 "doctype": "Note",
35 "icon": "icon-file-alt",
Rushabh Mehta22ababb2014-02-07 18:12:43 +053036 "label": _("Notes"),
Rushabh Mehtab63d5502013-12-23 16:09:00 +053037 "link": "List/Note",
38 "type": "list"
39 },
40 "Projects": {
41 "color": "#8e44ad",
42 "icon": "icon-puzzle-piece",
Rushabh Mehtab63d5502013-12-23 16:09:00 +053043 "type": "module"
44 },
45 "Selling": {
46 "color": "#1abc9c",
47 "icon": "icon-tag",
Rushabh Mehtab63d5502013-12-23 16:09:00 +053048 "type": "module"
49 },
Rushabh Mehtab63d5502013-12-23 16:09:00 +053050 "Stock": {
51 "color": "#f39c12",
52 "icon": "icon-truck",
Rushabh Mehtab63d5502013-12-23 16:09:00 +053053 "type": "module"
54 },
55 "Support": {
56 "color": "#2c3e50",
57 "icon": "icon-phone",
Rushabh Mehtab63d5502013-12-23 16:09:00 +053058 "type": "module"
59 }
60}