blob: 2af9140f9e2de66bdcacc902f0eef4513c91c810 [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",
Parth Kharwar2bccd7f2020-01-30 12:12:42 +053014 "Brand": "Stock"
Rushabh Mehtaf5f0d5a2015-03-09 15:47:15 +053015});
Faris Ansariab46f0f2019-07-10 18:49:41 +053016
17$.extend(frappe.breadcrumbs.module_map, {
18 'ERPNext Integrations': 'Integrations',
19 'Geo': 'Settings',
Faris Ansariab46f0f2019-07-10 18:49:41 +053020 'Portal': 'Website',
Faris Ansaria7a69872019-07-10 19:22:16 +053021 'Utilities': 'Settings',
22 'Shopping Cart': 'Website',
23 'Contacts': 'CRM'
Suraj Shetty7837fbe2019-07-10 19:39:40 +053024});