blob: a0f56a2d07faf0726b621a438f18faa4c3b83828 [file] [log] [blame]
Anand Doshi885e0742015-03-03 14:55:30 +05301// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05302// License: GNU General Public License v3. See license.txt
3
Rushabh Mehta793ba6b2014-02-14 15:47:51 +05304frappe.provide('erpnext');
Rushabh Mehta8c309be2012-01-20 13:47:16 +05305
Rushabh Mehtaf5f0d5a2015-03-09 15:47:15 +05306// preferred modules for breadcrumbs
7$.extend(frappe.breadcrumbs.preferred, {
8 "Item Group": "Stock",
9 "Customer Group": "Selling",
Zlash652e080982018-04-19 18:37:53 +053010 "Supplier Group": "Buying",
Rushabh Mehtaf5f0d5a2015-03-09 15:47:15 +053011 "Territory": "Selling",
12 "Sales Person": "Selling",
13 "Sales Partner": "Selling",
Abhishek Balam97f61d22020-09-21 13:00:43 +053014 "Brand": "Stock",
15 "Maintenance Schedule": "Support",
16 "Maintenance Visit": "Support"
Rushabh Mehtaf5f0d5a2015-03-09 15:47:15 +053017});
Faris Ansariab46f0f2019-07-10 18:49:41 +053018
19$.extend(frappe.breadcrumbs.module_map, {
20 'ERPNext Integrations': 'Integrations',
21 'Geo': 'Settings',
Faris Ansariab46f0f2019-07-10 18:49:41 +053022 'Portal': 'Website',
Faris Ansaria7a69872019-07-10 19:22:16 +053023 'Utilities': 'Settings',
marination22f41a12021-02-25 13:56:38 +053024 'E-commerce': 'Website',
Faris Ansaria7a69872019-07-10 19:22:16 +053025 'Contacts': 'CRM'
Suraj Shetty7837fbe2019-07-10 19:39:40 +053026});