blob: 62013af8da7d3b68c0f89662286d1a603630aaeb [file] [log] [blame]
Rushabh Mehta22ababb2014-02-07 18:12:43 +05301from webnotes import _
2
3data = {
Rushabh Mehtab63d5502013-12-23 16:09:00 +05304 "Accounts": {
5 "color": "#3498db",
6 "icon": "icon-money",
7 "link": "accounts-home",
8 "type": "module"
9 },
10 "Activity": {
11 "color": "#e67e22",
12 "icon": "icon-play",
Rushabh Mehta22ababb2014-02-07 18:12:43 +053013 "label": _("Activity"),
Rushabh Mehtab63d5502013-12-23 16:09:00 +053014 "link": "activity",
15 "type": "page"
16 },
17 "Buying": {
18 "color": "#c0392b",
19 "icon": "icon-shopping-cart",
20 "link": "buying-home",
21 "type": "module"
22 },
23 "HR": {
24 "color": "#2ecc71",
25 "icon": "icon-group",
Rushabh Mehta22ababb2014-02-07 18:12:43 +053026 "label": _("Human Resources"),
Rushabh Mehtab63d5502013-12-23 16:09:00 +053027 "link": "hr-home",
28 "type": "module"
29 },
30 "Manufacturing": {
31 "color": "#7f8c8d",
32 "icon": "icon-cogs",
33 "link": "manufacturing-home",
34 "type": "module"
35 },
36 "Notes": {
37 "color": "#95a5a6",
38 "doctype": "Note",
39 "icon": "icon-file-alt",
Rushabh Mehta22ababb2014-02-07 18:12:43 +053040 "label": _("Notes"),
Rushabh Mehtab63d5502013-12-23 16:09:00 +053041 "link": "List/Note",
42 "type": "list"
43 },
44 "Projects": {
45 "color": "#8e44ad",
46 "icon": "icon-puzzle-piece",
47 "link": "projects-home",
48 "type": "module"
49 },
50 "Selling": {
51 "color": "#1abc9c",
52 "icon": "icon-tag",
53 "link": "selling-home",
54 "type": "module"
55 },
56 "Setup": {
57 "color": "#bdc3c7",
58 "icon": "icon-wrench",
59 "link": "Setup",
60 "type": "setup"
61 },
62 "Stock": {
63 "color": "#f39c12",
64 "icon": "icon-truck",
65 "link": "stock-home",
66 "type": "module"
67 },
68 "Support": {
69 "color": "#2c3e50",
70 "icon": "icon-phone",
71 "link": "support-home",
72 "type": "module"
73 }
74}