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