blob: 4578a88d866469d8249122af7fbf0ef2edf50a7e [file] [log] [blame]
Rushabh Mehta27c40792013-04-03 15:21:44 +05301{
Rushabh Mehtaacd33672013-08-26 16:17:50 +05302 "app_name": "ERPNext",
Pratik Vyas49419fc2013-11-28 09:56:03 +05303 "app_verion": "3.0.0",
4 "requires_framework_version": "==3.0.0",
Rushabh Mehta4c6120a2013-09-10 12:18:58 +05305 "base_template": "app/portal/templates/base.html",
Rushabh Mehta27c40792013-04-03 15:21:44 +05306 "modules": {
7 "Selling": {
8 "link": "selling-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +05309 "color": "#1abc9c",
Rushabh Mehta27c40792013-04-03 15:21:44 +053010 "icon": "icon-tag",
11 "type": "module"
12 },
13 "Accounts": {
14 "link": "accounts-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053015 "color": "#3498db",
Rushabh Mehta27c40792013-04-03 15:21:44 +053016 "icon": "icon-money",
17 "type": "module"
18 },
19 "Stock": {
20 "type": "module",
21 "link": "stock-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053022 "color": "#f39c12",
Rushabh Mehta27c40792013-04-03 15:21:44 +053023 "icon": "icon-truck"
24 },
25 "Buying": {
26 "type": "module",
27 "link": "buying-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053028 "color": "#c0392b",
Rushabh Mehta27c40792013-04-03 15:21:44 +053029 "icon": "icon-shopping-cart"
30 },
31 "Support": {
32 "type": "module",
33 "link": "support-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053034 "color": "#2c3e50",
Rushabh Mehta27c40792013-04-03 15:21:44 +053035 "icon": "icon-phone"
36 },
37 "Projects": {
38 "type": "module",
39 "link": "projects-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053040 "color": "#8e44ad",
Rushabh Mehtaf79e3452013-06-07 12:58:29 +053041 "icon": "icon-puzzle-piece"
Rushabh Mehta27c40792013-04-03 15:21:44 +053042 },
43 "Manufacturing": {
44 "type": "module",
45 "link": "manufacturing-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053046 "color": "#7f8c8d",
47 "icon": "icon-cogs"
Rushabh Mehta27c40792013-04-03 15:21:44 +053048 },
Rushabh Mehta27c40792013-04-03 15:21:44 +053049 "HR": {
50 "type": "module",
51 "link": "hr-home",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053052 "color": "#2ecc71",
Rushabh Mehta27c40792013-04-03 15:21:44 +053053 "label": "Human Resources",
54 "icon": "icon-group"
55 },
56 "Setup": {
57 "type": "setup",
58 "link": "Setup",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053059 "color": "#bdc3c7",
Rushabh Mehta27c40792013-04-03 15:21:44 +053060 "icon": "icon-wrench"
61 },
62 "Activity": {
63 "type": "page",
64 "link": "activity",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053065 "color": "#e67e22",
Rushabh Mehta27c40792013-04-03 15:21:44 +053066 "icon": "icon-play",
67 "label": "Activity"
68 },
Rushabh Mehta9b10e362013-05-24 16:00:56 +053069 "Notes": {
70 "type": "list",
71 "doctype": "Note",
72 "link": "List/Note",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053073 "color": "#95a5a6",
Rushabh Mehta9b10e362013-05-24 16:00:56 +053074 "label": "Notes",
Rushabh Mehtaf8d2ff32013-06-04 14:41:49 +053075 "icon": "icon-file-alt"
Rushabh Mehta27c40792013-04-03 15:21:44 +053076 }
Rushabh Mehta27c40792013-04-03 15:21:44 +053077 }
Pratik Vyas49419fc2013-11-28 09:56:03 +053078}