2015-03-03 14:55:30 +05:30
|
|
|
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
2013-08-05 14:59:54 +05:30
|
|
|
// 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",
|
2020-09-21 13:00:43 +05:30
|
|
|
"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
|
|
|
});
|