blob: 2e6e9ba1ad43e6ab37c3e52167e278be6a69980a [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
Ankush Menatec74a5e2024-03-10 19:45:40 +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",
Ankush Menatec74a5e2024-03-10 19:45:40 +053011 Territory: "Selling",
Rushabh Mehtaf5f0d5a2015-03-09 15:47:15 +053012 "Sales Person": "Selling",
13 "Sales Partner": "Selling",
Ankush Menatec74a5e2024-03-10 19:45:40 +053014 Brand: "Stock",
Abhishek Balam97f61d22020-09-21 13:00:43 +053015 "Maintenance Schedule": "Support",
Ankush Menatec74a5e2024-03-10 19:45:40 +053016 "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, {
Ankush Menatec74a5e2024-03-10 19:45:40 +053020 "ERPNext Integrations": "Integrations",
21 Geo: "Settings",
22 Portal: "Website",
23 Utilities: "Settings",
24 "E-commerce": "Website",
25 Contacts: "CRM",
Suraj Shetty7837fbe2019-07-10 19:39:40 +053026});