From dc09362454b2fd83d99777615f222cf87ce83199 Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Fri, 3 Jul 2026 23:03:28 +0530 Subject: [PATCH] fix: replace all old icons (#56864) --- .../accounting_dimension_filter.js | 2 +- .../loyalty_program/loyalty_program.js | 2 +- .../doctype/payment_entry/payment_entry.js | 26 ++++++++--------- .../period_closing_voucher.js | 26 ++++++++--------- .../doctype/pricing_rule/pricing_rule.js | 4 +-- .../accounts/workspace/banking/banking.json | 4 +-- .../workspace/budgeting/budgeting.json | 6 ++-- .../financial_reports/financial_reports.json | 4 +-- .../workspace/invoicing/invoicing.json | 10 +++---- .../accounts/workspace/payments/payments.json | 6 ++-- .../share_management/share_management.json | 6 ++-- .../subscriptions/subscriptions.json | 4 +-- erpnext/accounts/workspace/taxes/taxes.json | 6 ++-- erpnext/assets/workspace/assets/assets.json | 10 +++---- erpnext/buying/workspace/buying/buying.json | 10 +++---- erpnext/crm/doctype/campaign/campaign.js | 2 +- erpnext/crm/workspace/crm/crm.json | 12 ++++---- erpnext/desktop_icon/accounting.json | 4 +-- erpnext/desktop_icon/assets.json | 4 +-- erpnext/desktop_icon/budget.json | 4 +-- erpnext/desktop_icon/buying.json | 4 +-- erpnext/desktop_icon/crm.json | 4 +-- erpnext/desktop_icon/erpnext_settings.json | 4 +-- erpnext/desktop_icon/home.json | 4 +-- erpnext/desktop_icon/invoicing.json | 4 +-- erpnext/desktop_icon/manufacturing.json | 4 +-- erpnext/desktop_icon/projects.json | 4 +-- erpnext/desktop_icon/quality.json | 4 +-- erpnext/desktop_icon/selling.json | 4 +-- erpnext/desktop_icon/stock.json | 4 +-- erpnext/desktop_icon/subcontracting.json | 4 +-- erpnext/desktop_icon/support.json | 4 +-- .../doctype/workstation/workstation.js | 4 +-- .../workstation/workstation_job_card.html | 2 +- .../manufacturing/manufacturing.json | 14 +++++----- .../projects/workspace/projects/projects.json | 10 +++---- .../bom_configurator.bundle.js | 8 +++--- erpnext/public/js/setup_wizard.js | 1 - erpnext/public/js/telephony.js | 2 +- erpnext/public/js/templates/call_link.html | 2 +- .../public/js/templates/crm_activities.html | 4 +-- erpnext/public/js/templates/crm_notes.html | 4 +-- erpnext/public/js/utils/barcode_scanner.js | 2 +- .../workspace/quality/quality.json | 8 +++--- .../installation_note/installation_note.js | 2 +- .../page/point_of_sale/pos_item_selector.js | 4 +-- .../selling/page/sales_funnel/sales_funnel.js | 2 +- .../page/sales_funnel/sales_funnel.json | 4 +-- .../selling/workspace/selling/selling.json | 12 ++++---- .../erpnext_settings/erpnext_settings.json | 28 +++++++++---------- erpnext/setup/workspace/home/home.json | 4 +-- .../workspace/organization/organization.json | 6 ++-- erpnext/stock/doctype/item/item.js | 2 +- .../landed_cost_voucher.js | 2 +- .../stock/doctype/price_list/price_list.js | 16 ++++------- .../doctype/stock_entry/stock_entry_list.js | 2 +- erpnext/stock/workspace/stock/stock.json | 12 ++++---- .../subcontracting/subcontracting.json | 6 ++-- erpnext/support/doctype/issue/issue.js | 4 +-- .../support/workspace/support/support.json | 6 ++-- .../templates/generators/sales_partner.html | 2 +- erpnext/templates/includes/macros.html | 2 +- .../templates/includes/products_as_grid.html | 4 +-- .../includes/projects/project_search_box.html | 4 +-- .../includes/projects/project_tasks.html | 2 +- erpnext/templates/pages/task_info.html | 2 +- erpnext/templates/pages/timelog_info.html | 2 +- erpnext/workspace_sidebar/assets.json | 8 +++--- erpnext/workspace_sidebar/banking.json | 4 +-- erpnext/workspace_sidebar/budgeting.json | 4 +-- erpnext/workspace_sidebar/buying.json | 8 +++--- erpnext/workspace_sidebar/crm.json | 10 +++---- .../workspace_sidebar/erpnext_settings.json | 18 ++++++------ .../workspace_sidebar/financial_reports.json | 4 +-- erpnext/workspace_sidebar/invoicing.json | 8 +++--- erpnext/workspace_sidebar/manufacturing.json | 12 ++++---- erpnext/workspace_sidebar/organization.json | 4 +-- erpnext/workspace_sidebar/payments.json | 6 ++-- erpnext/workspace_sidebar/projects.json | 8 +++--- erpnext/workspace_sidebar/quality.json | 6 ++-- erpnext/workspace_sidebar/selling.json | 10 +++---- .../workspace_sidebar/share_management.json | 4 +-- erpnext/workspace_sidebar/stock.json | 10 +++---- erpnext/workspace_sidebar/subcontracting.json | 4 +-- erpnext/workspace_sidebar/support.json | 4 +-- erpnext/workspace_sidebar/taxes.json | 4 +-- 86 files changed, 257 insertions(+), 270 deletions(-) diff --git a/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.js b/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.js index 38ad1311117..cadba669f70 100644 --- a/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.js +++ b/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.js @@ -6,7 +6,7 @@ frappe.ui.form.on("Accounting Dimension Filter", { let help_content = ` diff --git a/erpnext/accounts/doctype/loyalty_program/loyalty_program.js b/erpnext/accounts/doctype/loyalty_program/loyalty_program.js index 9c9b46c66f5..9949859638f 100644 --- a/erpnext/accounts/doctype/loyalty_program/loyalty_program.js +++ b/erpnext/accounts/doctype/loyalty_program/loyalty_program.js @@ -8,7 +8,7 @@ frappe.ui.form.on("Loyalty Program", { var help_content = `

- + {{__('Note: On checking Is Mandatory the accounting dimension will become mandatory against that specific account for all accounting transactions')}}

- + ${__("Notes")}

    diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.js b/erpnext/accounts/doctype/payment_entry/payment_entry.js index 3a0d1d11f4c..12a6132ce43 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.js +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.js @@ -414,21 +414,17 @@ frappe.ui.form.on("Payment Entry", { show_general_ledger: function (frm) { if (frm.doc.docstatus > 0) { - frm.add_custom_button( - __("Ledger"), - function () { - frappe.route_options = { - voucher_no: frm.doc.name, - from_date: frm.doc.posting_date, - to_date: moment(frm.doc.modified).format("YYYY-MM-DD"), - company: frm.doc.company, - categorize_by: "", - show_cancelled_entries: frm.doc.docstatus === 2, - }; - frappe.set_route("query-report", "General Ledger"); - }, - "fa fa-table" - ); + frm.add_custom_button(__("Ledger"), function () { + frappe.route_options = { + voucher_no: frm.doc.name, + from_date: frm.doc.posting_date, + to_date: moment(frm.doc.modified).format("YYYY-MM-DD"), + company: frm.doc.company, + categorize_by: "", + show_cancelled_entries: frm.doc.docstatus === 2, + }; + frappe.set_route("query-report", "General Ledger"); + }); } }, diff --git a/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js index 7433f18c5ac..27a38912a86 100644 --- a/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js +++ b/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.js @@ -41,21 +41,17 @@ frappe.ui.form.on("Period Closing Voucher", { refresh: function (frm) { if (frm.doc.docstatus > 0) { - frm.add_custom_button( - __("Ledger"), - function () { - frappe.route_options = { - voucher_no: frm.doc.name, - from_date: frm.doc.period_start_date, - to_date: frm.doc.period_end_date, - company: frm.doc.company, - categorize_by: "", - show_cancelled_entries: frm.doc.docstatus === 2, - }; - frappe.set_route("query-report", "General Ledger"); - }, - "fa fa-table" - ); + frm.add_custom_button(__("Ledger"), function () { + frappe.route_options = { + voucher_no: frm.doc.name, + from_date: frm.doc.period_start_date, + to_date: frm.doc.period_end_date, + company: frm.doc.company, + categorize_by: "", + show_cancelled_entries: frm.doc.docstatus === 2, + }; + frappe.set_route("query-report", "General Ledger"); + }); } }, }); diff --git a/erpnext/accounts/doctype/pricing_rule/pricing_rule.js b/erpnext/accounts/doctype/pricing_rule/pricing_rule.js index 7cce98f3323..0a4272c518d 100644 --- a/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +++ b/erpnext/accounts/doctype/pricing_rule/pricing_rule.js @@ -40,7 +40,7 @@ frappe.ui.form.on("Pricing Rule", { var help_content = `

    - + ${__("Notes")}

      @@ -63,7 +63,7 @@ frappe.ui.form.on("Pricing Rule", {
    -

    +

    ${__("How Pricing Rule is applied?")}

      diff --git a/erpnext/accounts/workspace/banking/banking.json b/erpnext/accounts/workspace/banking/banking.json index 072af4a7193..d4ff8487759 100644 --- a/erpnext/accounts/workspace/banking/banking.json +++ b/erpnext/accounts/workspace/banking/banking.json @@ -15,7 +15,7 @@ "label": "Banking", "link_type": "DocType", "links": [], - "modified": "2026-06-14 13:43:50.924019", + "modified": "2026-07-03 13:43:50.924019", "modified_by": "Administrator", "module": "Accounts", "name": "Banking", @@ -43,7 +43,7 @@ { "child": 0, "collapsible": 1, - "icon": "tool", + "icon": "wrench", "indent": 0, "keep_closed": 0, "label": "Bank Reconciliation", diff --git a/erpnext/accounts/workspace/budgeting/budgeting.json b/erpnext/accounts/workspace/budgeting/budgeting.json index 03e1d96b6e8..c5ea717fe52 100644 --- a/erpnext/accounts/workspace/budgeting/budgeting.json +++ b/erpnext/accounts/workspace/budgeting/budgeting.json @@ -8,14 +8,14 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "accounting", + "icon": "wallet", "idx": 0, "indicator_color": "green", "is_hidden": 0, "label": "Budgeting", "link_type": "DocType", "links": [], - "modified": "2026-07-02 04:24:48.116724", + "modified": "2026-07-03 04:24:48.116724", "modified_by": "Administrator", "module": "Accounts", "name": "Budgeting", @@ -59,7 +59,7 @@ "child": 0, "collapsible": 1, "default_workspace": 0, - "icon": "accounting", + "icon": "wallet", "indent": 0, "keep_closed": 0, "label": "Accounting Dimension", diff --git a/erpnext/accounts/workspace/financial_reports/financial_reports.json b/erpnext/accounts/workspace/financial_reports/financial_reports.json index 3ad09d26e52..4e487919ac2 100644 --- a/erpnext/accounts/workspace/financial_reports/financial_reports.json +++ b/erpnext/accounts/workspace/financial_reports/financial_reports.json @@ -266,7 +266,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:08.095321", + "modified": "2026-07-03 13:44:08.095321", "modified_by": "Administrator", "module": "Accounts", "module_onboarding": "Accounting Onboarding", @@ -284,7 +284,7 @@ { "child": 0, "collapsible": 1, - "icon": "accounting", + "icon": "wallet", "indent": 1, "keep_closed": 0, "label": "Financial Reports", diff --git a/erpnext/accounts/workspace/invoicing/invoicing.json b/erpnext/accounts/workspace/invoicing/invoicing.json index f34ea417b25..7ae50b854e6 100644 --- a/erpnext/accounts/workspace/invoicing/invoicing.json +++ b/erpnext/accounts/workspace/invoicing/invoicing.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "accounting", + "icon": "wallet", "idx": 4, "indicator_color": "", "is_hidden": 0, @@ -587,7 +587,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:08.471142", + "modified": "2026-07-03 13:44:08.471142", "modified_by": "Administrator", "module": "Accounts", "module_onboarding": "Accounting Onboarding", @@ -622,7 +622,7 @@ { "child": 0, "collapsible": 1, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -635,7 +635,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -786,7 +786,7 @@ { "child": 0, "collapsible": 1, - "icon": "money-coins-1", + "icon": "coins", "indent": 1, "keep_closed": 0, "label": "Payments", diff --git a/erpnext/accounts/workspace/payments/payments.json b/erpnext/accounts/workspace/payments/payments.json index 118e2961298..fc29978e9e9 100644 --- a/erpnext/accounts/workspace/payments/payments.json +++ b/erpnext/accounts/workspace/payments/payments.json @@ -15,7 +15,7 @@ "label": "Payments", "link_type": "DocType", "links": [], - "modified": "2026-06-14 13:43:50.184761", + "modified": "2026-07-03 13:43:50.184761", "modified_by": "Administrator", "module": "Accounts", "module_onboarding": "Accounting Onboarding", @@ -31,7 +31,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -44,7 +44,7 @@ { "child": 0, "collapsible": 1, - "icon": "money-coins-1", + "icon": "coins", "indent": 1, "keep_closed": 0, "label": "Payments", diff --git a/erpnext/accounts/workspace/share_management/share_management.json b/erpnext/accounts/workspace/share_management/share_management.json index 6766b4ea9a4..c48bec275ce 100644 --- a/erpnext/accounts/workspace/share_management/share_management.json +++ b/erpnext/accounts/workspace/share_management/share_management.json @@ -8,14 +8,14 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "money-coins-1", + "icon": "coins", "idx": 0, "indicator_color": "green", "is_hidden": 0, "label": "Share Management", "link_type": "DocType", "links": [], - "modified": "2026-06-14 13:43:51.040978", + "modified": "2026-07-03 13:43:51.040978", "modified_by": "Administrator", "module": "Accounts", "name": "Share Management", @@ -30,7 +30,7 @@ { "child": 1, "collapsible": 1, - "icon": "customer", + "icon": "user", "indent": 0, "keep_closed": 0, "label": "Shareholder", diff --git a/erpnext/accounts/workspace/subscriptions/subscriptions.json b/erpnext/accounts/workspace/subscriptions/subscriptions.json index 750573eb38c..f97c4a09b95 100644 --- a/erpnext/accounts/workspace/subscriptions/subscriptions.json +++ b/erpnext/accounts/workspace/subscriptions/subscriptions.json @@ -8,14 +8,14 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "accounting", + "icon": "wallet", "idx": 0, "indicator_color": "green", "is_hidden": 0, "label": "Subscriptions", "link_type": "DocType", "links": [], - "modified": "2026-06-14 14:08:36.999272", + "modified": "2026-07-03 14:08:36.999272", "modified_by": "Administrator", "module": "Accounts", "name": "Subscriptions", diff --git a/erpnext/accounts/workspace/taxes/taxes.json b/erpnext/accounts/workspace/taxes/taxes.json index f2ccf3aa7e7..e94bacb66d3 100644 --- a/erpnext/accounts/workspace/taxes/taxes.json +++ b/erpnext/accounts/workspace/taxes/taxes.json @@ -8,14 +8,14 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "money-coins-1", + "icon": "coins", "idx": 0, "indicator_color": "green", "is_hidden": 0, "label": "Taxes", "link_type": "DocType", "links": [], - "modified": "2026-06-14 13:43:50.894825", + "modified": "2026-07-03 13:43:50.894825", "modified_by": "Administrator", "module": "Accounts", "module_onboarding": "Accounting Onboarding", @@ -58,7 +58,7 @@ { "child": 0, "collapsible": 1, - "icon": "stock", + "icon": "package", "indent": 0, "keep_closed": 0, "label": "Item Tax Template", diff --git a/erpnext/assets/workspace/assets/assets.json b/erpnext/assets/workspace/assets/assets.json index fae323faad2..82864944ee9 100644 --- a/erpnext/assets/workspace/assets/assets.json +++ b/erpnext/assets/workspace/assets/assets.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "assets", + "icon": "archive", "idx": 0, "is_hidden": 0, "label": "Assets", @@ -199,7 +199,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:08.417956", + "modified": "2026-07-03 13:44:08.417956", "modified_by": "Administrator", "module": "Assets", "module_onboarding": "Asset Onboarding", @@ -217,7 +217,7 @@ { "child": 0, "collapsible": 1, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -230,7 +230,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -295,7 +295,7 @@ { "child": 0, "collapsible": 1, - "icon": "getting-started", + "icon": "rocket", "indent": 1, "keep_closed": 1, "label": "Maintenance", diff --git a/erpnext/buying/workspace/buying/buying.json b/erpnext/buying/workspace/buying/buying.json index 268501949a7..cfd480b3312 100644 --- a/erpnext/buying/workspace/buying/buying.json +++ b/erpnext/buying/workspace/buying/buying.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "buying", + "icon": "shopping-cart", "idx": 0, "is_hidden": 0, "label": "Buying", @@ -501,7 +501,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:43:50.509039", + "modified": "2026-07-03 13:43:50.509039", "modified_by": "Administrator", "module": "Buying", "module_onboarding": "Buying Onboarding", @@ -532,7 +532,7 @@ { "child": 0, "collapsible": 1, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -545,7 +545,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -610,7 +610,7 @@ { "child": 0, "collapsible": 1, - "icon": "liabilities", + "icon": "scale", "indent": 0, "keep_closed": 0, "label": "Purchase Invoice", diff --git a/erpnext/crm/doctype/campaign/campaign.js b/erpnext/crm/doctype/campaign/campaign.js index 933bd2dfd70..8c8fb31ca42 100644 --- a/erpnext/crm/doctype/campaign/campaign.js +++ b/erpnext/crm/doctype/campaign/campaign.js @@ -17,7 +17,7 @@ frappe.ui.form.on("Campaign", { frappe.route_options = { utm_source: "Campaign", utm_campaign: frm.doc.name }; frappe.set_route("List", "Lead"); }, - "fa fa-list", + null, true ); } diff --git a/erpnext/crm/workspace/crm/crm.json b/erpnext/crm/workspace/crm/crm.json index 52e1a1acbfb..a6835f31222 100644 --- a/erpnext/crm/workspace/crm/crm.json +++ b/erpnext/crm/workspace/crm/crm.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "crm", + "icon": "handshake", "idx": 0, "is_hidden": 0, "label": "CRM", @@ -421,7 +421,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:08.297053", + "modified": "2026-07-03 13:44:08.297053", "modified_by": "Administrator", "module": "CRM", "name": "CRM", @@ -471,7 +471,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Home", @@ -510,7 +510,7 @@ { "child": 0, "collapsible": 1, - "icon": "customer", + "icon": "user", "indent": 0, "keep_closed": 0, "label": "Customer", @@ -644,7 +644,7 @@ { "child": 0, "collapsible": 1, - "icon": "getting-started", + "icon": "rocket", "indent": 1, "keep_closed": 1, "label": "Maintenance", @@ -776,7 +776,7 @@ { "child": 0, "collapsible": 1, - "icon": "sell", + "icon": "store", "indent": 1, "keep_closed": 1, "label": "Campaign", diff --git a/erpnext/desktop_icon/accounting.json b/erpnext/desktop_icon/accounting.json index fd88cf09166..dca95c9591e 100644 --- a/erpnext/desktop_icon/accounting.json +++ b/erpnext/desktop_icon/accounting.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "accounting", + "icon": "wallet", "icon_type": "Folder", "idx": 1, "label": "Accounting", "link_to": "", "link_type": "Workspace Sidebar", - "modified": "2026-01-27 17:04:04.351402", + "modified": "2026-07-03 17:04:04.351402", "modified_by": "Administrator", "name": "Accounting", "owner": "Administrator", diff --git a/erpnext/desktop_icon/assets.json b/erpnext/desktop_icon/assets.json index b9b52466a08..8494c0b3bce 100644 --- a/erpnext/desktop_icon/assets.json +++ b/erpnext/desktop_icon/assets.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "assets", + "icon": "archive", "icon_type": "Link", "idx": 1, "label": "Assets", "link_to": "Assets", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.220411", + "modified": "2026-07-03 20:07:01.220411", "modified_by": "Administrator", "name": "Assets", "owner": "Administrator", diff --git a/erpnext/desktop_icon/budget.json b/erpnext/desktop_icon/budget.json index 6dcf9f8c3df..0d12c203699 100644 --- a/erpnext/desktop_icon/budget.json +++ b/erpnext/desktop_icon/budget.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "expenses", + "icon": "chart-pie", "icon_type": "Link", "idx": 6, "label": "Budget", "link_to": "Budget", "link_type": "Workspace Sidebar", - "modified": "2026-01-23 14:39:30.839274", + "modified": "2026-07-03 14:39:30.839274", "modified_by": "Administrator", "name": "Budget", "owner": "Administrator", diff --git a/erpnext/desktop_icon/buying.json b/erpnext/desktop_icon/buying.json index 64d6712defe..1f08e15b617 100644 --- a/erpnext/desktop_icon/buying.json +++ b/erpnext/desktop_icon/buying.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "buying", + "icon": "shopping-cart", "icon_type": "Link", "idx": 1, "label": "Buying", "link_to": "Buying", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.196163", + "modified": "2026-07-03 20:07:01.196163", "modified_by": "Administrator", "name": "Buying", "owner": "Administrator", diff --git a/erpnext/desktop_icon/crm.json b/erpnext/desktop_icon/crm.json index d9dbe85cac2..af8002dc31b 100644 --- a/erpnext/desktop_icon/crm.json +++ b/erpnext/desktop_icon/crm.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 1, - "icon": "crm", + "icon": "handshake", "icon_type": "Link", "idx": 1, "label": "CRM", "link_to": "CRM", "link_type": "Workspace Sidebar", - "modified": "2026-01-06 14:54:05.112927", + "modified": "2026-07-03 14:54:05.112927", "modified_by": "Administrator", "name": "CRM", "owner": "Administrator", diff --git a/erpnext/desktop_icon/erpnext_settings.json b/erpnext/desktop_icon/erpnext_settings.json index 247238ee502..3acdfa48706 100644 --- a/erpnext/desktop_icon/erpnext_settings.json +++ b/erpnext/desktop_icon/erpnext_settings.json @@ -4,14 +4,14 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "setting", + "icon": "settings", "icon_type": "Link", "idx": 10, "label": "ERPNext Settings", "link_to": "ERPNext Settings", "link_type": "Workspace Sidebar", "logo_url": "", - "modified": "2026-01-09 14:59:56.044037", + "modified": "2026-07-03 14:59:56.044037", "modified_by": "Administrator", "name": "ERPNext Settings", "owner": "Administrator", diff --git a/erpnext/desktop_icon/home.json b/erpnext/desktop_icon/home.json index 7245b5fe0c7..059ec0461c2 100644 --- a/erpnext/desktop_icon/home.json +++ b/erpnext/desktop_icon/home.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 1, - "icon": "home", + "icon": "house", "icon_type": "Link", "idx": 0, "label": "Home", "link_to": "Home", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.174950", + "modified": "2026-07-03 20:07:01.174950", "modified_by": "Administrator", "name": "Home", "owner": "Administrator", diff --git a/erpnext/desktop_icon/invoicing.json b/erpnext/desktop_icon/invoicing.json index ab516c0372f..51f32ce68c7 100644 --- a/erpnext/desktop_icon/invoicing.json +++ b/erpnext/desktop_icon/invoicing.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "accounting", + "icon": "wallet", "icon_type": "Link", "idx": 0, "label": "Invoicing", "link_to": "Invoicing", "link_type": "Workspace Sidebar", - "modified": "2026-01-23 15:17:23.564795", + "modified": "2026-07-03 15:17:23.564795", "modified_by": "Administrator", "name": "Invoicing", "owner": "Administrator", diff --git a/erpnext/desktop_icon/manufacturing.json b/erpnext/desktop_icon/manufacturing.json index 1f610094cac..38e411fab16 100644 --- a/erpnext/desktop_icon/manufacturing.json +++ b/erpnext/desktop_icon/manufacturing.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "organization", + "icon": "factory", "icon_type": "Link", "idx": 1, "label": "Manufacturing", "link_to": "Manufacturing", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.246693", + "modified": "2026-07-03 20:07:01.246693", "modified_by": "Administrator", "name": "Manufacturing", "owner": "Administrator", diff --git a/erpnext/desktop_icon/projects.json b/erpnext/desktop_icon/projects.json index 2fc1e054f6b..75aef112758 100644 --- a/erpnext/desktop_icon/projects.json +++ b/erpnext/desktop_icon/projects.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "project", + "icon": "folder-kanban", "icon_type": "Link", "idx": 1, "label": "Projects", "link_to": "Projects", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.226383", + "modified": "2026-07-03 20:07:01.226383", "modified_by": "Administrator", "name": "Projects", "owner": "Administrator", diff --git a/erpnext/desktop_icon/quality.json b/erpnext/desktop_icon/quality.json index d9b036198e3..e26c2fd81bb 100644 --- a/erpnext/desktop_icon/quality.json +++ b/erpnext/desktop_icon/quality.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "quality", + "icon": "shield-check", "icon_type": "Link", "idx": 1, "label": "Quality", "link_to": "Quality", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.239523", + "modified": "2026-07-03 20:07:01.239523", "modified_by": "Administrator", "name": "Quality", "owner": "Administrator", diff --git a/erpnext/desktop_icon/selling.json b/erpnext/desktop_icon/selling.json index f0041fe0116..1dfbe4344ca 100644 --- a/erpnext/desktop_icon/selling.json +++ b/erpnext/desktop_icon/selling.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "sell", + "icon": "store", "icon_type": "Link", "idx": 1, "label": "Selling", "link_to": "Selling", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.189446", + "modified": "2026-07-03 20:07:01.189446", "modified_by": "Administrator", "name": "Selling", "owner": "Administrator", diff --git a/erpnext/desktop_icon/stock.json b/erpnext/desktop_icon/stock.json index a2488c36c13..2928c8987e5 100644 --- a/erpnext/desktop_icon/stock.json +++ b/erpnext/desktop_icon/stock.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "stock", + "icon": "package", "icon_type": "Link", "idx": 1, "label": "Stock", "link_to": "Stock", "link_type": "Workspace Sidebar", - "modified": "2026-01-01 20:07:01.212940", + "modified": "2026-07-03 20:07:01.212940", "modified_by": "Administrator", "name": "Stock", "owner": "Administrator", diff --git a/erpnext/desktop_icon/subcontracting.json b/erpnext/desktop_icon/subcontracting.json index e84b34f9d88..a70ae8b894c 100644 --- a/erpnext/desktop_icon/subcontracting.json +++ b/erpnext/desktop_icon/subcontracting.json @@ -4,14 +4,14 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "getting-started", + "icon": "package-2", "icon_type": "Link", "idx": 6, "label": "Subcontracting", "link_to": "Subcontracting", "link_type": "Workspace Sidebar", "logo_url": "/assets/erpnext/desktop_icons/subcontracting.svg", - "modified": "2026-01-01 20:07:01.323508", + "modified": "2026-07-03 20:07:01.323508", "modified_by": "Administrator", "name": "Subcontracting", "owner": "Administrator", diff --git a/erpnext/desktop_icon/support.json b/erpnext/desktop_icon/support.json index 873b2a798b0..986ff81ca51 100644 --- a/erpnext/desktop_icon/support.json +++ b/erpnext/desktop_icon/support.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 1, - "icon": "support", + "icon": "headset", "icon_type": "Link", "idx": 1, "label": "Support", "link_to": "Support", "link_type": "Workspace Sidebar", - "modified": "2026-01-06 14:53:54.100467", + "modified": "2026-07-03 14:53:54.100467", "modified_by": "Administrator", "name": "Support", "owner": "Administrator", diff --git a/erpnext/manufacturing/doctype/workstation/workstation.js b/erpnext/manufacturing/doctype/workstation/workstation.js index dae339fd716..3282e4f0ca7 100644 --- a/erpnext/manufacturing/doctype/workstation/workstation.js +++ b/erpnext/manufacturing/doctype/workstation/workstation.js @@ -232,8 +232,8 @@ class WorkstationDashboard { .find(".section-body-job-card") .hasClass("hide") ) - $(e.currentTarget).html(frappe.utils.icon("es-line-down", "sm", "mb-1")); - else $(e.currentTarget).html(frappe.utils.icon("es-line-up", "sm", "mb-1")); + $(e.currentTarget).html(frappe.utils.icon("chevron-down", "sm", "mb-1")); + else $(e.currentTarget).html(frappe.utils.icon("chevron-up", "sm", "mb-1")); }); } diff --git a/erpnext/manufacturing/doctype/workstation/workstation_job_card.html b/erpnext/manufacturing/doctype/workstation/workstation_job_card.html index 2049f3fe6a5..1931a60ec09 100644 --- a/erpnext/manufacturing/doctype/workstation/workstation_job_card.html +++ b/erpnext/manufacturing/doctype/workstation/workstation_job_card.html @@ -80,7 +80,7 @@ - + diff --git a/erpnext/manufacturing/workspace/manufacturing/manufacturing.json b/erpnext/manufacturing/workspace/manufacturing/manufacturing.json index 4586876bbc6..2e9ae99bc19 100644 --- a/erpnext/manufacturing/workspace/manufacturing/manufacturing.json +++ b/erpnext/manufacturing/workspace/manufacturing/manufacturing.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "organization", + "icon": "building-2", "idx": 1, "is_hidden": 0, "label": "Manufacturing", @@ -432,7 +432,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:07.420267", + "modified": "2026-07-03 13:44:07.420267", "modified_by": "Administrator", "module": "Manufacturing", "module_onboarding": "Manufacturing Onboarding", @@ -463,7 +463,7 @@ { "child": 0, "collapsible": 1, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -476,7 +476,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -528,7 +528,7 @@ { "child": 0, "collapsible": 1, - "icon": "stock", + "icon": "package", "indent": 0, "keep_closed": 0, "label": "Stock Entry", @@ -541,7 +541,7 @@ { "child": 0, "collapsible": 1, - "icon": "getting-started", + "icon": "rocket", "indent": 1, "keep_closed": 1, "label": "Material Planning", @@ -627,7 +627,7 @@ { "child": 0, "collapsible": 1, - "icon": "tool", + "icon": "wrench", "indent": 1, "keep_closed": 1, "label": "Tools", diff --git a/erpnext/projects/workspace/projects/projects.json b/erpnext/projects/workspace/projects/projects.json index 55a296d4d0d..029dd077c9f 100644 --- a/erpnext/projects/workspace/projects/projects.json +++ b/erpnext/projects/workspace/projects/projects.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "project", + "icon": "folder-kanban", "idx": 1, "is_hidden": 0, "label": "Projects", @@ -367,7 +367,7 @@ "type": "Link" } ], - "modified": "2026-07-01 13:20:50.651608", + "modified": "2026-07-03 13:20:50.651608", "modified_by": "Administrator", "module": "Projects", "module_onboarding": "Projects Onboarding", @@ -399,7 +399,7 @@ "child": 0, "collapsible": 1, "default_workspace": 0, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -413,7 +413,7 @@ "child": 0, "collapsible": 1, "default_workspace": 0, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -427,7 +427,7 @@ "child": 0, "collapsible": 1, "default_workspace": 0, - "icon": "projects", + "icon": "folder-kanban", "indent": 0, "keep_closed": 0, "label": "Project", diff --git a/erpnext/public/js/bom_configurator/bom_configurator.bundle.js b/erpnext/public/js/bom_configurator/bom_configurator.bundle.js index 07871687006..b2d55dda9c4 100644 --- a/erpnext/public/js/bom_configurator/bom_configurator.bundle.js +++ b/erpnext/public/js/bom_configurator/bom_configurator.bundle.js @@ -111,7 +111,7 @@ class BOMConfigurator { this.frm?.doc.docstatus === 0 ? [ { - label: __(frappe.utils.icon("edit", "sm") + " BOM"), + label: __(frappe.utils.icon("pencil", "sm") + " BOM"), click: function (node) { let view = frappe.views.trees["BOM Configurator"]; view.events.edit_bom(node, view); @@ -119,7 +119,7 @@ class BOMConfigurator { btnClass: "hidden-xs", }, { - label: __(frappe.utils.icon("add", "sm") + " Raw Material"), + label: __(frappe.utils.icon("plus", "sm") + " Raw Material"), click: function (node) { let view = frappe.views.trees["BOM Configurator"]; view.events.add_item(node, view); @@ -130,7 +130,7 @@ class BOMConfigurator { btnClass: "hidden-xs", }, { - label: __(frappe.utils.icon("add", "sm") + " Sub Assembly"), + label: __(frappe.utils.icon("plus", "sm") + " Sub Assembly"), click: function (node) { let view = frappe.views.trees["BOM Configurator"]; view.events.add_sub_assembly(node, view); @@ -141,7 +141,7 @@ class BOMConfigurator { btnClass: "hidden-xs", }, { - label: __(frappe.utils.icon("add", "sm") + " Phantom Item"), + label: __(frappe.utils.icon("plus", "sm") + " Phantom Item"), click: function (node) { let view = frappe.views.trees["BOM Configurator"]; view.events.add_sub_assembly(node, view, true); diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index 87f5bdc0a5a..0559e3786d2 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -118,7 +118,6 @@ erpnext.setup.slides_settings = [ // Organization name: "organization", title: __("Setup your organization"), - icon: "fa fa-building", fields: [ { fieldname: "company_name", diff --git a/erpnext/public/js/telephony.js b/erpnext/public/js/telephony.js index 39d9c0f2f6a..f167a5ecc78 100644 --- a/erpnext/public/js/telephony.js +++ b/erpnext/public/js/telephony.js @@ -27,7 +27,7 @@ frappe.ui.form.ControlData = class ControlData extends frappe.ui.form.ControlDat ` - ${frappe.utils.icon("call")} + ${frappe.utils.icon("phone")} ` ) diff --git a/erpnext/public/js/templates/call_link.html b/erpnext/public/js/templates/call_link.html index 071078c776e..2ae1be68bfd 100644 --- a/erpnext/public/js/templates/call_link.html +++ b/erpnext/public/js/templates/call_link.html @@ -10,7 +10,7 @@ - + diff --git a/erpnext/public/js/templates/crm_activities.html b/erpnext/public/js/templates/crm_activities.html index 5d0bc16ce32..30b8d0444bc 100644 --- a/erpnext/public/js/templates/crm_activities.html +++ b/erpnext/public/js/templates/crm_activities.html @@ -3,7 +3,7 @@ @@ -27,7 +27,7 @@
      - + diff --git a/erpnext/public/js/templates/crm_notes.html b/erpnext/public/js/templates/crm_notes.html index a20e6c2723c..af3c703979d 100644 --- a/erpnext/public/js/templates/crm_notes.html +++ b/erpnext/public/js/templates/crm_notes.html @@ -2,7 +2,7 @@
      @@ -33,7 +33,7 @@
      - + diff --git a/erpnext/public/js/utils/barcode_scanner.js b/erpnext/public/js/utils/barcode_scanner.js index dd585041d71..140fbf2bf67 100644 --- a/erpnext/public/js/utils/barcode_scanner.js +++ b/erpnext/public/js/utils/barcode_scanner.js @@ -491,7 +491,7 @@ erpnext.utils.BarcodeScanner = class BarcodeScanner { const clear_btn = ` - ${frappe.utils.icon("close", "xs", "es-icon")} + ${frappe.utils.icon("x", "xs")} `; diff --git a/erpnext/quality_management/workspace/quality/quality.json b/erpnext/quality_management/workspace/quality/quality.json index adde0e308dc..d9b8ed55b06 100644 --- a/erpnext/quality_management/workspace/quality/quality.json +++ b/erpnext/quality_management/workspace/quality/quality.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "quality", + "icon": "shield-check", "idx": 0, "is_hidden": 0, "label": "Quality", @@ -161,7 +161,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:07.920643", + "modified": "2026-07-03 13:44:07.920643", "modified_by": "Administrator", "module": "Quality Management", "name": "Quality", @@ -178,7 +178,7 @@ { "child": 0, "collapsible": 1, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -217,7 +217,7 @@ { "child": 0, "collapsible": 1, - "icon": "review", + "icon": "star", "indent": 0, "keep_closed": 0, "label": "Quality Review", diff --git a/erpnext/selling/doctype/installation_note/installation_note.js b/erpnext/selling/doctype/installation_note/installation_note.js index 43badd36c06..e8125d3e300 100644 --- a/erpnext/selling/doctype/installation_note/installation_note.js +++ b/erpnext/selling/doctype/installation_note/installation_note.js @@ -74,7 +74,7 @@ erpnext.selling.InstallationNote = class InstallationNote extends frappe.ui.form }, }); }, - "fa fa-download", + null, "btn-default" ); } diff --git a/erpnext/selling/page/point_of_sale/pos_item_selector.js b/erpnext/selling/page/point_of_sale/pos_item_selector.js index f05040c6a08..e09bc3c3413 100644 --- a/erpnext/selling/page/point_of_sale/pos_item_selector.js +++ b/erpnext/selling/page/point_of_sale/pos_item_selector.js @@ -279,14 +279,14 @@ erpnext.PointOfSale.ItemSelector = class { this.search_field.$wrapper.find(".control-input").append( ` - ${frappe.utils.icon("close", "sm")} + ${frappe.utils.icon("x", "sm")} ` ); this.item_group_field.$wrapper.find(".link-btn").append( ` - ${frappe.utils.icon("close", "xs", "es-icon")} + ${frappe.utils.icon("x", "xs")} ` ); diff --git a/erpnext/selling/page/sales_funnel/sales_funnel.js b/erpnext/selling/page/sales_funnel/sales_funnel.js index 2af2caf844c..326bd52426b 100644 --- a/erpnext/selling/page/sales_funnel/sales_funnel.js +++ b/erpnext/selling/page/sales_funnel/sales_funnel.js @@ -57,7 +57,7 @@ erpnext.SalesFunnel = class SalesFunnel { function () { me.get_data(); }, - "fa fa-refresh" + "refresh-cw" ), }); diff --git a/erpnext/selling/page/sales_funnel/sales_funnel.json b/erpnext/selling/page/sales_funnel/sales_funnel.json index e60b97554b4..d2cd1bd232c 100644 --- a/erpnext/selling/page/sales_funnel/sales_funnel.json +++ b/erpnext/selling/page/sales_funnel/sales_funnel.json @@ -2,9 +2,9 @@ "creation": "2013-10-04 13:17:18.000000", "docstatus": 0, "doctype": "Page", - "icon": "fa fa-filter", + "icon": "funnel", "idx": 1, - "modified": "2013-10-04 13:17:18.000000", + "modified": "2026-07-03 13:17:18.000000", "modified_by": "Administrator", "module": "Selling", "name": "sales-funnel", diff --git a/erpnext/selling/workspace/selling/selling.json b/erpnext/selling/workspace/selling/selling.json index b2b81a6e07c..7bcc6264948 100644 --- a/erpnext/selling/workspace/selling/selling.json +++ b/erpnext/selling/workspace/selling/selling.json @@ -13,7 +13,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "sell", + "icon": "store", "idx": 0, "is_hidden": 0, "label": "Selling", @@ -622,7 +622,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:44:07.820564", + "modified": "2026-07-03 13:44:07.820564", "modified_by": "Administrator", "module": "Selling", "module_onboarding": "Selling Onboarding", @@ -653,7 +653,7 @@ { "child": 0, "collapsible": 1, - "icon": "home", + "icon": "house", "indent": 0, "keep_closed": 0, "label": "Home", @@ -666,7 +666,7 @@ { "child": 0, "collapsible": 1, - "icon": "chart", + "icon": "chart-column", "indent": 0, "keep_closed": 0, "label": "Dashboard", @@ -692,7 +692,7 @@ { "child": 0, "collapsible": 1, - "icon": "sell", + "icon": "store", "indent": 0, "keep_closed": 0, "label": "Sales Order", @@ -839,7 +839,7 @@ { "child": 0, "collapsible": 1, - "icon": "stock", + "icon": "package", "indent": 1, "keep_closed": 1, "label": "Items & Pricing", diff --git a/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json b/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json index 7398a65b56e..57e558c0e7d 100644 --- a/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json +++ b/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json @@ -8,7 +8,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "setting", + "icon": "sliders-horizontal", "idx": 0, "is_hidden": 0, "label": "ERPNext Settings", @@ -69,7 +69,7 @@ "type": "Link" } ], - "modified": "2026-06-14 13:43:50.429297", + "modified": "2026-07-03 13:43:50.429297", "modified_by": "Administrator", "module": "Setup", "name": "ERPNext Settings", @@ -97,7 +97,7 @@ "type": "DocType" }, { - "icon": "accounting", + "icon": "wallet", "label": "Accounts Settings", "link_to": "Accounts Settings", "type": "DocType" @@ -110,19 +110,19 @@ "type": "DocType" }, { - "icon": "stock", + "icon": "package", "label": "Stock Settings", "link_to": "Stock Settings", "type": "DocType" }, { - "icon": "sell", + "icon": "store", "label": "Selling Settings", "link_to": "Selling Settings", "type": "DocType" }, { - "icon": "buying", + "icon": "shopping-cart", "label": "Buying Settings", "link_to": "Buying Settings", "type": "DocType" @@ -158,7 +158,7 @@ { "child": 0, "collapsible": 1, - "icon": "accounting", + "icon": "wallet", "indent": 0, "keep_closed": 0, "label": "Accounts Settings", @@ -184,7 +184,7 @@ { "child": 0, "collapsible": 1, - "icon": "sell", + "icon": "store", "indent": 0, "keep_closed": 0, "label": "Selling Settings", @@ -197,7 +197,7 @@ { "child": 0, "collapsible": 1, - "icon": "buying", + "icon": "shopping-cart", "indent": 0, "keep_closed": 0, "label": "Buying Settings", @@ -210,7 +210,7 @@ { "child": 0, "collapsible": 1, - "icon": "stock", + "icon": "package", "indent": 0, "keep_closed": 0, "label": "Stock Settings", @@ -236,7 +236,7 @@ { "child": 0, "collapsible": 1, - "icon": "projects", + "icon": "folder-kanban", "indent": 0, "keep_closed": 0, "label": "Projects Settings", @@ -249,7 +249,7 @@ { "child": 0, "collapsible": 1, - "icon": "crm", + "icon": "handshake", "indent": 0, "keep_closed": 0, "label": "CRM Settings", @@ -262,7 +262,7 @@ { "child": 0, "collapsible": 1, - "icon": "support", + "icon": "headset", "indent": 0, "keep_closed": 0, "label": "Support Settings", @@ -275,7 +275,7 @@ { "child": 0, "collapsible": 1, - "icon": "getting-started", + "icon": "rocket", "indent": 1, "keep_closed": 1, "label": "Other Settings", diff --git a/erpnext/setup/workspace/home/home.json b/erpnext/setup/workspace/home/home.json index 9b1f186e934..076c0383ffb 100644 --- a/erpnext/setup/workspace/home/home.json +++ b/erpnext/setup/workspace/home/home.json @@ -8,7 +8,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "home", + "icon": "house", "idx": 0, "is_hidden": 0, "label": "Home", @@ -452,7 +452,7 @@ "type": "Link" } ], - "modified": "2026-07-01 14:22:16.927245", + "modified": "2026-07-03 14:22:16.927245", "modified_by": "Administrator", "module": "Setup", "name": "Home", diff --git a/erpnext/setup/workspace/organization/organization.json b/erpnext/setup/workspace/organization/organization.json index 50cab83acdb..45ca544db31 100644 --- a/erpnext/setup/workspace/organization/organization.json +++ b/erpnext/setup/workspace/organization/organization.json @@ -79,14 +79,14 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "organization", + "icon": "building-2", "idx": 0, "indicator_color": "green", "is_hidden": 0, "label": "Organization", "link_type": "DocType", "links": [], - "modified": "2026-06-16 00:45:57.595188", + "modified": "2026-07-03 00:45:57.595188", "modified_by": "Administrator", "module": "Setup", "module_onboarding": "Organization Onboarding", @@ -103,7 +103,7 @@ "child": 0, "collapsible": 1, "default_workspace": 1, - "icon": "organization", + "icon": "building-2", "indent": 0, "keep_closed": 0, "label": "Company", diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 5eb7f07f4bd..4079f973683 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -475,7 +475,7 @@ function render_serial_batch_banner(wrapper) { let banner_html = `