Anand Doshi | 885e074 | 2015-03-03 14:55:30 +0530 | [diff] [blame] | 1 | // Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 2 | // License: GNU General Public License v3. See license.txt |
| 3 | |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 4 | frappe.provide('erpnext'); |
Rushabh Mehta | 8c309be | 2012-01-20 13:47:16 +0530 | [diff] [blame] | 5 | |
Rushabh Mehta | f5f0d5a | 2015-03-09 15:47:15 +0530 | [diff] [blame] | 6 | // preferred modules for breadcrumbs |
| 7 | $.extend(frappe.breadcrumbs.preferred, { |
| 8 | "Item Group": "Stock", |
| 9 | "Customer Group": "Selling", |
Zlash65 | 2e08098 | 2018-04-19 18:37:53 +0530 | [diff] [blame] | 10 | "Supplier Group": "Buying", |
Rushabh Mehta | f5f0d5a | 2015-03-09 15:47:15 +0530 | [diff] [blame] | 11 | "Territory": "Selling", |
| 12 | "Sales Person": "Selling", |
| 13 | "Sales Partner": "Selling", |
Abhishek Balam | 97f61d2 | 2020-09-21 13:00:43 +0530 | [diff] [blame] | 14 | "Brand": "Stock", |
| 15 | "Maintenance Schedule": "Support", |
| 16 | "Maintenance Visit": "Support" |
Rushabh Mehta | f5f0d5a | 2015-03-09 15:47:15 +0530 | [diff] [blame] | 17 | }); |
Faris Ansari | ab46f0f | 2019-07-10 18:49:41 +0530 | [diff] [blame] | 18 | |
| 19 | $.extend(frappe.breadcrumbs.module_map, { |
| 20 | 'ERPNext Integrations': 'Integrations', |
| 21 | 'Geo': 'Settings', |
Faris Ansari | ab46f0f | 2019-07-10 18:49:41 +0530 | [diff] [blame] | 22 | 'Portal': 'Website', |
Faris Ansari | a7a6987 | 2019-07-10 19:22:16 +0530 | [diff] [blame] | 23 | 'Utilities': 'Settings', |
marination | 22f41a1 | 2021-02-25 13:56:38 +0530 | [diff] [blame] | 24 | 'E-commerce': 'Website', |
Faris Ansari | a7a6987 | 2019-07-10 19:22:16 +0530 | [diff] [blame] | 25 | 'Contacts': 'CRM' |
Suraj Shetty | 7837fbe | 2019-07-10 19:39:40 +0530 | [diff] [blame] | 26 | }); |