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", |
Parth Kharwar | 2bccd7f | 2020-01-30 12:12:42 +0530 | [diff] [blame] | 14 | "Brand": "Stock" |
Rushabh Mehta | f5f0d5a | 2015-03-09 15:47:15 +0530 | [diff] [blame] | 15 | }); |
Faris Ansari | ab46f0f | 2019-07-10 18:49:41 +0530 | [diff] [blame] | 16 | |
| 17 | $.extend(frappe.breadcrumbs.module_map, { |
| 18 | 'ERPNext Integrations': 'Integrations', |
| 19 | 'Geo': 'Settings', |
Faris Ansari | ab46f0f | 2019-07-10 18:49:41 +0530 | [diff] [blame] | 20 | 'Portal': 'Website', |
Faris Ansari | a7a6987 | 2019-07-10 19:22:16 +0530 | [diff] [blame] | 21 | 'Utilities': 'Settings', |
| 22 | 'Shopping Cart': 'Website', |
| 23 | 'Contacts': 'CRM' |
Suraj Shetty | 7837fbe | 2019-07-10 19:39:40 +0530 | [diff] [blame] | 24 | }); |