blob: 17b01edb25c29c7fece4445d1e194bad84d3a69a [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
Rushabh Mehtaacd33672013-08-26 16:17:50 +05302 "app_name": "ERPNext",
Rushabh Mehta4c6120a2013-09-10 12:18:58 +05303 "base_template": "app/portal/templates/base.html",
Rushabh Mehta27c40792013-04-03 15:21:44 +05304 "modules": {
5 "Selling": {
6 "link": "selling-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +05307 "color": "#1abc9c",
Rushabh Mehta27c40792013-04-03 15:21:44 +05308 "icon": "icon-tag",
9 "type": "module"
10 },
11 "Accounts": {
12 "link": "accounts-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053013 "color": "#3498db",
Rushabh Mehta27c40792013-04-03 15:21:44 +053014 "icon": "icon-money",
15 "type": "module"
16 },
17 "Stock": {
18 "type": "module",
19 "link": "stock-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053020 "color": "#f39c12",
Rushabh Mehta27c40792013-04-03 15:21:44 +053021 "icon": "icon-truck"
22 },
23 "Buying": {
24 "type": "module",
25 "link": "buying-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053026 "color": "#c0392b",
Rushabh Mehta27c40792013-04-03 15:21:44 +053027 "icon": "icon-shopping-cart"
28 },
29 "Support": {
30 "type": "module",
31 "link": "support-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053032 "color": "#2c3e50",
Rushabh Mehta27c40792013-04-03 15:21:44 +053033 "icon": "icon-phone"
34 },
35 "Projects": {
36 "type": "module",
37 "link": "projects-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053038 "color": "#8e44ad",
Rushabh Mehtaf79e3452013-06-07 12:58:29 +053039 "icon": "icon-puzzle-piece"
Rushabh Mehta27c40792013-04-03 15:21:44 +053040 },
41 "Manufacturing": {
42 "type": "module",
43 "link": "manufacturing-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053044 "color": "#7f8c8d",
45 "icon": "icon-cogs"
Rushabh Mehta27c40792013-04-03 15:21:44 +053046 },
Rushabh Mehta27c40792013-04-03 15:21:44 +053047 "HR": {
48 "type": "module",
49 "link": "hr-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053050 "color": "#2ecc71",
Rushabh Mehta27c40792013-04-03 15:21:44 +053051 "label": "Human Resources",
52 "icon": "icon-group"
53 },
54 "Setup": {
55 "type": "setup",
56 "link": "Setup",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053057 "color": "#bdc3c7",
Rushabh Mehta27c40792013-04-03 15:21:44 +053058 "icon": "icon-wrench"
59 },
60 "Activity": {
61 "type": "page",
62 "link": "activity",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053063 "color": "#e67e22",
Rushabh Mehta27c40792013-04-03 15:21:44 +053064 "icon": "icon-play",
65 "label": "Activity"
66 },
Rushabh Mehta9b10e362013-05-24 16:00:56 +053067 "Notes": {
68 "type": "list",
69 "doctype": "Note",
70 "link": "List/Note",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053071 "color": "#95a5a6",
Rushabh Mehta9b10e362013-05-24 16:00:56 +053072 "label": "Notes",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053073 "icon": "icon-file-alt"
Rushabh Mehta27c40792013-04-03 15:21:44 +053074 }
Rushabh Mehta27c40792013-04-03 15:21:44 +053075 }
76}