Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 1 | { |
Rushabh Mehta | acd3367 | 2013-08-26 16:17:50 +0530 | [diff] [blame] | 2 | "app_name": "ERPNext", |
Pratik Vyas | 96a67ad | 2013-11-28 14:01:54 +0530 | [diff] [blame] | 3 | "app_version": "3.0.0", |
Pratik Vyas | 49419fc | 2013-11-28 09:56:03 +0530 | [diff] [blame] | 4 | "requires_framework_version": "==3.0.0", |
Rushabh Mehta | 4c6120a | 2013-09-10 12:18:58 +0530 | [diff] [blame] | 5 | "base_template": "app/portal/templates/base.html", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 6 | "modules": { |
| 7 | "Selling": { |
| 8 | "link": "selling-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 9 | "color": "#1abc9c", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 10 | "icon": "icon-tag", |
| 11 | "type": "module" |
| 12 | }, |
| 13 | "Accounts": { |
| 14 | "link": "accounts-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 15 | "color": "#3498db", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 16 | "icon": "icon-money", |
| 17 | "type": "module" |
| 18 | }, |
| 19 | "Stock": { |
| 20 | "type": "module", |
| 21 | "link": "stock-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 22 | "color": "#f39c12", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 23 | "icon": "icon-truck" |
| 24 | }, |
| 25 | "Buying": { |
| 26 | "type": "module", |
| 27 | "link": "buying-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 28 | "color": "#c0392b", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 29 | "icon": "icon-shopping-cart" |
| 30 | }, |
| 31 | "Support": { |
| 32 | "type": "module", |
| 33 | "link": "support-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 34 | "color": "#2c3e50", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 35 | "icon": "icon-phone" |
| 36 | }, |
| 37 | "Projects": { |
| 38 | "type": "module", |
| 39 | "link": "projects-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 40 | "color": "#8e44ad", |
Rushabh Mehta | f79e345 | 2013-06-07 12:58:29 +0530 | [diff] [blame] | 41 | "icon": "icon-puzzle-piece" |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 42 | }, |
| 43 | "Manufacturing": { |
| 44 | "type": "module", |
| 45 | "link": "manufacturing-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 46 | "color": "#7f8c8d", |
| 47 | "icon": "icon-cogs" |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 48 | }, |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 49 | "HR": { |
| 50 | "type": "module", |
| 51 | "link": "hr-home", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 52 | "color": "#2ecc71", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 53 | "label": "Human Resources", |
| 54 | "icon": "icon-group" |
| 55 | }, |
| 56 | "Setup": { |
| 57 | "type": "setup", |
| 58 | "link": "Setup", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 59 | "color": "#bdc3c7", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 60 | "icon": "icon-wrench" |
| 61 | }, |
| 62 | "Activity": { |
| 63 | "type": "page", |
| 64 | "link": "activity", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 65 | "color": "#e67e22", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 66 | "icon": "icon-play", |
| 67 | "label": "Activity" |
| 68 | }, |
Rushabh Mehta | 9b10e36 | 2013-05-24 16:00:56 +0530 | [diff] [blame] | 69 | "Notes": { |
| 70 | "type": "list", |
| 71 | "doctype": "Note", |
| 72 | "link": "List/Note", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 73 | "color": "#95a5a6", |
Rushabh Mehta | 9b10e36 | 2013-05-24 16:00:56 +0530 | [diff] [blame] | 74 | "label": "Notes", |
Rushabh Mehta | f8d2ff3 | 2013-06-04 14:41:49 +0530 | [diff] [blame] | 75 | "icon": "icon-file-alt" |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 76 | } |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 77 | } |
Pratik Vyas | 49419fc | 2013-11-28 09:56:03 +0530 | [diff] [blame] | 78 | } |