style: format js files

This commit is contained in:
Ankush Menat
2024-03-10 19:45:40 +05:30
parent 2c16036ef3
commit ec74a5e566
566 changed files with 24307 additions and 21363 deletions

View File

@@ -1,26 +1,26 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.provide('erpnext');
frappe.provide("erpnext");
// preferred modules for breadcrumbs
$.extend(frappe.breadcrumbs.preferred, {
"Item Group": "Stock",
"Customer Group": "Selling",
"Supplier Group": "Buying",
"Territory": "Selling",
Territory: "Selling",
"Sales Person": "Selling",
"Sales Partner": "Selling",
"Brand": "Stock",
Brand: "Stock",
"Maintenance Schedule": "Support",
"Maintenance Visit": "Support"
"Maintenance Visit": "Support",
});
$.extend(frappe.breadcrumbs.module_map, {
'ERPNext Integrations': 'Integrations',
'Geo': 'Settings',
'Portal': 'Website',
'Utilities': 'Settings',
'E-commerce': 'Website',
'Contacts': 'CRM'
"ERPNext Integrations": "Integrations",
Geo: "Settings",
Portal: "Website",
Utilities: "Settings",
"E-commerce": "Website",
Contacts: "CRM",
});