blob: bb88d76293d5059517d35e64e6587529403e08b4 [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
Pratik Vyasc3d8b062013-12-05 16:56:37 +06002 "app_name": "ERPNext",
Pratik Vyasba31ecc2013-12-14 18:29:58 +06003 "app_version": "3.2.3",
Pratik Vyasc3d8b062013-12-05 16:56:37 +06004 "base_template": "app/portal/templates/base.html",
5 "modules": {
6 "Accounts": {
7 "color": "#3498db",
8 "icon": "icon-money",
9 "link": "accounts-home",
10 "type": "module"
11 },
12 "Activity": {
13 "color": "#e67e22",
14 "icon": "icon-play",
15 "label": "Activity",
16 "link": "activity",
17 "type": "page"
18 },
19 "Buying": {
20 "color": "#c0392b",
21 "icon": "icon-shopping-cart",
22 "link": "buying-home",
23 "type": "module"
24 },
25 "HR": {
26 "color": "#2ecc71",
27 "icon": "icon-group",
28 "label": "Human Resources",
29 "link": "hr-home",
30 "type": "module"
31 },
32 "Manufacturing": {
33 "color": "#7f8c8d",
34 "icon": "icon-cogs",
35 "link": "manufacturing-home",
36 "type": "module"
37 },
38 "Notes": {
39 "color": "#95a5a6",
40 "doctype": "Note",
41 "icon": "icon-file-alt",
42 "label": "Notes",
43 "link": "List/Note",
44 "type": "list"
45 },
46 "Projects": {
47 "color": "#8e44ad",
48 "icon": "icon-puzzle-piece",
49 "link": "projects-home",
50 "type": "module"
51 },
52 "Selling": {
53 "color": "#1abc9c",
54 "icon": "icon-tag",
55 "link": "selling-home",
56 "type": "module"
57 },
58 "Setup": {
59 "color": "#bdc3c7",
60 "icon": "icon-wrench",
61 "link": "Setup",
62 "type": "setup"
63 },
64 "Stock": {
65 "color": "#f39c12",
66 "icon": "icon-truck",
67 "link": "stock-home",
68 "type": "module"
69 },
70 "Support": {
71 "color": "#2c3e50",
72 "icon": "icon-phone",
73 "link": "support-home",
74 "type": "module"
75 }
76 },
Pratik Vyas6ad89732013-12-12 13:39:21 +060077 "requires_framework_version": "==3.2.0"
Pratik Vyasc3d8b062013-12-05 16:56:37 +060078}