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