27 lines
696 B
JavaScript
Raw Normal View History

// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
2014-02-14 15:47:51 +05:30
frappe.provide('erpnext');
2012-01-20 13:47:16 +05:30
2015-03-09 15:47:15 +05:30
// preferred modules for breadcrumbs
$.extend(frappe.breadcrumbs.preferred, {
"Item Group": "Stock",
"Customer Group": "Selling",
2018-04-19 18:37:53 +05:30
"Supplier Group": "Buying",
2015-03-09 15:47:15 +05:30
"Territory": "Selling",
"Sales Person": "Selling",
"Sales Partner": "Selling",
"Brand": "Stock",
"Maintenance Schedule": "Support",
"Maintenance Visit": "Support"
2015-03-09 15:47:15 +05:30
});
2019-07-10 18:49:41 +05:30
$.extend(frappe.breadcrumbs.module_map, {
'ERPNext Integrations': 'Integrations',
'Geo': 'Settings',
'Portal': 'Website',
2019-07-10 19:22:16 +05:30
'Utilities': 'Settings',
'Shopping Cart': 'Website',
'Contacts': 'CRM'
2019-07-10 19:39:40 +05:30
});