Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 1 | { |
Pratik Vyas | c3d8b06 | 2013-12-05 16:56:37 +0600 | [diff] [blame] | 2 | "app_name": "ERPNext", |
Pratik Vyas | 8821541 | 2014-01-27 17:49:45 +0600 | [diff] [blame^] | 3 | "app_version": "3.7.0", |
Pratik Vyas | c3d8b06 | 2013-12-05 16:56:37 +0600 | [diff] [blame] | 4 | "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 Vyas | 8821541 | 2014-01-27 17:49:45 +0600 | [diff] [blame^] | 77 | "requires_framework_version": "==3.8.0" |
Pratik Vyas | c3d8b06 | 2013-12-05 16:56:37 +0600 | [diff] [blame] | 78 | } |