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 | |
Ankush Menat | ec74a5e | 2024-03-10 19:45:40 +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", |
Ankush Menat | ec74a5e | 2024-03-10 19:45:40 +0530 | [diff] [blame] | 11 | Territory: "Selling", |
Rushabh Mehta | f5f0d5a | 2015-03-09 15:47:15 +0530 | [diff] [blame] | 12 | "Sales Person": "Selling", |
| 13 | "Sales Partner": "Selling", |
Ankush Menat | ec74a5e | 2024-03-10 19:45:40 +0530 | [diff] [blame] | 14 | Brand: "Stock", |
Abhishek Balam | 97f61d2 | 2020-09-21 13:00:43 +0530 | [diff] [blame] | 15 | "Maintenance Schedule": "Support", |
Ankush Menat | ec74a5e | 2024-03-10 19:45:40 +0530 | [diff] [blame] | 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, { |
Ankush Menat | ec74a5e | 2024-03-10 19:45:40 +0530 | [diff] [blame] | 20 | "ERPNext Integrations": "Integrations", |
| 21 | Geo: "Settings", |
| 22 | Portal: "Website", |
| 23 | Utilities: "Settings", |
| 24 | "E-commerce": "Website", |
| 25 | Contacts: "CRM", |
Suraj Shetty | 7837fbe | 2019-07-10 19:39:40 +0530 | [diff] [blame] | 26 | }); |