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