From 334deccd2dbc75208537c19481b40d2f4baf9a55 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Mon, 17 Nov 2025 13:11:49 +0530 Subject: [PATCH 1/4] feat: workspace sidebars and desktop icons for erpnext modules --- .../workspace/accounting/accounting.json | 61 +- erpnext/desktop_icon/accounts.json | 17 + erpnext/desktop_icon/banking.json | 19 + erpnext/desktop_icon/budget.json | 20 + erpnext/desktop_icon/financial_reports.json | 20 + erpnext/desktop_icon/opening_&_closing.json | 19 + erpnext/desktop_icon/subscription.json | 20 + erpnext/desktop_icon/taxes.json | 19 + erpnext/report_center/accounting.json | 70 ++ erpnext/workspace_sidebar/accounting.json | 763 ++++++++++++++ erpnext/workspace_sidebar/assets.json | 499 +++++++++ erpnext/workspace_sidebar/banking.json | 212 ++++ erpnext/workspace_sidebar/budget.json | 141 +++ erpnext/workspace_sidebar/crm.json | 977 ++++++++++++++++++ .../workspace_sidebar/financial_reports.json | 517 +++++++++ erpnext/workspace_sidebar/manufacturing.json | 811 +++++++++++++++ .../workspace_sidebar/opening_&_closing.json | 125 +++ erpnext/workspace_sidebar/projects.json | 149 +++ erpnext/workspace_sidebar/quality.json | 429 ++++++++ erpnext/workspace_sidebar/selling.json | 922 +++++++++++++++++ .../workspace_sidebar/share_management.json | 99 ++ erpnext/workspace_sidebar/subscription.json | 78 ++ erpnext/workspace_sidebar/support.json | 427 ++++++++ erpnext/workspace_sidebar/taxes.json | 169 +++ 24 files changed, 6527 insertions(+), 56 deletions(-) create mode 100644 erpnext/desktop_icon/accounts.json create mode 100644 erpnext/desktop_icon/banking.json create mode 100644 erpnext/desktop_icon/budget.json create mode 100644 erpnext/desktop_icon/financial_reports.json create mode 100644 erpnext/desktop_icon/opening_&_closing.json create mode 100644 erpnext/desktop_icon/subscription.json create mode 100644 erpnext/desktop_icon/taxes.json create mode 100644 erpnext/report_center/accounting.json create mode 100644 erpnext/workspace_sidebar/accounting.json create mode 100644 erpnext/workspace_sidebar/assets.json create mode 100644 erpnext/workspace_sidebar/banking.json create mode 100644 erpnext/workspace_sidebar/budget.json create mode 100644 erpnext/workspace_sidebar/crm.json create mode 100644 erpnext/workspace_sidebar/financial_reports.json create mode 100644 erpnext/workspace_sidebar/manufacturing.json create mode 100644 erpnext/workspace_sidebar/opening_&_closing.json create mode 100644 erpnext/workspace_sidebar/projects.json create mode 100644 erpnext/workspace_sidebar/quality.json create mode 100644 erpnext/workspace_sidebar/selling.json create mode 100644 erpnext/workspace_sidebar/share_management.json create mode 100644 erpnext/workspace_sidebar/subscription.json create mode 100644 erpnext/workspace_sidebar/support.json create mode 100644 erpnext/workspace_sidebar/taxes.json diff --git a/erpnext/accounts/workspace/accounting/accounting.json b/erpnext/accounts/workspace/accounting/accounting.json index c6a7fc6d84c..6dbf0fc8194 100644 --- a/erpnext/accounts/workspace/accounting/accounting.json +++ b/erpnext/accounts/workspace/accounting/accounting.json @@ -1,4 +1,5 @@ { + "app": "erpnext", "charts": [ { "chart_name": "Profit and Loss", @@ -586,7 +587,7 @@ "type": "Link" } ], - "modified": "2024-01-18 22:15:40.941711", + "modified": "2025-11-12 16:02:33.348893", "modified_by": "Administrator", "module": "Accounts", "name": "Accounting", @@ -615,59 +616,7 @@ "restrict_to_domain": "", "roles": [], "sequence_id": 2.0, - "shortcuts": [ - { - "color": "Grey", - "doc_view": "List", - "label": "Learn Accounting", - "type": "URL", - "url": "https://school.frappe.io/lms/courses/erpnext-accounting?utm_source=in_app" - }, - { - "label": "Chart of Accounts", - "link_to": "Account", - "type": "DocType" - }, - { - "label": "Sales Invoice", - "link_to": "Sales Invoice", - "type": "DocType" - }, - { - "label": "Purchase Invoice", - "link_to": "Purchase Invoice", - "type": "DocType" - }, - { - "label": "Journal Entry", - "link_to": "Journal Entry", - "type": "DocType" - }, - { - "label": "Payment Entry", - "link_to": "Payment Entry", - "type": "DocType" - }, - { - "label": "Accounts Receivable", - "link_to": "Accounts Receivable", - "type": "Report" - }, - { - "label": "General Ledger", - "link_to": "General Ledger", - "type": "Report" - }, - { - "label": "Trial Balance", - "link_to": "Trial Balance", - "type": "Report" - }, - { - "label": "Dashboard", - "link_to": "Accounts", - "type": "Dashboard" - } - ], - "title": "Accounting" + "shortcuts": [], + "title": "Accounting", + "type": "Workspace" } diff --git a/erpnext/desktop_icon/accounts.json b/erpnext/desktop_icon/accounts.json new file mode 100644 index 00000000000..6bc9c616565 --- /dev/null +++ b/erpnext/desktop_icon/accounts.json @@ -0,0 +1,17 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 13:07:51.988728", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon_type": "Folder", + "idx": 0, + "label": "Accounts", + "link_type": "DocType", + "modified": "2025-11-12 13:07:51.988728", + "modified_by": "Administrator", + "name": "Accounts", + "owner": "Administrator", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/banking.json b/erpnext/desktop_icon/banking.json new file mode 100644 index 00000000000..c291f0d0420 --- /dev/null +++ b/erpnext/desktop_icon/banking.json @@ -0,0 +1,19 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 14:51:14.307331", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon_type": "Link", + "idx": 0, + "label": "Banking", + "link_to": "Bank Reconciliation Tool", + "link_type": "DocType", + "modified": "2025-11-12 14:57:32.316148", + "modified_by": "Administrator", + "name": "Banking", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/budget.json b/erpnext/desktop_icon/budget.json new file mode 100644 index 00000000000..00d07edabc7 --- /dev/null +++ b/erpnext/desktop_icon/budget.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-10 16:54:04.780644", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "expenses", + "icon_type": "Link", + "idx": 0, + "label": "Budget", + "link_to": "Budget", + "link_type": "DocType", + "modified": "2025-11-12 13:08:35.543849", + "modified_by": "Administrator", + "name": "Budget", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/financial_reports.json b/erpnext/desktop_icon/financial_reports.json new file mode 100644 index 00000000000..7d6e851a88b --- /dev/null +++ b/erpnext/desktop_icon/financial_reports.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-05 12:11:24.655043", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "file", + "icon_type": "Link", + "idx": 0, + "label": "Financial Reports", + "link_to": "Financial Reports", + "link_type": "Workspace", + "modified": "2025-11-12 16:36:38.605479", + "modified_by": "Administrator", + "name": "Financial Reports", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/opening_&_closing.json b/erpnext/desktop_icon/opening_&_closing.json new file mode 100644 index 00000000000..631cef1889e --- /dev/null +++ b/erpnext/desktop_icon/opening_&_closing.json @@ -0,0 +1,19 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 15:15:15.824801", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon_type": "Link", + "idx": 0, + "label": "Opening & Closing", + "link_to": "Period Closing Voucher", + "link_type": "DocType", + "modified": "2025-11-12 15:15:15.824801", + "modified_by": "Administrator", + "name": "Opening & Closing", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/subscription.json b/erpnext/desktop_icon/subscription.json new file mode 100644 index 00000000000..c3fddc164f8 --- /dev/null +++ b/erpnext/desktop_icon/subscription.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-10 16:14:25.976756", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "accounting", + "icon_type": "Link", + "idx": 0, + "label": "Subscription", + "link_to": "Subscription", + "link_type": "DocType", + "modified": "2025-11-12 13:08:35.599003", + "modified_by": "Administrator", + "name": "Subscription", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/taxes.json b/erpnext/desktop_icon/taxes.json new file mode 100644 index 00000000000..15ff08ffbc0 --- /dev/null +++ b/erpnext/desktop_icon/taxes.json @@ -0,0 +1,19 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 15:05:54.474218", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon_type": "Link", + "idx": 0, + "label": "Taxes", + "link_to": "Item Tax Template", + "link_type": "DocType", + "modified": "2025-11-12 15:06:04.160228", + "modified_by": "Administrator", + "name": "Taxes", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/report_center/accounting.json b/erpnext/report_center/accounting.json new file mode 100644 index 00000000000..a365141b516 --- /dev/null +++ b/erpnext/report_center/accounting.json @@ -0,0 +1,70 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 15:20:50.321880", + "docstatus": 0, + "doctype": "Report Center", + "idx": 0, + "links": [ + { + "creation": "2025-11-12 15:20:50.321880", + "docstatus": 0, + "doctype": "Report Center Link", + "idx": 1, + "modified": "2025-11-12 15:21:42.978956", + "modified_by": "Administrator", + "name": "t67c82q3j7", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "links", + "parenttype": "Report Center", + "report": "Sales Register" + }, + { + "creation": "2025-11-12 15:20:50.321880", + "docstatus": 0, + "doctype": "Report Center Link", + "idx": 2, + "modified": "2025-11-12 15:21:42.978956", + "modified_by": "Administrator", + "name": "t67l4c03nc", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "links", + "parenttype": "Report Center", + "report": "Item-wise Sales Register" + }, + { + "creation": "2025-11-12 15:20:50.321880", + "docstatus": 0, + "doctype": "Report Center Link", + "idx": 3, + "modified": "2025-11-12 15:21:42.978956", + "modified_by": "Administrator", + "name": "t67vn33ic1", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "links", + "parenttype": "Report Center", + "report": "Purchase Register" + }, + { + "creation": "2025-11-12 15:20:50.321880", + "docstatus": 0, + "doctype": "Report Center Link", + "idx": 4, + "modified": "2025-11-12 15:21:42.978956", + "modified_by": "Administrator", + "name": "t67god5gii", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "links", + "parenttype": "Report Center", + "report": "Item-wise Purchase Register" + } + ], + "modified": "2025-11-12 15:21:42.978956", + "modified_by": "Administrator", + "name": "Accounting", + "owner": "Administrator", + "sidebar": "Accounting" +} diff --git a/erpnext/workspace_sidebar/accounting.json b/erpnext/workspace_sidebar/accounting.json new file mode 100644 index 00000000000..ca80501c14c --- /dev/null +++ b/erpnext/workspace_sidebar/accounting.json @@ -0,0 +1,763 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "accounting", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "home", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Accounting", + "link_type": "Workspace", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "a64og9oq94", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "chart", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "Accounts", + "link_type": "Dashboard", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhugl9lua", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Receivables", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh0n3qq66", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "\ud83e\udd73", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Customer", + "link_to": "Customer", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhcm51kp3", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Sales Invoice", + "link_to": "Sales Invoice", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh19c141t", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "\ud83d\ude1e", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Credit Note", + "link_to": "Sales Invoice", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "3fkm5nvbjl", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Accounts Receivable", + "link_to": "Accounts Receivable", + "link_type": "Report", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhburdf01", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Payables", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "4cdf4p0upe", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "\ud83d\ude03", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Supplier", + "link_to": "Supplier", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "4cduqhi5vd", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Invoice", + "link_to": "Purchase Invoice", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh6euud0o", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Debit Note", + "link_to": "Purchase Invoice", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "4kkni6snil", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Accounts Payable", + "link_to": "Accounts Payable", + "link_type": "Report", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhq8anndl", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 1, + "label": "Payments", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "5vdsnvlp5l", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Payment Entry", + "link_to": "Payment Entry", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh5ugbv3j", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Journal Entry", + "link_to": "Journal Entry", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh9ejcdq9", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Payment Reconciliaition", + "link_to": "Payment Reconciliation", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "9ki4da3hsk", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhhu54rmu", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "General Ledger", + "link_to": "General Ledger", + "link_type": "Report", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhoigppkp", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Trial Balance", + "link_to": "Trial Balance", + "link_type": "Report", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jha0kei8j", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Financial Reports", + "link_to": "Financial Reports", + "link_type": "Workspace", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "rkc8rb97t0", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 1, + "label": "Setup", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhgskgkbk", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Chart of Accounts", + "link_to": "Account", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhda6gfhu", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 23, + "indent": 0, + "keep_closed": 0, + "label": "Chart of Cost Centers", + "link_to": "Cost Center", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhqqetrmr", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 24, + "indent": 0, + "keep_closed": 0, + "label": "Accounting Dimension", + "link_to": "Accounting Dimension", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhnutv8g9", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 25, + "indent": 0, + "keep_closed": 0, + "label": "Currency", + "link_to": "Currency", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhp6j08e5", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 26, + "indent": 0, + "keep_closed": 0, + "label": "Currency Exchange", + "link_to": "Currency Exchange", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhfeb7pha", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 27, + "indent": 0, + "keep_closed": 0, + "label": "Finance Book", + "link_to": "Finance Book", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhbe7q82k", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 28, + "indent": 0, + "keep_closed": 0, + "label": "Mode of Payment", + "link_to": "Mode of Payment", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhsqj699i", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 29, + "indent": 0, + "keep_closed": 0, + "label": "Payment Term", + "link_to": "Payment Term", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhb94vg23", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 30, + "indent": 0, + "keep_closed": 0, + "label": "Journal Entry Template", + "link_to": "Journal Entry Template", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhj8j1138", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 31, + "indent": 0, + "keep_closed": 0, + "label": "Terms and Conditions", + "link_to": "Terms and Conditions", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhjsnnpf1", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 32, + "indent": 0, + "keep_closed": 0, + "label": "Company", + "link_to": "Company", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jhbm036q6", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 33, + "indent": 0, + "keep_closed": 0, + "label": "Fiscal Year", + "link_to": "Fiscal Year", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh431vkrk", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.303793", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 34, + "indent": 0, + "keep_closed": 0, + "label": "Accounts Settings", + "link_to": "Accounts Settings", + "link_type": "DocType", + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "2jh7892p5u", + "owner": "Administrator", + "parent": "Accounting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 16:42:11.580055", + "modified_by": "Administrator", + "name": "Accounting", + "owner": "Administrator", + "title": "Accounting" +} diff --git a/erpnext/workspace_sidebar/assets.json b/erpnext/workspace_sidebar/assets.json new file mode 100644 index 00000000000..94117d0b286 --- /dev/null +++ b/erpnext/workspace_sidebar/assets.json @@ -0,0 +1,499 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "assets", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "home", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Assets", + "link_type": "Workspace", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "a52l2788jf", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "Asset", + "link_type": "Dashboard", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0je4sp9cb", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Asset", + "link_to": "Asset", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jc4af821", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Asset Movement", + "link_to": "Asset Movement", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j0fa4r1r", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Fixed Asset Register", + "link_to": "Fixed Asset Register", + "link_type": "Report", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jb39gjp2", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 1, + "label": "Maintenance", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j32u4pe5", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Asset Maintenance Team", + "link_to": "Asset Maintenance Team", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jq5f46ub", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Asset Maintenance", + "link_to": "Asset Maintenance", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jle7uu4e", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Asset Maintenance Log", + "link_to": "Asset Maintenance Log", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j2rldana", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Asset Value Adjustment", + "link_to": "Asset Value Adjustment", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j8651m4i", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Asset Repair", + "link_to": "Asset Repair", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jk0g68p4", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Asset Capitalization", + "link_to": "Asset Capitalization", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j32nu6h5", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jd0tq9qq", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Asset Depreciation Ledger", + "link_to": "Asset Depreciation Ledger", + "link_type": "Report", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jmch6u7q", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Asset Depreciations and Balances", + "link_to": "Asset Depreciations and Balances", + "link_type": "Report", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j6s36eoc", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Asset Maintenance", + "link_to": "Asset Maintenance", + "link_type": "Report", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jh1oghnt", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Asset Activity", + "link_to": "Asset Activity", + "link_type": "Report", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jgu5ia1o", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 1, + "label": "Setup", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jaak1hei", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Accounts Settings", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "f84hnvfn6j", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link", + "url": "" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Asset Category", + "link_to": "Asset Category", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0j0odb91v", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Location", + "link_to": "Location", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "p0jk59ac25", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Depreciation Schedule", + "link_to": "Asset Depreciation Schedule", + "link_type": "DocType", + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "hirqeqcmr5", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 15:56:06.376246", + "modified_by": "Administrator", + "name": "Assets", + "owner": "Administrator", + "title": "Assets" +} diff --git a/erpnext/workspace_sidebar/banking.json b/erpnext/workspace_sidebar/banking.json new file mode 100644 index 00000000000..de95918b5e4 --- /dev/null +++ b/erpnext/workspace_sidebar/banking.json @@ -0,0 +1,212 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "circle-dollar-sign", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Bank", + "link_to": "Bank", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahahtoddv", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Bank Account", + "link_to": "Bank Account", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahili0kbv", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Bank Clearance", + "link_to": "Bank Clearance", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahekkd6t3", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Bank Reconciliation Tool", + "link_to": "Bank Reconciliation Tool", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahk476pjp", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Bank Reconciliation Statement", + "link_to": "Bank Reconciliation Statement", + "link_type": "Report", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahhm00e57", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Plaid Settings", + "link_to": "Plaid Settings", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "h2mfgkqdl3", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 1, + "label": "Dunning", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahgr170fh", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Dunning", + "link_to": "Dunning", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eah1o6fbli", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-12 14:55:28.092635", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Dunning Type", + "link_to": "Dunning Type", + "link_type": "DocType", + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "eahuts5ooj", + "owner": "Administrator", + "parent": "Banking", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 15:00:10.261316", + "modified_by": "Administrator", + "name": "Banking", + "owner": "Administrator", + "title": "Banking" +} diff --git a/erpnext/workspace_sidebar/budget.json b/erpnext/workspace_sidebar/budget.json new file mode 100644 index 00000000000..8a18219ead4 --- /dev/null +++ b/erpnext/workspace_sidebar/budget.json @@ -0,0 +1,141 @@ +{ + "app": "erpnext", + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "accounting", + "idx": 0, + "items": [ + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Budget", + "link_to": "Budget", + "link_type": "DocType", + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "s4ept3e1of", + "owner": "Administrator", + "parent": "Budget", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Chart of Cost Centers", + "link_to": "Cost Center", + "link_type": "DocType", + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "s4esfj59cn", + "owner": "Administrator", + "parent": "Budget", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Accounting Dimension", + "link_to": "Accounting Dimension", + "link_type": "DocType", + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "s4e73hjuai", + "owner": "Administrator", + "parent": "Budget", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Cost Center Allocation", + "link_to": "Cost Center Allocation", + "link_type": "DocType", + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "s4eacufehs", + "owner": "Administrator", + "parent": "Budget", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Budget Variance Report", + "link_to": "Budget Variance Report", + "link_type": "Report", + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "s4emq8u9cr", + "owner": "Administrator", + "parent": "Budget", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:53:45.409587", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Monthly Distribution", + "link_to": "Monthly Distribution", + "link_type": "DocType", + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "s4e8c3nvk3", + "owner": "Administrator", + "parent": "Budget", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + } + ], + "modified": "2025-11-10 16:53:45.409587", + "modified_by": "Administrator", + "name": "Budget", + "owner": "Administrator", + "title": "Budget" +} diff --git a/erpnext/workspace_sidebar/crm.json b/erpnext/workspace_sidebar/crm.json new file mode 100644 index 00000000000..b965883e771 --- /dev/null +++ b/erpnext/workspace_sidebar/crm.json @@ -0,0 +1,977 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "crm", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Lead", + "link_to": "Lead", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jpcvuhcm", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Opportunity", + "link_to": "Opportunity", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j9uc53k6", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Customer", + "link_to": "Customer", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0ja243ee9", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Sales Analytics", + "link_to": "Sales Analytics", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j6nplgan", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "CRM", + "link_type": "Dashboard", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jl4jn5kr", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jkdsbos0", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Lead Details", + "link_to": "Lead Details", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jdmdfunh", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Sales Pipeline Analytics", + "link_to": "Sales Pipeline Analytics", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jppg8i9d", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Opportunity Summary by Sales Stage", + "link_to": "Opportunity Summary by Sales Stage", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jbqc46vg", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Sales Funnel", + "link_to": "sales-funnel", + "link_type": "Page", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jk58g0lr", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Prospects Engaged But Not Converted", + "link_to": "Prospects Engaged But Not Converted", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jdo465fk", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "First Response Time for Opportunity", + "link_to": "First Response Time for Opportunity", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j12n4psl", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 0, + "label": "Inactive Customers", + "link_to": "Inactive Customers", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jfqekfo9", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Campaign Efficiency", + "link_to": "Campaign Efficiency", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jcoha9kq", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Lead Owner Efficiency", + "link_to": "Lead Owner Efficiency", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jh068mgq", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 1, + "label": "Maintenance", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jat9iu0r", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Maintenance Schedule", + "link_to": "Maintenance Schedule", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j83c4sql", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "Maintenance Visit", + "link_to": "Maintenance Visit", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j3be6kct", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Warranty Claim", + "link_to": "Warranty Claim", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j51jtnl3", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 1, + "label": "Sales Pipeline", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j1kj87co", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Lead", + "link_to": "Lead", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j0vmejna", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Opportunity", + "link_to": "Opportunity", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jo1ucbp8", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 23, + "indent": 0, + "keep_closed": 0, + "label": "Customer", + "link_to": "Customer", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jt6m0ep0", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 24, + "indent": 0, + "keep_closed": 0, + "label": "Contract", + "link_to": "Contract", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j5n8t0ve", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 25, + "indent": 0, + "keep_closed": 0, + "label": "Appointment", + "link_to": "Appointment", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jjms5iuq", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 26, + "indent": 0, + "keep_closed": 0, + "label": "Newsletter", + "link_to": "Newsletter", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j10j2b0n", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 27, + "indent": 0, + "keep_closed": 0, + "label": "Communication", + "link_to": "Communication", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j3antkj7", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 28, + "indent": 0, + "keep_closed": 1, + "label": "Settings", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jbqif846", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 29, + "indent": 0, + "keep_closed": 0, + "label": "CRM Settings", + "link_to": "CRM Settings", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jmd2tqut", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 30, + "indent": 0, + "keep_closed": 0, + "label": "SMS Settings", + "link_to": "SMS Settings", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0ja73sbef", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 31, + "indent": 0, + "keep_closed": 1, + "label": "Campaign", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jbd317v6", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 32, + "indent": 0, + "keep_closed": 0, + "label": "Campaign", + "link_to": "Campaign", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jupapghj", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 33, + "indent": 0, + "keep_closed": 0, + "label": "Email Campaign", + "link_to": "Email Campaign", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jb99jakb", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 34, + "indent": 0, + "keep_closed": 0, + "label": "SMS Center", + "link_to": "SMS Center", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jl7aspa5", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 35, + "indent": 0, + "keep_closed": 0, + "label": "SMS Log", + "link_to": "SMS Log", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j6r550f7", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 36, + "indent": 0, + "keep_closed": 0, + "label": "Email Group", + "link_to": "Email Group", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jd7tnjn3", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 37, + "indent": 0, + "keep_closed": 1, + "label": "Masters", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j09bl75c", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 38, + "indent": 0, + "keep_closed": 0, + "label": "Territory", + "link_to": "Territory", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jo5mc0gm", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 39, + "indent": 0, + "keep_closed": 0, + "label": "Customer Group", + "link_to": "Customer Group", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j9mthhbf", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 40, + "indent": 0, + "keep_closed": 0, + "label": "Contact", + "link_to": "Contact", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jpf5rhjt", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 41, + "indent": 0, + "keep_closed": 0, + "label": "Prospect", + "link_to": "Prospect", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0ji2u3lpq", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 42, + "indent": 0, + "keep_closed": 0, + "label": "Sales Person", + "link_to": "Sales Person", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j6kcb3c2", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 43, + "indent": 0, + "keep_closed": 0, + "label": "Sales Stage", + "link_to": "Sales Stage", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0jt4l8lq2", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 44, + "indent": 0, + "keep_closed": 0, + "label": "Lead Source", + "link_to": "UTM Source", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "p0j1ef8tm5", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 14:58:49.161792", + "modified_by": "Administrator", + "name": "CRM", + "owner": "Administrator", + "title": "CRM" +} diff --git a/erpnext/workspace_sidebar/financial_reports.json b/erpnext/workspace_sidebar/financial_reports.json new file mode 100644 index 00000000000..03c9a853db5 --- /dev/null +++ b/erpnext/workspace_sidebar/financial_reports.json @@ -0,0 +1,517 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "sheet", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Financial Statements", + "link_type": "DocType", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf7p2v5i1", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Balance Sheet", + "link_to": "Balance Sheet", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfcub1qov", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Profit and Loss Statement", + "link_to": "Profit and Loss Statement", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfuomeq40", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Cash Flow", + "link_to": "Cash Flow", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf8shjg1l", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Trial Balance", + "link_to": "Trial Balance", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf04jmiqd", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Consolidated Financial Statement", + "link_to": "Consolidated Financial Statement", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf30kc4nm", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Ledgers", + "link_type": "DocType", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfh2o3p50", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "General Ledger", + "link_to": "General Ledger", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfi0btl7m", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Customer Ledger Summary", + "link_to": "Customer Ledger Summary", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf9ghjshq", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Supplier Ledger Summary", + "link_to": "Supplier Ledger Summary", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf7rstsis", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 1, + "label": "Profitability", + "link_type": "DocType", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfpe02q4r", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Gross Profit", + "link_to": "Gross Profit", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfgikjen7", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 0, + "label": "Profitability Analysis", + "link_to": "Profitability Analysis", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf2nmj0go", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Sales Invoice Trends", + "link_to": "Sales Invoice Trends", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf2o3pc4m", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Invoice Trends", + "link_to": "Purchase Invoice Trends", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcffhb5v3e", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 1, + "label": "Other Reports", + "link_type": "DocType", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf0hoisq3", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Trial Balance for Party", + "link_to": "Trial Balance for Party", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfsv0j8if", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "Payment Period Based On Invoice Date", + "link_to": "Payment Period Based On Invoice Date", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfqaoljtv", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Sales Partners Commission", + "link_to": "Sales Partners Commission", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcf839lg28", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Customer Credit Balance", + "link_to": "Customer Credit Balance", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfkktlnno", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Sales Payment Summary", + "link_to": "Sales Payment Summary", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfsa36b7e", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Address And Contacts", + "link_to": "Address And Contacts", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfd5h3374", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.576629", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 23, + "indent": 0, + "keep_closed": 0, + "label": "UAE VAT 201", + "link_to": "UAE VAT 201", + "link_type": "Report", + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "tcfnm3du50", + "owner": "Administrator", + "parent": "Financial Reports", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 16:39:53.534775", + "modified_by": "Administrator", + "name": "Financial Reports", + "owner": "Administrator", + "title": "Financial Reports" +} diff --git a/erpnext/workspace_sidebar/manufacturing.json b/erpnext/workspace_sidebar/manufacturing.json new file mode 100644 index 00000000000..9b68c0cbe48 --- /dev/null +++ b/erpnext/workspace_sidebar/manufacturing.json @@ -0,0 +1,811 @@ +{ + "app": "erpnext", + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "organization", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "home", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Manufacturing", + "link_type": "Dashboard", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1uljp978", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "stock", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1diqf2pu", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "list-tree", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "BOM", + "link_to": "BOM", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1ge8r618", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "factory", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Work Order", + "link_to": "Work Order", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1cchm62h", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Job Card", + "link_to": "Job Card", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1kmhn1o7", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Stock Entry", + "link_to": "Stock Entry", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1g2ggojd", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 1, + "label": "Material Planning", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo170ktc4t", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Production Plan", + "link_to": "Production Plan", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1i33pov5", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "plane", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Forecasting", + "link_to": "Exponential Smoothing Forecasting", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1bpn7sn1", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Master Production Schedule", + "link_to": "Master Production Schedule", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo14q8iq2g", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Sales Forecast", + "link_to": "Sales Forecast", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo18lfqj7u", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Production Planning Report", + "link_to": "Production Planning Report", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo11fm3384", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 1, + "label": "Tools", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1trvh3uk", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "BOM Creator", + "link_to": "BOM Creator", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1fr91egu", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "BOM Update Tool", + "link_to": "BOM Update Tool", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1sn3vg4m", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "BOM Comparison Tool", + "link_to": "bom-comparison-tool", + "link_type": "Page", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo17cqvguh", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Downtime Entry", + "link_to": "Downtime Entry", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1ue8rtc4", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo135aokmv", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Production Planning Report", + "link_to": "Production Planning Report", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo15flqdi7", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Work Order Summary", + "link_to": "Work Order Summary", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1shj86ul", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Quality Inspection Summary", + "link_to": "Quality Inspection Summary", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo16ncrtc0", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Downtime Analysis", + "link_to": "Downtime Analysis", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1bka5k0f", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 23, + "indent": 0, + "keep_closed": 0, + "label": "Job Card Summary", + "link_to": "Job Card Summary", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1k8bdo6d", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 24, + "indent": 0, + "keep_closed": 0, + "label": "BOM Search", + "link_to": "BOM Search", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1nklgk54", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 25, + "indent": 0, + "keep_closed": 0, + "label": "BOM Stock Report", + "link_to": "BOM Stock Report", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1c7kpop3", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 26, + "indent": 0, + "keep_closed": 0, + "label": "Production Analytics", + "link_to": "Production Analytics", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1j4hpeai", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 27, + "indent": 0, + "keep_closed": 0, + "label": "BOM Operations Time", + "link_to": "BOM Operations Time", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1sdfi370", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 28, + "indent": 0, + "keep_closed": 0, + "label": "Work Order Consumed Materials", + "link_to": "Work Order Consumed Materials", + "link_type": "Report", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo10jt5k2e", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 29, + "indent": 0, + "keep_closed": 1, + "label": "Setup", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo11067h51", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 30, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Manufacturing Settings", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1eafhvmc", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "factory", + "idx": 31, + "indent": 0, + "keep_closed": 0, + "label": "Warehouse", + "link_to": "Warehouse", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo178fndpb", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 32, + "indent": 0, + "keep_closed": 0, + "label": "Operation", + "link_to": "Operation", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo13edmjfk", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "factory", + "idx": 33, + "indent": 0, + "keep_closed": 0, + "label": "Workstation", + "link_to": "Workstation", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1lolsniv", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 34, + "indent": 0, + "keep_closed": 0, + "label": "Workstation Type", + "link_to": "Workstation Type", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1o9honde", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 35, + "indent": 0, + "keep_closed": 0, + "label": "Plant Floor", + "link_to": "Plant Floor", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo177fokrh", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 36, + "indent": 0, + "keep_closed": 0, + "label": "Routing", + "link_to": "Routing", + "link_type": "DocType", + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "lo1o823p7h", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 15:38:35.824564", + "modified_by": "Administrator", + "name": "Manufacturing", + "owner": "Administrator", + "title": "Manufacturing" +} diff --git a/erpnext/workspace_sidebar/opening_&_closing.json b/erpnext/workspace_sidebar/opening_&_closing.json new file mode 100644 index 00000000000..df09bdc66d4 --- /dev/null +++ b/erpnext/workspace_sidebar/opening_&_closing.json @@ -0,0 +1,125 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 15:14:26.244306", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "lock-keyhole-open", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:14:26.244306", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Chart of Accounts Importer", + "link_to": "Chart of Accounts Importer", + "link_type": "DocType", + "modified": "2025-11-12 15:15:56.705752", + "modified_by": "Administrator", + "name": "pe69544ed2", + "owner": "Administrator", + "parent": "Opening & Closing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:14:26.244306", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Opening Invoice Creation Tool", + "link_to": "Opening Invoice Creation Tool", + "link_type": "DocType", + "modified": "2025-11-12 15:15:56.705752", + "modified_by": "Administrator", + "name": "pe66qd6uek", + "owner": "Administrator", + "parent": "Opening & Closing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:14:26.244306", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Accounting Period", + "link_to": "Accounting Period", + "link_type": "DocType", + "modified": "2025-11-12 15:15:56.705752", + "modified_by": "Administrator", + "name": "qafpmb1c3g", + "owner": "Administrator", + "parent": "Opening & Closing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:14:26.244306", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Exchange Rate Revaluation", + "link_to": "Exchange Rate Revaluation", + "link_type": "DocType", + "modified": "2025-11-12 15:15:56.705752", + "modified_by": "Administrator", + "name": "pe6228hgro", + "owner": "Administrator", + "parent": "Opening & Closing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:14:26.244306", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Period Closing Voucher", + "link_to": "Period Closing Voucher", + "link_type": "DocType", + "modified": "2025-11-12 15:15:56.705752", + "modified_by": "Administrator", + "name": "pe6ravef13", + "owner": "Administrator", + "parent": "Opening & Closing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 15:15:56.705752", + "modified_by": "Administrator", + "name": "Opening & Closing", + "owner": "Administrator", + "title": "Opening & Closing" +} diff --git a/erpnext/workspace_sidebar/projects.json b/erpnext/workspace_sidebar/projects.json new file mode 100644 index 00000000000..6eef0e569ab --- /dev/null +++ b/erpnext/workspace_sidebar/projects.json @@ -0,0 +1,149 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "project", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "home", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Projects", + "link_type": "Workspace", + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "v5271ba9qe", + "owner": "Administrator", + "parent": "Projects", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Project", + "link_to": "Project", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "v52uislo05", + "owner": "Administrator", + "parent": "Projects", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "list-todo", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Task", + "link_to": "Task", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "v52s06s5c9", + "owner": "Administrator", + "parent": "Projects", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Timesheet", + "link_to": "Timesheet", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "v52l5ajg37", + "owner": "Administrator", + "parent": "Projects", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "v52fgh6rp7", + "owner": "Administrator", + "parent": "Projects", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.610193", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "table", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Project Summary", + "link_to": "Project Summary", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "v5293kftfm", + "owner": "Administrator", + "parent": "Projects", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 14:58:49.140183", + "modified_by": "Administrator", + "name": "Projects", + "owner": "Administrator", + "title": "Projects" +} diff --git a/erpnext/workspace_sidebar/quality.json b/erpnext/workspace_sidebar/quality.json new file mode 100644 index 00000000000..61a53ca3245 --- /dev/null +++ b/erpnext/workspace_sidebar/quality.json @@ -0,0 +1,429 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "quality", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Quality Goal", + "link_to": "Quality Goal", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tceqfuja3h", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Quality Procedure", + "link_to": "Quality Procedure", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tce8t7m3qb", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Quality Inspection", + "link_to": "Quality Inspection", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcevm834v9", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Quality Review", + "link_to": "Quality Review", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcesi270tl", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Quality Action", + "link_to": "Quality Action", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcejoad9a5", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Non Conformance", + "link_to": "Non Conformance", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcedpel3gh", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 1, + "label": "Goal and Procedure", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcee3hfgf9", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Quality Goal", + "link_to": "Quality Goal", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tceumn3rd3", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Quality Procedure", + "link_to": "Quality Procedure", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tceku71e6g", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Tree of Procedures", + "link_to": "Quality Procedure", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tceftftl2o", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 1, + "label": "Feedback", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tce3k5c8pv", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Quality Feedback", + "link_to": "Quality Feedback", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tce2c6bjrj", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 0, + "label": "Quality Feedback Template", + "link_to": "Quality Feedback Template", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tce32i3puc", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 1, + "label": "Meeting", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcedk9qhic", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Quality Meeting", + "link_to": "Quality Meeting", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tce9dbh54t", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 1, + "label": "Review and Action", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tce2o9099i", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Non Conformance", + "link_to": "Non Conformance", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcep7u03dr", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "Quality Review", + "link_to": "Quality Review", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcefnlftl3", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.613016", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Quality Action", + "link_to": "Quality Action", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "tcea5tgvcq", + "owner": "Administrator", + "parent": "Quality", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 14:58:49.073213", + "modified_by": "Administrator", + "name": "Quality", + "owner": "Administrator", + "title": "Quality" +} diff --git a/erpnext/workspace_sidebar/selling.json b/erpnext/workspace_sidebar/selling.json new file mode 100644 index 00000000000..64fa2059b0c --- /dev/null +++ b/erpnext/workspace_sidebar/selling.json @@ -0,0 +1,922 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "sell", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "home", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Selling", + "link_type": "Dashboard", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at2o427kh", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "customer", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Customer", + "link_to": "Customer", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atka0g887", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "receipt-text", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Quotation", + "link_to": "Quotation", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at5inv5oa", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "receipt", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Sales Order", + "link_to": "Sales Order", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atvo6st6f", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "receipt", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Sales Invoice", + "link_to": "Sales Invoice", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2ate21i45p", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 1, + "label": "Item and Pricing", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atka2aegd", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "package", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atd73pi1m", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Item Group", + "link_to": "Item Group", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at5sdshor", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Price List", + "link_to": "Price List", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atcs4kogo", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Item Price", + "link_to": "Item Price", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atk4ls5l6", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Pricing Rule", + "link_to": "Pricing Rule", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2ats28ulcs", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Promotional Scheme", + "link_to": "Promotional Scheme", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atlbm6pan", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 0, + "label": "Coupon Code", + "link_to": "Coupon Code", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2ata3q33bn", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Blanket Order", + "link_to": "Blanket Order", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at8dbno0l", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atkrmifps", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Sales Analytics", + "link_to": "Sales Analytics", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at88tvna7", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Pending SO Items For Purchase Request", + "link_to": "Pending SO Items For Purchase Request", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at0o5arcg", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "Available Stock for Packing Items", + "link_to": "Available Stock for Packing Items", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at4g7h7bo", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Customer Addresses And Contacts", + "link_to": "Address And Contacts", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atms4hij6", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Delivery Note Trends", + "link_to": "Delivery Note Trends", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at4091isc", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Sales Invoice Trends", + "link_to": "Sales Invoice Trends", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atu7ebnks", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Customer Credit Balance", + "link_to": "Customer Credit Balance", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atokn9fai", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 23, + "indent": 0, + "keep_closed": 0, + "label": "Customers Without Any Sales Transactions", + "link_to": "Customers Without Any Sales Transactions", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at0347om8", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 24, + "indent": 0, + "keep_closed": 0, + "label": "Sales Partners Commission", + "link_to": "Sales Partners Commission", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atiljm0bd", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 25, + "indent": 0, + "keep_closed": 0, + "label": "Territory Target Variance Based On Item Group", + "link_to": "Territory Target Variance Based On Item Group", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atsfkrqq1", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 26, + "indent": 0, + "keep_closed": 0, + "label": "Sales Person Target Variance Based On Item Group", + "link_to": "Sales Person Target Variance Based On Item Group", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at42iqcic", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 27, + "indent": 0, + "keep_closed": 0, + "label": "Sales Partner Target Variance Based On Item Group", + "link_to": "Sales Partner Target Variance based on Item Group", + "link_type": "Report", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at8vugell", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 28, + "indent": 0, + "keep_closed": 1, + "label": "Masters", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atjp698mu", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 29, + "indent": 0, + "keep_closed": 0, + "label": "Customer Group", + "link_to": "Customer Group", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at0tc62l1", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 30, + "indent": 0, + "keep_closed": 0, + "label": "Address", + "link_to": "Address", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2ateadrb5k", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 31, + "indent": 0, + "keep_closed": 0, + "label": "Contact", + "link_to": "Contact", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atccn4bn5", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 32, + "indent": 0, + "keep_closed": 0, + "label": "Territory", + "link_to": "Territory", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at3dg7din", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 33, + "indent": 0, + "keep_closed": 0, + "label": "Campaign", + "link_to": "Campaign", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at95f73q2", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 34, + "indent": 0, + "keep_closed": 0, + "label": "Sales Partner", + "link_to": "Sales Partner", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atf6ic5fq", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 35, + "indent": 0, + "keep_closed": 0, + "label": "Sales Person", + "link_to": "Sales Person", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atakl9er0", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 36, + "indent": 0, + "keep_closed": 0, + "label": "Product Bundle", + "link_to": "Product Bundle", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atc7e2uv3", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 37, + "indent": 0, + "keep_closed": 0, + "label": "Shipping Rule", + "link_to": "Shipping Rule", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atmepv8em", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 38, + "indent": 0, + "keep_closed": 0, + "label": "UTM Source", + "link_to": "UTM Source", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atg9ll9m2", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 39, + "indent": 0, + "keep_closed": 0, + "label": "Terms Template", + "link_to": "Terms and Conditions", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2at2jleuo2", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 40, + "indent": 0, + "keep_closed": 0, + "label": "Tax Template", + "link_to": "Sales Taxes and Charges Template", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2atsp053ek", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 41, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Selling Settings", + "link_type": "DocType", + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "2ath6o7jt9", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 16:10:37.879990", + "modified_by": "Administrator", + "name": "Selling", + "owner": "Administrator", + "title": "Selling" +} diff --git a/erpnext/workspace_sidebar/share_management.json b/erpnext/workspace_sidebar/share_management.json new file mode 100644 index 00000000000..b01ab96feda --- /dev/null +++ b/erpnext/workspace_sidebar/share_management.json @@ -0,0 +1,99 @@ +{ + "app": "erpnext", + "creation": "2025-11-10 16:49:07.269956", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "", + "idx": 0, + "items": [ + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:49:07.269956", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Shareholder", + "link_to": "Shareholder", + "link_type": "DocType", + "modified": "2025-11-10 16:49:07.269956", + "modified_by": "Administrator", + "name": "pdhudir9vv", + "owner": "Administrator", + "parent": "Share Management", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:49:07.269956", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Share Transfer", + "link_to": "Share Transfer", + "link_type": "DocType", + "modified": "2025-11-10 16:49:07.269956", + "modified_by": "Administrator", + "name": "pdhao6uhur", + "owner": "Administrator", + "parent": "Share Management", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:49:07.269956", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Share Ledger", + "link_to": "Share Ledger", + "link_type": "Report", + "modified": "2025-11-10 16:49:07.269956", + "modified_by": "Administrator", + "name": "pdhu2dmb8c", + "owner": "Administrator", + "parent": "Share Management", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-10 16:49:07.269956", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Share Balance", + "link_to": "Share Balance", + "link_type": "Report", + "modified": "2025-11-10 16:49:07.269956", + "modified_by": "Administrator", + "name": "pdhdlil4tj", + "owner": "Administrator", + "parent": "Share Management", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + } + ], + "modified": "2025-11-10 16:49:07.269956", + "modified_by": "Administrator", + "name": "Share Management", + "owner": "Administrator", + "title": "Share Management" +} diff --git a/erpnext/workspace_sidebar/subscription.json b/erpnext/workspace_sidebar/subscription.json new file mode 100644 index 00000000000..936ae072c9f --- /dev/null +++ b/erpnext/workspace_sidebar/subscription.json @@ -0,0 +1,78 @@ +{ + "app": "erpnext", + "creation": "2025-11-10 16:08:50.904116", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "accounting", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-10 16:08:50.904116", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Subscription Plan", + "link_to": "Subscription Plan", + "link_type": "DocType", + "modified": "2025-11-10 16:25:36.349491", + "modified_by": "Administrator", + "name": "1qd8adp7bp", + "owner": "Administrator", + "parent": "Subscription", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-10 16:08:50.904116", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Subscription", + "link_to": "Subscription", + "link_type": "DocType", + "modified": "2025-11-10 16:25:36.349491", + "modified_by": "Administrator", + "name": "1qdt685odc", + "owner": "Administrator", + "parent": "Subscription", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-10 16:08:50.904116", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Subscription Settings", + "link_to": "Subscription Settings", + "link_type": "DocType", + "modified": "2025-11-10 16:25:36.349491", + "modified_by": "Administrator", + "name": "1qdo9f7343", + "owner": "Administrator", + "parent": "Subscription", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + } + ], + "modified": "2025-11-10 16:25:36.349491", + "modified_by": "Administrator", + "name": "Subscription", + "owner": "Administrator", + "title": "Subscription" +} diff --git a/erpnext/workspace_sidebar/support.json b/erpnext/workspace_sidebar/support.json new file mode 100644 index 00000000000..482027413d9 --- /dev/null +++ b/erpnext/workspace_sidebar/support.json @@ -0,0 +1,427 @@ +{ + "app": "erpnext", + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "support", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Issue", + "link_to": "Issue", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcegph0hsl", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Maintenance Visit", + "link_to": "Maintenance Visit", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcevspsodh", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Service Level Agreement", + "link_to": "Service Level Agreement", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce6tokft5", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 1, + "label": "Issues", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcevcrdhf8", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Issue", + "link_to": "Issue", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce12eu75i", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Issue Type", + "link_to": "Issue Type", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcereiitol", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Issue Priority", + "link_to": "Issue Priority", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tceav7gknl", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 1, + "label": "Maintenance", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce1eu54gl", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Maintenance Schedule", + "link_to": "Maintenance Schedule", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcemrhtkd1", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Maintenance Visit", + "link_to": "Maintenance Visit", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcef7jmu04", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 11, + "indent": 0, + "keep_closed": 1, + "label": "Service Level Agreement", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce4mvjh2n", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Service Level Agreement", + "link_to": "Service Level Agreement", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcer29df09", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 1, + "label": "Warranty", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tceii93ldd", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Warranty Claim", + "link_to": "Warranty Claim", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce9cb6o95", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Serial No", + "link_to": "Serial No", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce60bu685", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 1, + "label": "Settings", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tce53j6a79", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 17, + "indent": 0, + "keep_closed": 0, + "label": "Support Settings", + "link_to": "Support Settings", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcer2ou51f", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcel4r8pv8", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.636967", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "First Response Time for Issues", + "link_to": "First Response Time for Issues", + "link_type": "Report", + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "tcenfvca3k", + "owner": "Administrator", + "parent": "Support", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 14:58:49.237977", + "modified_by": "Administrator", + "name": "Support", + "owner": "Administrator", + "title": "Support" +} diff --git a/erpnext/workspace_sidebar/taxes.json b/erpnext/workspace_sidebar/taxes.json new file mode 100644 index 00000000000..0f5f46e7934 --- /dev/null +++ b/erpnext/workspace_sidebar/taxes.json @@ -0,0 +1,169 @@ +{ + "app": "erpnext", + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "money-coins-1", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Sales Tax Template", + "link_to": "Sales Taxes and Charges", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "ipl5vv3ddg", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Tax Template", + "link_to": "Purchase Taxes and Charges Template", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "ipljkkvli1", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Tax Category", + "link_to": "Tax Category", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "iplf3idfuj", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Tax Rule", + "link_to": "Tax Rule", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "j78fnrui7d", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Item Tax Template", + "link_to": "Item Tax Template", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "iplib4vera", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Tax Withholding Category", + "link_to": "Tax Withholding Category", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "ipl237k92q", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-12 15:03:06.180114", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Lower Deduction Certificate", + "link_to": "Lower Deduction Certificate", + "link_type": "DocType", + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "iplcq9ic5a", + "owner": "Administrator", + "parent": "Taxes", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-12 15:07:07.135369", + "modified_by": "Administrator", + "name": "Taxes", + "owner": "Administrator", + "title": "Taxes" +} From 56e44cfccb0075261f4196225028abf2e81f6c93 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Mon, 17 Nov 2025 13:55:01 +0530 Subject: [PATCH 2/4] fix: sidebar for selling and accounting modules --- erpnext/desktop_icon/accounting.json | 20 + erpnext/desktop_icon/accounts.json | 4 +- erpnext/desktop_icon/banking.json | 4 +- erpnext/desktop_icon/budget.json | 4 +- erpnext/desktop_icon/buying.json | 20 + erpnext/desktop_icon/erpnext.json | 19 + erpnext/desktop_icon/financial_reports.json | 4 +- erpnext/desktop_icon/manufacturing.json | 20 + erpnext/desktop_icon/opening_&_closing.json | 4 +- erpnext/desktop_icon/selling.json | 20 + erpnext/desktop_icon/stock.json | 20 + erpnext/desktop_icon/subcontracting.json | 20 + erpnext/desktop_icon/subscription.json | 4 +- erpnext/desktop_icon/taxes.json | 4 +- erpnext/workspace_sidebar/accounting.json | 83 +- erpnext/workspace_sidebar/buying.json | 191 +++++ erpnext/workspace_sidebar/home.json | 126 +++ erpnext/workspace_sidebar/receivables.json | 170 +++++ erpnext/workspace_sidebar/selling.json | 93 +-- erpnext/workspace_sidebar/stock.json | 235 ++++++ erpnext/workspace_sidebar/subcontracting.json | 720 +++++++++--------- 21 files changed, 1326 insertions(+), 459 deletions(-) create mode 100644 erpnext/desktop_icon/accounting.json create mode 100644 erpnext/desktop_icon/buying.json create mode 100644 erpnext/desktop_icon/erpnext.json create mode 100644 erpnext/desktop_icon/manufacturing.json create mode 100644 erpnext/desktop_icon/selling.json create mode 100644 erpnext/desktop_icon/stock.json create mode 100644 erpnext/desktop_icon/subcontracting.json create mode 100644 erpnext/workspace_sidebar/buying.json create mode 100644 erpnext/workspace_sidebar/home.json create mode 100644 erpnext/workspace_sidebar/receivables.json create mode 100644 erpnext/workspace_sidebar/stock.json diff --git a/erpnext/desktop_icon/accounting.json b/erpnext/desktop_icon/accounting.json new file mode 100644 index 00000000000..3d33bea7a3b --- /dev/null +++ b/erpnext/desktop_icon/accounting.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.309749", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "accounting", + "icon_type": "Link", + "idx": 1, + "label": "Accounting", + "link_to": "Accounting", + "link_type": "Workspace", + "modified": "2025-11-17 13:33:35.788242", + "modified_by": "Administrator", + "name": "Accounting", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/accounts.json b/erpnext/desktop_icon/accounts.json index 6bc9c616565..3975c2bdd14 100644 --- a/erpnext/desktop_icon/accounts.json +++ b/erpnext/desktop_icon/accounts.json @@ -5,10 +5,10 @@ "doctype": "Desktop Icon", "hidden": 0, "icon_type": "Folder", - "idx": 0, + "idx": 1, "label": "Accounts", "link_type": "DocType", - "modified": "2025-11-12 13:07:51.988728", + "modified": "2025-11-17 13:37:23.614611", "modified_by": "Administrator", "name": "Accounts", "owner": "Administrator", diff --git a/erpnext/desktop_icon/banking.json b/erpnext/desktop_icon/banking.json index c291f0d0420..f261d6e34b3 100644 --- a/erpnext/desktop_icon/banking.json +++ b/erpnext/desktop_icon/banking.json @@ -5,11 +5,11 @@ "doctype": "Desktop Icon", "hidden": 0, "icon_type": "Link", - "idx": 0, + "idx": 5, "label": "Banking", "link_to": "Bank Reconciliation Tool", "link_type": "DocType", - "modified": "2025-11-12 14:57:32.316148", + "modified": "2025-11-17 13:34:23.484506", "modified_by": "Administrator", "name": "Banking", "owner": "Administrator", diff --git a/erpnext/desktop_icon/budget.json b/erpnext/desktop_icon/budget.json index 00d07edabc7..c8ada5de2a9 100644 --- a/erpnext/desktop_icon/budget.json +++ b/erpnext/desktop_icon/budget.json @@ -6,11 +6,11 @@ "hidden": 0, "icon": "expenses", "icon_type": "Link", - "idx": 0, + "idx": 4, "label": "Budget", "link_to": "Budget", "link_type": "DocType", - "modified": "2025-11-12 13:08:35.543849", + "modified": "2025-11-17 13:34:13.514949", "modified_by": "Administrator", "name": "Budget", "owner": "Administrator", diff --git a/erpnext/desktop_icon/buying.json b/erpnext/desktop_icon/buying.json new file mode 100644 index 00000000000..860f3cde73d --- /dev/null +++ b/erpnext/desktop_icon/buying.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.327790", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "buying", + "icon_type": "Link", + "idx": 3, + "label": "Buying", + "link_to": "Buying", + "link_type": "Workspace", + "modified": "2025-11-17 13:42:00.710277", + "modified_by": "Administrator", + "name": "Buying", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/erpnext.json b/erpnext/desktop_icon/erpnext.json new file mode 100644 index 00000000000..0ac5ebf1c96 --- /dev/null +++ b/erpnext/desktop_icon/erpnext.json @@ -0,0 +1,19 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.178534", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon_type": "App", + "idx": 7, + "label": "ERPNext", + "link": "/app/home", + "link_type": "External", + "logo_url": "/assets/erpnext/images/erpnext-logo.svg", + "modified": "2025-11-17 13:41:25.928426", + "modified_by": "Administrator", + "name": "ERPNext", + "owner": "Administrator", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/financial_reports.json b/erpnext/desktop_icon/financial_reports.json index 7d6e851a88b..1e6f5dbbbfb 100644 --- a/erpnext/desktop_icon/financial_reports.json +++ b/erpnext/desktop_icon/financial_reports.json @@ -6,11 +6,11 @@ "hidden": 0, "icon": "file", "icon_type": "Link", - "idx": 0, + "idx": 7, "label": "Financial Reports", "link_to": "Financial Reports", "link_type": "Workspace", - "modified": "2025-11-12 16:36:38.605479", + "modified": "2025-11-17 13:34:48.074533", "modified_by": "Administrator", "name": "Financial Reports", "owner": "Administrator", diff --git a/erpnext/desktop_icon/manufacturing.json b/erpnext/desktop_icon/manufacturing.json new file mode 100644 index 00000000000..6bc0936d169 --- /dev/null +++ b/erpnext/desktop_icon/manufacturing.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.269805", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "organization", + "icon_type": "Link", + "idx": 5, + "label": "Manufacturing", + "link_to": "Manufacturing", + "link_type": "Workspace", + "modified": "2025-11-17 13:42:35.144486", + "modified_by": "Administrator", + "name": "Manufacturing", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/opening_&_closing.json b/erpnext/desktop_icon/opening_&_closing.json index 631cef1889e..1f091b1aedf 100644 --- a/erpnext/desktop_icon/opening_&_closing.json +++ b/erpnext/desktop_icon/opening_&_closing.json @@ -5,11 +5,11 @@ "doctype": "Desktop Icon", "hidden": 0, "icon_type": "Link", - "idx": 0, + "idx": 2, "label": "Opening & Closing", "link_to": "Period Closing Voucher", "link_type": "DocType", - "modified": "2025-11-12 15:15:15.824801", + "modified": "2025-11-17 13:33:51.092576", "modified_by": "Administrator", "name": "Opening & Closing", "owner": "Administrator", diff --git a/erpnext/desktop_icon/selling.json b/erpnext/desktop_icon/selling.json new file mode 100644 index 00000000000..a06af0046d7 --- /dev/null +++ b/erpnext/desktop_icon/selling.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.335051", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "sell", + "icon_type": "Link", + "idx": 2, + "label": "Selling", + "link_to": "Selling", + "link_type": "Workspace", + "modified": "2025-11-17 13:37:15.754117", + "modified_by": "Administrator", + "name": "Selling", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/stock.json b/erpnext/desktop_icon/stock.json new file mode 100644 index 00000000000..5d1c8bcf7bc --- /dev/null +++ b/erpnext/desktop_icon/stock.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.304517", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "stock", + "icon_type": "Link", + "idx": 4, + "label": "Stock", + "link_to": "Stock", + "link_type": "Workspace", + "modified": "2025-11-17 13:42:14.696355", + "modified_by": "Administrator", + "name": "Stock", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/subcontracting.json b/erpnext/desktop_icon/subcontracting.json new file mode 100644 index 00000000000..5ba8b3ef4f8 --- /dev/null +++ b/erpnext/desktop_icon/subcontracting.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.275668", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "organization", + "icon_type": "Link", + "idx": 6, + "label": "Subcontracting", + "link_to": "Subcontracting", + "link_type": "Workspace", + "modified": "2025-11-17 13:43:38.346036", + "modified_by": "Administrator", + "name": "Subcontracting", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/subscription.json b/erpnext/desktop_icon/subscription.json index c3fddc164f8..f0865dd8218 100644 --- a/erpnext/desktop_icon/subscription.json +++ b/erpnext/desktop_icon/subscription.json @@ -6,11 +6,11 @@ "hidden": 0, "icon": "accounting", "icon_type": "Link", - "idx": 0, + "idx": 6, "label": "Subscription", "link_to": "Subscription", "link_type": "DocType", - "modified": "2025-11-12 13:08:35.599003", + "modified": "2025-11-17 13:34:40.653317", "modified_by": "Administrator", "name": "Subscription", "owner": "Administrator", diff --git a/erpnext/desktop_icon/taxes.json b/erpnext/desktop_icon/taxes.json index 15ff08ffbc0..6f90195cebd 100644 --- a/erpnext/desktop_icon/taxes.json +++ b/erpnext/desktop_icon/taxes.json @@ -5,11 +5,11 @@ "doctype": "Desktop Icon", "hidden": 0, "icon_type": "Link", - "idx": 0, + "idx": 3, "label": "Taxes", "link_to": "Item Tax Template", "link_type": "DocType", - "modified": "2025-11-12 15:06:04.160228", + "modified": "2025-11-17 13:34:03.502433", "modified_by": "Administrator", "name": "Taxes", "owner": "Administrator", diff --git a/erpnext/workspace_sidebar/accounting.json b/erpnext/workspace_sidebar/accounting.json index ca80501c14c..281f5d9d215 100644 --- a/erpnext/workspace_sidebar/accounting.json +++ b/erpnext/workspace_sidebar/accounting.json @@ -19,7 +19,7 @@ "label": "Home", "link_to": "Accounting", "link_type": "Workspace", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "a64og9oq94", "owner": "Administrator", @@ -42,7 +42,7 @@ "label": "Dashboard", "link_to": "Accounts", "link_type": "Dashboard", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhugl9lua", "owner": "Administrator", @@ -58,12 +58,13 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "arrow-right", "idx": 3, - "indent": 0, + "indent": 1, "keep_closed": 0, "label": "Receivables", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh0n3qq66", "owner": "Administrator", @@ -79,14 +80,14 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "\ud83e\udd73", + "icon": "", "idx": 4, "indent": 0, "keep_closed": 0, "label": "Customer", "link_to": "Customer", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhcm51kp3", "owner": "Administrator", @@ -108,7 +109,7 @@ "label": "Sales Invoice", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh19c141t", "owner": "Administrator", @@ -124,14 +125,14 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "\ud83d\ude1e", + "icon": "", "idx": 6, "indent": 0, "keep_closed": 0, "label": "Credit Note", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "3fkm5nvbjl", "owner": "Administrator", @@ -153,7 +154,7 @@ "label": "Accounts Receivable", "link_to": "Accounts Receivable", "link_type": "Report", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhburdf01", "owner": "Administrator", @@ -169,12 +170,13 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "arrow-left", "idx": 8, - "indent": 0, + "indent": 1, "keep_closed": 0, "label": "Payables", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "4cdf4p0upe", "owner": "Administrator", @@ -190,14 +192,14 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "\ud83d\ude03", + "icon": "", "idx": 9, "indent": 0, "keep_closed": 0, "label": "Supplier", "link_to": "Supplier", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "4cduqhi5vd", "owner": "Administrator", @@ -219,7 +221,7 @@ "label": "Purchase Invoice", "link_to": "Purchase Invoice", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh6euud0o", "owner": "Administrator", @@ -241,7 +243,7 @@ "label": "Debit Note", "link_to": "Purchase Invoice", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "4kkni6snil", "owner": "Administrator", @@ -263,7 +265,7 @@ "label": "Accounts Payable", "link_to": "Accounts Payable", "link_type": "Report", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhq8anndl", "owner": "Administrator", @@ -284,7 +286,7 @@ "keep_closed": 1, "label": "Payments", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "5vdsnvlp5l", "owner": "Administrator", @@ -306,7 +308,7 @@ "label": "Payment Entry", "link_to": "Payment Entry", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh5ugbv3j", "owner": "Administrator", @@ -328,7 +330,7 @@ "label": "Journal Entry", "link_to": "Journal Entry", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh9ejcdq9", "owner": "Administrator", @@ -350,7 +352,7 @@ "label": "Payment Reconciliaition", "link_to": "Payment Reconciliation", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "9ki4da3hsk", "owner": "Administrator", @@ -371,7 +373,7 @@ "keep_closed": 1, "label": "Reports", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhhu54rmu", "owner": "Administrator", @@ -393,7 +395,7 @@ "label": "General Ledger", "link_to": "General Ledger", "link_type": "Report", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhoigppkp", "owner": "Administrator", @@ -415,7 +417,7 @@ "label": "Trial Balance", "link_to": "Trial Balance", "link_type": "Report", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jha0kei8j", "owner": "Administrator", @@ -437,7 +439,7 @@ "label": "Financial Reports", "link_to": "Financial Reports", "link_type": "Workspace", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "rkc8rb97t0", "owner": "Administrator", @@ -458,7 +460,7 @@ "keep_closed": 1, "label": "Setup", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhgskgkbk", "owner": "Administrator", @@ -480,7 +482,7 @@ "label": "Chart of Accounts", "link_to": "Account", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhda6gfhu", "owner": "Administrator", @@ -502,7 +504,7 @@ "label": "Chart of Cost Centers", "link_to": "Cost Center", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhqqetrmr", "owner": "Administrator", @@ -524,7 +526,7 @@ "label": "Accounting Dimension", "link_to": "Accounting Dimension", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhnutv8g9", "owner": "Administrator", @@ -546,7 +548,7 @@ "label": "Currency", "link_to": "Currency", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhp6j08e5", "owner": "Administrator", @@ -568,7 +570,7 @@ "label": "Currency Exchange", "link_to": "Currency Exchange", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhfeb7pha", "owner": "Administrator", @@ -590,7 +592,7 @@ "label": "Finance Book", "link_to": "Finance Book", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhbe7q82k", "owner": "Administrator", @@ -612,7 +614,7 @@ "label": "Mode of Payment", "link_to": "Mode of Payment", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhsqj699i", "owner": "Administrator", @@ -634,7 +636,7 @@ "label": "Payment Term", "link_to": "Payment Term", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhb94vg23", "owner": "Administrator", @@ -656,7 +658,7 @@ "label": "Journal Entry Template", "link_to": "Journal Entry Template", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhj8j1138", "owner": "Administrator", @@ -678,7 +680,7 @@ "label": "Terms and Conditions", "link_to": "Terms and Conditions", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhjsnnpf1", "owner": "Administrator", @@ -700,7 +702,7 @@ "label": "Company", "link_to": "Company", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jhbm036q6", "owner": "Administrator", @@ -722,7 +724,7 @@ "label": "Fiscal Year", "link_to": "Fiscal Year", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh431vkrk", "owner": "Administrator", @@ -744,7 +746,7 @@ "label": "Accounts Settings", "link_to": "Accounts Settings", "link_type": "DocType", - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", "name": "2jh7892p5u", "owner": "Administrator", @@ -755,8 +757,9 @@ "type": "Link" } ], - "modified": "2025-11-12 16:42:11.580055", + "modified": "2025-11-17 13:50:45.399833", "modified_by": "Administrator", + "module": "Accounts", "name": "Accounting", "owner": "Administrator", "title": "Accounting" diff --git a/erpnext/workspace_sidebar/buying.json b/erpnext/workspace_sidebar/buying.json new file mode 100644 index 00000000000..db9078ee2c5 --- /dev/null +++ b/erpnext/workspace_sidebar/buying.json @@ -0,0 +1,191 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "buying", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735790", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Buying", + "link_type": "Workspace", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5tkhc51a", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.736164", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5tcsnu6v", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.738809", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Learn Procurement", + "link_type": "URL", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5di8ssne", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.739370", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Material Request", + "link_to": "Material Request", + "link_type": "DocType", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5g2gdlha", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.739880", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Order", + "link_to": "Purchase Order", + "link_type": "DocType", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5stil147", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.740534", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Analytics", + "link_to": "Purchase Analytics", + "link_type": "Report", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5pmo9dqh", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.742357", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Order Analysis", + "link_to": "Purchase Order Analysis", + "link_type": "Report", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5daa86uf", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.742902", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "Buying", + "link_type": "Dashboard", + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "name": "gj5ltkm0p7", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-17 13:27:52.085778", + "modified_by": "Administrator", + "module": "Buying", + "name": "Buying", + "owner": "Administrator", + "title": "Buying" +} diff --git a/erpnext/workspace_sidebar/home.json b/erpnext/workspace_sidebar/home.json new file mode 100644 index 00000000000..c30a889fec1 --- /dev/null +++ b/erpnext/workspace_sidebar/home.json @@ -0,0 +1,126 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.805396", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "home", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.805785", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Home", + "link_type": "Workspace", + "modified": "2025-11-17 13:28:30.310305", + "modified_by": "Administrator", + "name": "gj783t37on", + "owner": "Administrator", + "parent": "Home", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.806286", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-17 13:28:30.310305", + "modified_by": "Administrator", + "name": "gj7121ufmk", + "owner": "Administrator", + "parent": "Home", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.806983", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Customer", + "link_to": "Customer", + "link_type": "DocType", + "modified": "2025-11-17 13:28:30.310305", + "modified_by": "Administrator", + "name": "gj7fbkfr9v", + "owner": "Administrator", + "parent": "Home", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.807394", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Supplier", + "link_to": "Supplier", + "link_type": "DocType", + "modified": "2025-11-17 13:28:30.310305", + "modified_by": "Administrator", + "name": "gj7jmt8t94", + "owner": "Administrator", + "parent": "Home", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.807720", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Sales Invoice", + "link_to": "Sales Invoice", + "link_type": "DocType", + "modified": "2025-11-17 13:28:30.310305", + "modified_by": "Administrator", + "name": "gj7ms79fte", + "owner": "Administrator", + "parent": "Home", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-17 13:28:30.310305", + "modified_by": "Administrator", + "module": "Setup", + "name": "Home", + "owner": "Administrator", + "title": "Home" +} diff --git a/erpnext/workspace_sidebar/receivables.json b/erpnext/workspace_sidebar/receivables.json new file mode 100644 index 00000000000..69e473244c2 --- /dev/null +++ b/erpnext/workspace_sidebar/receivables.json @@ -0,0 +1,170 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.958271", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "arrow-right", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.958687", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Receivables", + "link_type": "Workspace", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj8jglttfq", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.959041", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "POS Invoice", + "link_to": "POS Invoice", + "link_type": "DocType", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj8p0q3mk1", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.959354", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Cost Center", + "link_to": "Cost Center", + "link_type": "DocType", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj8igreert", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.959658", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Sales Invoice", + "link_to": "Sales Invoice", + "link_type": "DocType", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj81ke1nng", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.959965", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Journal Entry", + "link_to": "Journal Entry", + "link_type": "DocType", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj85hgn5df", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.960341", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Payment Entry", + "link_to": "Payment Entry", + "link_type": "DocType", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj8t64ehel", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.960735", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Accounts Receivable", + "link_to": "Accounts Receivable", + "link_type": "Report", + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "name": "gj84i3l5b8", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-17 13:28:26.269617", + "modified_by": "Administrator", + "module": "Accounts", + "name": "Receivables", + "owner": "Administrator", + "title": "Receivables" +} diff --git a/erpnext/workspace_sidebar/selling.json b/erpnext/workspace_sidebar/selling.json index 64fa2059b0c..b8609ac99a2 100644 --- a/erpnext/workspace_sidebar/selling.json +++ b/erpnext/workspace_sidebar/selling.json @@ -19,7 +19,7 @@ "label": "Home", "link_to": "Selling", "link_type": "Dashboard", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at2o427kh", "owner": "Administrator", @@ -42,7 +42,7 @@ "label": "Customer", "link_to": "Customer", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atka0g887", "owner": "Administrator", @@ -65,7 +65,7 @@ "label": "Quotation", "link_to": "Quotation", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at5inv5oa", "owner": "Administrator", @@ -88,7 +88,7 @@ "label": "Sales Order", "link_to": "Sales Order", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atvo6st6f", "owner": "Administrator", @@ -111,7 +111,7 @@ "label": "Sales Invoice", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2ate21i45p", "owner": "Administrator", @@ -127,12 +127,13 @@ "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "package", "idx": 6, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Item and Pricing", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atka2aegd", "owner": "Administrator", @@ -148,14 +149,14 @@ "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "package", + "icon": "", "idx": 7, "indent": 0, "keep_closed": 0, "label": "Item", "link_to": "Item", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atd73pi1m", "owner": "Administrator", @@ -177,7 +178,7 @@ "label": "Item Group", "link_to": "Item Group", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at5sdshor", "owner": "Administrator", @@ -199,7 +200,7 @@ "label": "Price List", "link_to": "Price List", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atcs4kogo", "owner": "Administrator", @@ -221,7 +222,7 @@ "label": "Item Price", "link_to": "Item Price", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atk4ls5l6", "owner": "Administrator", @@ -243,7 +244,7 @@ "label": "Pricing Rule", "link_to": "Pricing Rule", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2ats28ulcs", "owner": "Administrator", @@ -265,7 +266,7 @@ "label": "Promotional Scheme", "link_to": "Promotional Scheme", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atlbm6pan", "owner": "Administrator", @@ -287,7 +288,7 @@ "label": "Coupon Code", "link_to": "Coupon Code", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2ata3q33bn", "owner": "Administrator", @@ -309,7 +310,7 @@ "label": "Blanket Order", "link_to": "Blanket Order", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at8dbno0l", "owner": "Administrator", @@ -325,12 +326,13 @@ "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", "idx": 15, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Reports", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atkrmifps", "owner": "Administrator", @@ -352,7 +354,7 @@ "label": "Sales Analytics", "link_to": "Sales Analytics", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at88tvna7", "owner": "Administrator", @@ -374,7 +376,7 @@ "label": "Pending SO Items For Purchase Request", "link_to": "Pending SO Items For Purchase Request", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at0o5arcg", "owner": "Administrator", @@ -396,7 +398,7 @@ "label": "Available Stock for Packing Items", "link_to": "Available Stock for Packing Items", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at4g7h7bo", "owner": "Administrator", @@ -418,7 +420,7 @@ "label": "Customer Addresses And Contacts", "link_to": "Address And Contacts", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atms4hij6", "owner": "Administrator", @@ -440,7 +442,7 @@ "label": "Delivery Note Trends", "link_to": "Delivery Note Trends", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at4091isc", "owner": "Administrator", @@ -462,7 +464,7 @@ "label": "Sales Invoice Trends", "link_to": "Sales Invoice Trends", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atu7ebnks", "owner": "Administrator", @@ -484,7 +486,7 @@ "label": "Customer Credit Balance", "link_to": "Customer Credit Balance", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atokn9fai", "owner": "Administrator", @@ -506,7 +508,7 @@ "label": "Customers Without Any Sales Transactions", "link_to": "Customers Without Any Sales Transactions", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at0347om8", "owner": "Administrator", @@ -528,7 +530,7 @@ "label": "Sales Partners Commission", "link_to": "Sales Partners Commission", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atiljm0bd", "owner": "Administrator", @@ -550,7 +552,7 @@ "label": "Territory Target Variance Based On Item Group", "link_to": "Territory Target Variance Based On Item Group", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atsfkrqq1", "owner": "Administrator", @@ -572,7 +574,7 @@ "label": "Sales Person Target Variance Based On Item Group", "link_to": "Sales Person Target Variance Based On Item Group", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at42iqcic", "owner": "Administrator", @@ -594,7 +596,7 @@ "label": "Sales Partner Target Variance Based On Item Group", "link_to": "Sales Partner Target Variance based on Item Group", "link_type": "Report", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at8vugell", "owner": "Administrator", @@ -616,7 +618,7 @@ "keep_closed": 1, "label": "Masters", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atjp698mu", "owner": "Administrator", @@ -638,7 +640,7 @@ "label": "Customer Group", "link_to": "Customer Group", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at0tc62l1", "owner": "Administrator", @@ -660,7 +662,7 @@ "label": "Address", "link_to": "Address", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2ateadrb5k", "owner": "Administrator", @@ -682,7 +684,7 @@ "label": "Contact", "link_to": "Contact", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atccn4bn5", "owner": "Administrator", @@ -704,7 +706,7 @@ "label": "Territory", "link_to": "Territory", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at3dg7din", "owner": "Administrator", @@ -726,7 +728,7 @@ "label": "Campaign", "link_to": "Campaign", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at95f73q2", "owner": "Administrator", @@ -748,7 +750,7 @@ "label": "Sales Partner", "link_to": "Sales Partner", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atf6ic5fq", "owner": "Administrator", @@ -770,7 +772,7 @@ "label": "Sales Person", "link_to": "Sales Person", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atakl9er0", "owner": "Administrator", @@ -792,7 +794,7 @@ "label": "Product Bundle", "link_to": "Product Bundle", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atc7e2uv3", "owner": "Administrator", @@ -814,7 +816,7 @@ "label": "Shipping Rule", "link_to": "Shipping Rule", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atmepv8em", "owner": "Administrator", @@ -836,7 +838,7 @@ "label": "UTM Source", "link_to": "UTM Source", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atg9ll9m2", "owner": "Administrator", @@ -858,7 +860,7 @@ "label": "Terms Template", "link_to": "Terms and Conditions", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2at2jleuo2", "owner": "Administrator", @@ -880,7 +882,7 @@ "label": "Tax Template", "link_to": "Sales Taxes and Charges Template", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2atsp053ek", "owner": "Administrator", @@ -903,7 +905,7 @@ "label": "Settings", "link_to": "Selling Settings", "link_type": "DocType", - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", "name": "2ath6o7jt9", "owner": "Administrator", @@ -914,8 +916,9 @@ "type": "Link" } ], - "modified": "2025-11-12 16:10:37.879990", + "modified": "2025-11-17 13:54:06.752670", "modified_by": "Administrator", + "module": "Selling", "name": "Selling", "owner": "Administrator", "title": "Selling" diff --git a/erpnext/workspace_sidebar/stock.json b/erpnext/workspace_sidebar/stock.json new file mode 100644 index 00000000000..3532fdedec2 --- /dev/null +++ b/erpnext/workspace_sidebar/stock.json @@ -0,0 +1,235 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "stock", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160663", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Stock", + "link_type": "Workspace", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gja54p8iro", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.161008", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjadhps05b", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.161789", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Learn Inventory Management", + "link_type": "URL", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjalkceilp", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.162170", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Material Request", + "link_to": "Material Request", + "link_type": "DocType", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjarcmvmn6", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.162519", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Stock Entry", + "link_to": "Stock Entry", + "link_type": "DocType", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gja7sj5ifi", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.163583", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Receipt", + "link_to": "Purchase Receipt", + "link_type": "DocType", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjaitj2pf5", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.164585", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Delivery Note", + "link_to": "Delivery Note", + "link_type": "DocType", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjat1cts78", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.165130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Stock Ledger", + "link_to": "Stock Ledger", + "link_type": "Report", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjapqvrrmq", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.165495", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Stock Balance", + "link_to": "Stock Balance", + "link_type": "Report", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjaj690jt2", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.165850", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "Stock", + "link_type": "Dashboard", + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "name": "gjabps2jmg", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-17 13:28:06.020373", + "modified_by": "Administrator", + "module": "Stock", + "name": "Stock", + "owner": "Administrator", + "title": "Stock" +} diff --git a/erpnext/workspace_sidebar/subcontracting.json b/erpnext/workspace_sidebar/subcontracting.json index 1c976eb37cd..7184ea302a6 100644 --- a/erpnext/workspace_sidebar/subcontracting.json +++ b/erpnext/workspace_sidebar/subcontracting.json @@ -1,361 +1,361 @@ { - "app": "erpnext", - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar", - "header_icon": "getting-started", - "idx": 0, - "items": [ - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "arrow-right", - "idx": 1, - "indent": 0, - "keep_closed": 0, - "label": "Inward Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rrbg7a36", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "book-open-text", - "idx": 2, - "indent": 0, - "keep_closed": 0, - "label": "Sales Order", - "link_to": "Sales Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rn7v1q0g", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "user-round-search", - "idx": 3, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Order", - "link_to": "Subcontracting Inward Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r2d9nske", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "truck", - "idx": 4, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Delivery", - "link_to": "Stock Entry", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rhdka1k0", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "arrow-left", - "idx": 5, - "indent": 0, - "keep_closed": 0, - "label": "Outward Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rp8583ep", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "buying", - "idx": 6, - "indent": 0, - "keep_closed": 0, - "label": "Purchase Order", - "link_to": "Purchase Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r0vengpr", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "swords", - "idx": 7, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Order", - "link_to": "Subcontracting Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r0utcp7i", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "receipt-text", - "idx": 8, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Receipt", - "link_to": "Subcontracting Receipt", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r49t583b", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 9, - "indent": 0, - "keep_closed": 0, - "label": "Tools", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8re4ha73n", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "truck", - "idx": 10, - "indent": 0, - "keep_closed": 0, - "label": "Stock Entry", - "link_to": "Stock Entry", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rqpl9b04", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "receipt-text", - "idx": 11, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting BOM", - "link_to": "Subcontracting BOM", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rk0md2i7", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "settings", - "idx": 12, - "indent": 0, - "keep_closed": 0, - "label": "Settings", - "link_to": "Buying Settings", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r63u0ck0", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 13, - "indent": 0, - "keep_closed": 1, - "label": "Reports", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r9ttq02k", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "notepad-text", - "idx": 14, - "indent": 0, - "keep_closed": 0, - "label": "Subcontract Order Summary", - "link_to": "Subcontract Order Summary", - "link_type": "Report", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rf0nsq6t", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "truck", - "idx": 15, - "indent": 0, - "keep_closed": 0, - "label": "Materials To Be Transferred", - "link_to": "Subcontracted Raw Materials To Be Transferred", - "link_type": "Report", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rt6osjsn", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "arrow-right", - "idx": 16, - "indent": 0, - "keep_closed": 0, - "label": "Items To Be Received", - "link_to": "Subcontracted Item To Be Received", - "link_type": "Report", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rqrqkhu3", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - } - ], - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "Subcontracting", - "owner": "rohit@test.com", - "title": "Subcontracting" -} + "app": "erpnext", + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "getting-started", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "arrow-right", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Inward Order", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rrbg7a36", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "book-open-text", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Sales Order", + "link_to": "Sales Order", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rn7v1q0g", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "user-round-search", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Order", + "link_to": "Subcontracting Inward Order", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8r2d9nske", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "truck", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Delivery", + "link_to": "Stock Entry", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rhdka1k0", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "arrow-left", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Outward Order", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rp8583ep", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "buying", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Order", + "link_to": "Purchase Order", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8r0vengpr", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "swords", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Order", + "link_to": "Subcontracting Order", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8r0utcp7i", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "receipt-text", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Receipt", + "link_to": "Subcontracting Receipt", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8r49t583b", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Tools", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8re4ha73n", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "truck", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Stock Entry", + "link_to": "Stock Entry", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rqpl9b04", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "receipt-text", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting BOM", + "link_to": "Subcontracting BOM", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rk0md2i7", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 12, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Buying Settings", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8r63u0ck0", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8r9ttq02k", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Subcontract Order Summary", + "link_to": "Subcontract Order Summary", + "link_type": "Report", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rf0nsq6t", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "truck", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Materials To Be Transferred", + "link_to": "Subcontracted Raw Materials To Be Transferred", + "link_type": "Report", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rt6osjsn", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-06 12:59:55.867991", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "arrow-right", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Items To Be Received", + "link_to": "Subcontracted Item To Be Received", + "link_type": "Report", + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "p8rqrqkhu3", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "type": "Link" + } + ], + "modified": "2025-11-06 13:44:40.089787", + "modified_by": "Administrator", + "name": "Subcontracting", + "owner": "Administrator", + "title": "Subcontracting" +} \ No newline at end of file From 8ea5170fb819bc49ac8782afc7bdd60103caf5f2 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Mon, 17 Nov 2025 15:25:50 +0530 Subject: [PATCH 3/4] fix: sidebars of erpnext modules --- .../workspace/accounting/accounting.json | 4 +- erpnext/desktop_icon/assets.json | 20 + erpnext/desktop_icon/crm.json | 20 + erpnext/desktop_icon/erpnext.json | 4 +- erpnext/desktop_icon/subcontracting.json | 4 +- erpnext/workspace_sidebar/accounting.json | 84 +- erpnext/workspace_sidebar/assets.json | 119 +-- erpnext/workspace_sidebar/buying.json | 354 ++++++++- erpnext/workspace_sidebar/crm.json | 537 ++++++------- erpnext/workspace_sidebar/manufacturing.json | 372 +++++---- erpnext/workspace_sidebar/selling.json | 511 ++++++------ erpnext/workspace_sidebar/stock.json | 376 +++++++-- erpnext/workspace_sidebar/subcontracting.json | 739 +++++++++--------- 13 files changed, 1949 insertions(+), 1195 deletions(-) create mode 100644 erpnext/desktop_icon/assets.json create mode 100644 erpnext/desktop_icon/crm.json diff --git a/erpnext/accounts/workspace/accounting/accounting.json b/erpnext/accounts/workspace/accounting/accounting.json index 6dbf0fc8194..07c3e472944 100644 --- a/erpnext/accounts/workspace/accounting/accounting.json +++ b/erpnext/accounts/workspace/accounting/accounting.json @@ -6,7 +6,7 @@ "label": "Profit and Loss" } ], - "content": "[{\"id\":\"MmUf9abwxg\",\"type\":\"onboarding\",\"data\":{\"onboarding_name\":\"Accounts\",\"col\":12}},{\"id\":\"nDhfcJYbKH\",\"type\":\"chart\",\"data\":{\"chart_name\":\"Profit and Loss\",\"col\":12}},{\"id\":\"VVvJ1lUcfc\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Outgoing Bills\",\"col\":3}},{\"id\":\"Vlj2FZtlHV\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Incoming Bills\",\"col\":3}},{\"id\":\"VVVjQVAhPf\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Incoming Payment\",\"col\":3}},{\"id\":\"DySNdlysIW\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Outgoing Payment\",\"col\":3}},{\"id\":\"9k1rDm2C0l\",\"type\":\"spacer\",\"data\":{\"col\":12}},{\"id\":\"vikWSkNm6_\",\"type\":\"header\",\"data\":{\"text\":\"Shortcuts\",\"col\":12}},{\"id\":\"pMywM0nhlj\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Chart of Accounts\",\"col\":3}},{\"id\":\"_pRdD6kqUG\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Sales Invoice\",\"col\":3}},{\"id\":\"G984SgVRJN\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Purchase Invoice\",\"col\":3}},{\"id\":\"1ArNvt9qhz\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Journal Entry\",\"col\":3}},{\"id\":\"F9f4I1viNr\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Payment Entry\",\"col\":3}},{\"id\":\"4IBBOIxfqW\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Accounts Receivable\",\"col\":3}},{\"id\":\"El2anpPaFY\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"General Ledger\",\"col\":3}},{\"id\":\"1nwcM9upJo\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Trial Balance\",\"col\":3}},{\"id\":\"OF9WOi1Ppc\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Dashboard\",\"col\":3}},{\"id\":\"iAwpe-Chra\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Learn Accounting\",\"col\":3}},{\"id\":\"B7-uxs8tkU\",\"type\":\"spacer\",\"data\":{\"col\":12}},{\"id\":\"tHb3yxthkR\",\"type\":\"header\",\"data\":{\"text\":\"Reports & Masters\",\"col\":12}},{\"id\":\"DnNtsmxpty\",\"type\":\"card\",\"data\":{\"card_name\":\"Accounting Masters\",\"col\":4}},{\"id\":\"nKKr6fjgjb\",\"type\":\"card\",\"data\":{\"card_name\":\"Payments\",\"col\":4}},{\"id\":\"KlqilF5R_V\",\"type\":\"card\",\"data\":{\"card_name\":\"Tax Masters\",\"col\":4}},{\"id\":\"jTUy8LB0uw\",\"type\":\"card\",\"data\":{\"card_name\":\"Cost Center and Budgeting\",\"col\":4}},{\"id\":\"Wn2lhs7WLn\",\"type\":\"card\",\"data\":{\"card_name\":\"Multi Currency\",\"col\":4}},{\"id\":\"PAQMqqNkBM\",\"type\":\"card\",\"data\":{\"card_name\":\"Banking\",\"col\":4}},{\"id\":\"kxhoaiqdLq\",\"type\":\"card\",\"data\":{\"card_name\":\"Opening and Closing\",\"col\":4}},{\"id\":\"q0MAlU2j_Z\",\"type\":\"card\",\"data\":{\"card_name\":\"Subscription Management\",\"col\":4}},{\"id\":\"ptm7T6Hwu-\",\"type\":\"card\",\"data\":{\"card_name\":\"Share Management\",\"col\":4}}]", + "content": "[{\"id\":\"nDhfcJYbKH\",\"type\":\"chart\",\"data\":{\"chart_name\":\"Profit and Loss\",\"col\":12}},{\"id\":\"VVvJ1lUcfc\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Outgoing Bills\",\"col\":3}},{\"id\":\"Vlj2FZtlHV\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Incoming Bills\",\"col\":3}},{\"id\":\"VVVjQVAhPf\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Incoming Payment\",\"col\":3}},{\"id\":\"DySNdlysIW\",\"type\":\"number_card\",\"data\":{\"number_card_name\":\"Total Outgoing Payment\",\"col\":3}},{\"id\":\"tHb3yxthkR\",\"type\":\"header\",\"data\":{\"text\":\"Reports & Masters\",\"col\":12}},{\"id\":\"DnNtsmxpty\",\"type\":\"card\",\"data\":{\"card_name\":\"Accounting Masters\",\"col\":4}},{\"id\":\"nKKr6fjgjb\",\"type\":\"card\",\"data\":{\"card_name\":\"Payments\",\"col\":4}},{\"id\":\"KlqilF5R_V\",\"type\":\"card\",\"data\":{\"card_name\":\"Tax Masters\",\"col\":4}},{\"id\":\"jTUy8LB0uw\",\"type\":\"card\",\"data\":{\"card_name\":\"Cost Center and Budgeting\",\"col\":4}},{\"id\":\"Wn2lhs7WLn\",\"type\":\"card\",\"data\":{\"card_name\":\"Multi Currency\",\"col\":4}},{\"id\":\"PAQMqqNkBM\",\"type\":\"card\",\"data\":{\"card_name\":\"Banking\",\"col\":4}},{\"id\":\"kxhoaiqdLq\",\"type\":\"card\",\"data\":{\"card_name\":\"Opening and Closing\",\"col\":4}},{\"id\":\"q0MAlU2j_Z\",\"type\":\"card\",\"data\":{\"card_name\":\"Subscription Management\",\"col\":4}},{\"id\":\"ptm7T6Hwu-\",\"type\":\"card\",\"data\":{\"card_name\":\"Share Management\",\"col\":4}}]", "creation": "2020-03-02 15:41:59.515192", "custom_blocks": [], "docstatus": 0, @@ -587,7 +587,7 @@ "type": "Link" } ], - "modified": "2025-11-12 16:02:33.348893", + "modified": "2025-11-17 14:35:00.910131", "modified_by": "Administrator", "module": "Accounts", "name": "Accounting", diff --git a/erpnext/desktop_icon/assets.json b/erpnext/desktop_icon/assets.json new file mode 100644 index 00000000000..02470ca0418 --- /dev/null +++ b/erpnext/desktop_icon/assets.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.299276", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "assets", + "icon_type": "Link", + "idx": 8, + "label": "Assets", + "link_to": "Assets", + "link_type": "Workspace", + "modified": "2025-11-17 15:20:46.919680", + "modified_by": "Administrator", + "name": "Assets", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/crm.json b/erpnext/desktop_icon/crm.json new file mode 100644 index 00000000000..b21dd383e0f --- /dev/null +++ b/erpnext/desktop_icon/crm.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.340610", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "crm", + "icon_type": "Link", + "idx": 7, + "label": "CRM", + "link_to": "CRM", + "link_type": "Workspace", + "modified": "2025-11-17 15:20:08.521485", + "modified_by": "Administrator", + "name": "CRM", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/erpnext.json b/erpnext/desktop_icon/erpnext.json index 0ac5ebf1c96..b64538399f8 100644 --- a/erpnext/desktop_icon/erpnext.json +++ b/erpnext/desktop_icon/erpnext.json @@ -5,12 +5,12 @@ "doctype": "Desktop Icon", "hidden": 0, "icon_type": "App", - "idx": 7, + "idx": 100, "label": "ERPNext", "link": "/app/home", "link_type": "External", "logo_url": "/assets/erpnext/images/erpnext-logo.svg", - "modified": "2025-11-17 13:41:25.928426", + "modified": "2025-11-17 15:21:03.301363", "modified_by": "Administrator", "name": "ERPNext", "owner": "Administrator", diff --git a/erpnext/desktop_icon/subcontracting.json b/erpnext/desktop_icon/subcontracting.json index 5ba8b3ef4f8..86551739094 100644 --- a/erpnext/desktop_icon/subcontracting.json +++ b/erpnext/desktop_icon/subcontracting.json @@ -4,13 +4,13 @@ "docstatus": 0, "doctype": "Desktop Icon", "hidden": 0, - "icon": "organization", + "icon": "getting-started", "icon_type": "Link", "idx": 6, "label": "Subcontracting", "link_to": "Subcontracting", "link_type": "Workspace", - "modified": "2025-11-17 13:43:38.346036", + "modified": "2025-11-17 15:22:11.740288", "modified_by": "Administrator", "name": "Subcontracting", "owner": "Administrator", diff --git a/erpnext/workspace_sidebar/accounting.json b/erpnext/workspace_sidebar/accounting.json index 281f5d9d215..00e9679496e 100644 --- a/erpnext/workspace_sidebar/accounting.json +++ b/erpnext/workspace_sidebar/accounting.json @@ -19,7 +19,7 @@ "label": "Home", "link_to": "Accounting", "link_type": "Workspace", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "a64og9oq94", "owner": "Administrator", @@ -42,7 +42,7 @@ "label": "Dashboard", "link_to": "Accounts", "link_type": "Dashboard", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhugl9lua", "owner": "Administrator", @@ -64,7 +64,7 @@ "keep_closed": 0, "label": "Receivables", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh0n3qq66", "owner": "Administrator", @@ -87,7 +87,7 @@ "label": "Customer", "link_to": "Customer", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhcm51kp3", "owner": "Administrator", @@ -109,7 +109,7 @@ "label": "Sales Invoice", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh19c141t", "owner": "Administrator", @@ -132,7 +132,7 @@ "label": "Credit Note", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "3fkm5nvbjl", "owner": "Administrator", @@ -154,7 +154,7 @@ "label": "Accounts Receivable", "link_to": "Accounts Receivable", "link_type": "Report", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhburdf01", "owner": "Administrator", @@ -176,7 +176,7 @@ "keep_closed": 0, "label": "Payables", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "4cdf4p0upe", "owner": "Administrator", @@ -199,7 +199,7 @@ "label": "Supplier", "link_to": "Supplier", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "4cduqhi5vd", "owner": "Administrator", @@ -221,7 +221,7 @@ "label": "Purchase Invoice", "link_to": "Purchase Invoice", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh6euud0o", "owner": "Administrator", @@ -243,7 +243,7 @@ "label": "Debit Note", "link_to": "Purchase Invoice", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "4kkni6snil", "owner": "Administrator", @@ -265,7 +265,7 @@ "label": "Accounts Payable", "link_to": "Accounts Payable", "link_type": "Report", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhq8anndl", "owner": "Administrator", @@ -281,12 +281,13 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "dollar-sign", "idx": 13, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Payments", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "5vdsnvlp5l", "owner": "Administrator", @@ -308,7 +309,7 @@ "label": "Payment Entry", "link_to": "Payment Entry", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh5ugbv3j", "owner": "Administrator", @@ -330,7 +331,7 @@ "label": "Journal Entry", "link_to": "Journal Entry", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh9ejcdq9", "owner": "Administrator", @@ -352,7 +353,7 @@ "label": "Payment Reconciliaition", "link_to": "Payment Reconciliation", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "9ki4da3hsk", "owner": "Administrator", @@ -368,12 +369,13 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", "idx": 17, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Reports", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhhu54rmu", "owner": "Administrator", @@ -395,7 +397,7 @@ "label": "General Ledger", "link_to": "General Ledger", "link_type": "Report", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhoigppkp", "owner": "Administrator", @@ -417,7 +419,7 @@ "label": "Trial Balance", "link_to": "Trial Balance", "link_type": "Report", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jha0kei8j", "owner": "Administrator", @@ -439,9 +441,9 @@ "label": "Financial Reports", "link_to": "Financial Reports", "link_type": "Workspace", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", - "name": "rkc8rb97t0", + "name": "bgrjea5gs2", "owner": "Administrator", "parent": "Accounting", "parentfield": "items", @@ -455,12 +457,13 @@ "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "database", "idx": 21, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Setup", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhgskgkbk", "owner": "Administrator", @@ -482,7 +485,7 @@ "label": "Chart of Accounts", "link_to": "Account", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhda6gfhu", "owner": "Administrator", @@ -504,7 +507,7 @@ "label": "Chart of Cost Centers", "link_to": "Cost Center", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhqqetrmr", "owner": "Administrator", @@ -526,7 +529,7 @@ "label": "Accounting Dimension", "link_to": "Accounting Dimension", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhnutv8g9", "owner": "Administrator", @@ -548,7 +551,7 @@ "label": "Currency", "link_to": "Currency", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhp6j08e5", "owner": "Administrator", @@ -570,7 +573,7 @@ "label": "Currency Exchange", "link_to": "Currency Exchange", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhfeb7pha", "owner": "Administrator", @@ -592,7 +595,7 @@ "label": "Finance Book", "link_to": "Finance Book", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhbe7q82k", "owner": "Administrator", @@ -614,7 +617,7 @@ "label": "Mode of Payment", "link_to": "Mode of Payment", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhsqj699i", "owner": "Administrator", @@ -636,7 +639,7 @@ "label": "Payment Term", "link_to": "Payment Term", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhb94vg23", "owner": "Administrator", @@ -658,7 +661,7 @@ "label": "Journal Entry Template", "link_to": "Journal Entry Template", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhj8j1138", "owner": "Administrator", @@ -680,7 +683,7 @@ "label": "Terms and Conditions", "link_to": "Terms and Conditions", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhjsnnpf1", "owner": "Administrator", @@ -702,7 +705,7 @@ "label": "Company", "link_to": "Company", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jhbm036q6", "owner": "Administrator", @@ -724,7 +727,7 @@ "label": "Fiscal Year", "link_to": "Fiscal Year", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh431vkrk", "owner": "Administrator", @@ -735,18 +738,19 @@ "type": "Link" }, { - "child": 1, + "child": 0, "collapsible": 1, "creation": "2025-10-26 21:53:46.303793", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "settings", "idx": 34, "indent": 0, "keep_closed": 0, "label": "Accounts Settings", "link_to": "Accounts Settings", "link_type": "DocType", - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "name": "2jh7892p5u", "owner": "Administrator", @@ -757,7 +761,7 @@ "type": "Link" } ], - "modified": "2025-11-17 13:50:45.399833", + "modified": "2025-11-17 14:59:43.158864", "modified_by": "Administrator", "module": "Accounts", "name": "Accounting", diff --git a/erpnext/workspace_sidebar/assets.json b/erpnext/workspace_sidebar/assets.json index 94117d0b286..e7e8cc5cb62 100644 --- a/erpnext/workspace_sidebar/assets.json +++ b/erpnext/workspace_sidebar/assets.json @@ -19,7 +19,7 @@ "label": "Home", "link_to": "Assets", "link_type": "Workspace", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "a52l2788jf", "owner": "Administrator", @@ -35,13 +35,14 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "chart", "idx": 2, "indent": 0, "keep_closed": 0, "label": "Dashboard", "link_to": "Asset", "link_type": "Dashboard", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0je4sp9cb", "owner": "Administrator", @@ -57,13 +58,14 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "assets", "idx": 3, "indent": 0, "keep_closed": 0, "label": "Asset", "link_to": "Asset", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jc4af821", "owner": "Administrator", @@ -79,13 +81,14 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "move-horizontal", "idx": 4, "indent": 0, "keep_closed": 0, "label": "Asset Movement", "link_to": "Asset Movement", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0j0fa4r1r", "owner": "Administrator", @@ -107,7 +110,7 @@ "label": "Fixed Asset Register", "link_to": "Fixed Asset Register", "link_type": "Report", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jb39gjp2", "owner": "Administrator", @@ -123,12 +126,13 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "getting-started", "idx": 6, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Maintenance", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0j32u4pe5", "owner": "Administrator", @@ -150,7 +154,7 @@ "label": "Asset Maintenance Team", "link_to": "Asset Maintenance Team", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jq5f46ub", "owner": "Administrator", @@ -172,7 +176,7 @@ "label": "Asset Maintenance", "link_to": "Asset Maintenance", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jle7uu4e", "owner": "Administrator", @@ -194,7 +198,7 @@ "label": "Asset Maintenance Log", "link_to": "Asset Maintenance Log", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0j2rldana", "owner": "Administrator", @@ -216,7 +220,7 @@ "label": "Asset Value Adjustment", "link_to": "Asset Value Adjustment", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0j8651m4i", "owner": "Administrator", @@ -238,7 +242,7 @@ "label": "Asset Repair", "link_to": "Asset Repair", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jk0g68p4", "owner": "Administrator", @@ -260,7 +264,7 @@ "label": "Asset Capitalization", "link_to": "Asset Capitalization", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0j32nu6h5", "owner": "Administrator", @@ -276,12 +280,13 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", "idx": 13, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Reports", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jd0tq9qq", "owner": "Administrator", @@ -303,7 +308,7 @@ "label": "Asset Depreciation Ledger", "link_to": "Asset Depreciation Ledger", "link_type": "Report", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jmch6u7q", "owner": "Administrator", @@ -325,7 +330,7 @@ "label": "Asset Depreciations and Balances", "link_to": "Asset Depreciations and Balances", "link_type": "Report", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0j6s36eoc", "owner": "Administrator", @@ -347,7 +352,7 @@ "label": "Asset Maintenance", "link_to": "Asset Maintenance", "link_type": "Report", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jh1oghnt", "owner": "Administrator", @@ -369,7 +374,7 @@ "label": "Asset Activity", "link_to": "Asset Activity", "link_type": "Report", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jgu5ia1o", "owner": "Administrator", @@ -385,12 +390,13 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "database", "idx": 18, - "indent": 0, + "indent": 1, "keep_closed": 1, "label": "Setup", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "p0jaak1hei", "owner": "Administrator", @@ -406,23 +412,21 @@ "creation": "2025-10-26 21:53:46.546717", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "settings", "idx": 19, "indent": 0, "keep_closed": 0, - "label": "Settings", - "link_to": "Accounts Settings", + "label": "Asset Category", + "link_to": "Asset Category", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", - "name": "f84hnvfn6j", + "name": "p0j0odb91v", "owner": "Administrator", "parent": "Assets", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Link", - "url": "" + "type": "Link" }, { "child": 1, @@ -433,12 +437,12 @@ "idx": 20, "indent": 0, "keep_closed": 0, - "label": "Asset Category", - "link_to": "Asset Category", + "label": "Location", + "link_to": "Location", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", - "name": "p0j0odb91v", + "name": "p0jk59ac25", "owner": "Administrator", "parent": "Assets", "parentfield": "items", @@ -455,32 +459,10 @@ "idx": 21, "indent": 0, "keep_closed": 0, - "label": "Location", - "link_to": "Location", - "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", - "modified_by": "Administrator", - "name": "p0jk59ac25", - "owner": "Administrator", - "parent": "Assets", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.546717", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 22, - "indent": 0, - "keep_closed": 0, "label": "Depreciation Schedule", "link_to": "Asset Depreciation Schedule", "link_type": "DocType", - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", "name": "hirqeqcmr5", "owner": "Administrator", @@ -489,10 +471,35 @@ "parenttype": "Workspace Sidebar", "show_arrow": 0, "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.546717", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Accounts Settings", + "link_type": "DocType", + "modified": "2025-11-17 15:25:01.307323", + "modified_by": "Administrator", + "name": "f84hnvfn6j", + "owner": "Administrator", + "parent": "Assets", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link", + "url": "" } ], - "modified": "2025-11-12 15:56:06.376246", + "modified": "2025-11-17 15:25:01.307323", "modified_by": "Administrator", + "module": "Assets", "name": "Assets", "owner": "Administrator", "title": "Assets" diff --git a/erpnext/workspace_sidebar/buying.json b/erpnext/workspace_sidebar/buying.json index db9078ee2c5..07d6c94aab2 100644 --- a/erpnext/workspace_sidebar/buying.json +++ b/erpnext/workspace_sidebar/buying.json @@ -12,13 +12,14 @@ "creation": "2025-11-17 13:19:04.735790", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "home", "idx": 1, "indent": 0, "keep_closed": 0, "label": "Home", "link_to": "Buying", "link_type": "Workspace", - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "name": "gj5tkhc51a", "owner": "Administrator", @@ -28,19 +29,43 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "chart", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "Buying", + "link_type": "Dashboard", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "c6ngbsgmu7", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, "creation": "2025-11-17 13:19:04.736164", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 1, + "icon": "customer", + "idx": 3, "indent": 0, "keep_closed": 0, - "label": "Item", - "link_to": "Item", + "label": "Supplier", + "link_to": "Supplier", "link_type": "DocType", - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "name": "gj5tcsnu6v", "owner": "Administrator", @@ -53,17 +78,19 @@ { "child": 0, "collapsible": 1, - "creation": "2025-11-17 13:19:04.738809", + "creation": "2025-11-17 13:19:04.735352", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 2, + "icon": "notebook-tabs", + "idx": 4, "indent": 0, "keep_closed": 0, - "label": "Learn Procurement", - "link_type": "URL", - "modified": "2025-11-17 13:27:52.085778", + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", - "name": "gj5di8ssne", + "name": "v09g9g77og", "owner": "Administrator", "parent": "Buying", "parentfield": "items", @@ -77,13 +104,14 @@ "creation": "2025-11-17 13:19:04.739370", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 3, + "icon": "notepad-text", + "idx": 5, "indent": 0, "keep_closed": 0, "label": "Material Request", "link_to": "Material Request", "link_type": "DocType", - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "name": "gj5g2gdlha", "owner": "Administrator", @@ -93,19 +121,43 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.738809", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "book-open-text", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Supplier Quotation", + "link_to": "Supplier Quotation", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "gj5di8ssne", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, "creation": "2025-11-17 13:19:04.739880", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 4, + "icon": "receipt-text", + "idx": 7, "indent": 0, "keep_closed": 0, "label": "Purchase Order", "link_to": "Purchase Order", "link_type": "DocType", - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "name": "gj5stil147", "owner": "Administrator", @@ -118,16 +170,61 @@ { "child": 0, "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "liabilities", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Invoice", + "link_to": "Purchase Invoice", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "hfvebrug3s", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", + "idx": 9, + "indent": 1, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "djqho64h67", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, "creation": "2025-11-17 13:19:04.740534", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 5, + "idx": 10, "indent": 0, "keep_closed": 0, "label": "Purchase Analytics", "link_to": "Purchase Analytics", "link_type": "Report", - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "name": "gj5pmo9dqh", "owner": "Administrator", @@ -138,18 +235,18 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, "creation": "2025-11-17 13:19:04.742357", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 6, + "idx": 11, "indent": 0, "keep_closed": 0, "label": "Purchase Order Analysis", "link_to": "Purchase Order Analysis", "link_type": "Report", - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "name": "gj5daa86uf", "owner": "Administrator", @@ -160,20 +257,219 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, - "creation": "2025-11-17 13:19:04.742902", + "creation": "2025-11-17 13:19:04.735352", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 7, + "idx": 12, "indent": 0, "keep_closed": 0, - "label": "Dashboard", - "link_to": "Buying", - "link_type": "Dashboard", - "modified": "2025-11-17 13:27:52.085778", + "label": "Requested Items to Order and Receive", + "link_to": "Requested Items to Order and Receive", + "link_type": "Report", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", - "name": "gj5ltkm0p7", + "name": "f54sps7llq", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 0, + "label": "Items To Be Requested", + "link_to": "Items To Be Requested", + "link_type": "Report", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "h5pffu963i", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Item-wise Purchase History", + "link_to": "Item-wise Purchase History", + "link_type": "Report", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "h5pshh2bnv", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Receipt Trends ", + "link_to": "Purchase Receipt Trends", + "link_type": "Report", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "h5p06ggcb8", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Invoice Trends", + "link_to": "Purchase Invoice Trends", + "link_type": "Report", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "h5pl2oikn6", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "database", + "idx": 17, + "indent": 1, + "keep_closed": 1, + "label": "Setup", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "3lshttck3p", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "Supplier Group", + "link_to": "Supplier Group", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "3lso15lerr", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Address", + "link_to": "Address", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "3ls6o080ck", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Contacts", + "link_to": "Contact", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "3lsjq2lpd1", + "owner": "Administrator", + "parent": "Buying", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.735352", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Buying Settings", + "link_type": "DocType", + "modified": "2025-11-17 14:47:15.396657", + "modified_by": "Administrator", + "name": "m4qt4e0fli", "owner": "Administrator", "parent": "Buying", "parentfield": "items", @@ -182,7 +478,7 @@ "type": "Link" } ], - "modified": "2025-11-17 13:27:52.085778", + "modified": "2025-11-17 14:47:15.396657", "modified_by": "Administrator", "module": "Buying", "name": "Buying", diff --git a/erpnext/workspace_sidebar/crm.json b/erpnext/workspace_sidebar/crm.json index b965883e771..81875f41cf8 100644 --- a/erpnext/workspace_sidebar/crm.json +++ b/erpnext/workspace_sidebar/crm.json @@ -12,15 +12,16 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "home", "idx": 1, "indent": 0, "keep_closed": 0, - "label": "Lead", - "link_to": "Lead", - "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "label": "Home", + "link_to": "CRM", + "link_type": "Workspace", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jpcvuhcm", + "name": "lobub12mvm", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -34,79 +35,14 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "chart", "idx": 2, "indent": 0, "keep_closed": 0, - "label": "Opportunity", - "link_to": "Opportunity", - "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", - "modified_by": "Administrator", - "name": "p0j9uc53k6", - "owner": "Administrator", - "parent": "CRM", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.562339", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 3, - "indent": 0, - "keep_closed": 0, - "label": "Customer", - "link_to": "Customer", - "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", - "modified_by": "Administrator", - "name": "p0ja243ee9", - "owner": "Administrator", - "parent": "CRM", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.562339", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 4, - "indent": 0, - "keep_closed": 0, - "label": "Sales Analytics", - "link_to": "Sales Analytics", - "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", - "modified_by": "Administrator", - "name": "p0j6nplgan", - "owner": "Administrator", - "parent": "CRM", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.562339", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 5, - "indent": 0, - "keep_closed": 0, "label": "Dashboard", "link_to": "CRM", "link_type": "Dashboard", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0jl4jn5kr", "owner": "Administrator", @@ -122,12 +58,82 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 6, + "icon": "users-round", + "idx": 3, "indent": 0, + "keep_closed": 0, + "label": "Lead", + "link_to": "Lead", + "link_type": "DocType", + "modified": "2025-11-17 15:19:26.814678", + "modified_by": "Administrator", + "name": "p0jpcvuhcm", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "lightbulb", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Opportunity", + "link_to": "Opportunity", + "link_type": "DocType", + "modified": "2025-11-17 15:19:26.814678", + "modified_by": "Administrator", + "name": "p0j9uc53k6", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "customer", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Customer", + "link_to": "Customer", + "link_type": "DocType", + "modified": "2025-11-17 15:19:26.814678", + "modified_by": "Administrator", + "name": "p0ja243ee9", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", + "idx": 6, + "indent": 1, "keep_closed": 1, "label": "Reports", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0jkdsbos0", "owner": "Administrator", @@ -143,15 +149,16 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "", "idx": 7, "indent": 0, "keep_closed": 0, - "label": "Lead Details", - "link_to": "Lead Details", + "label": "Sales Analytics", + "link_to": "Sales Analytics", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jdmdfunh", + "name": "p0j6nplgan", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -168,12 +175,12 @@ "idx": 8, "indent": 0, "keep_closed": 0, - "label": "Sales Pipeline Analytics", - "link_to": "Sales Pipeline Analytics", + "label": "Lead Details", + "link_to": "Lead Details", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jppg8i9d", + "name": "p0jdmdfunh", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -190,12 +197,12 @@ "idx": 9, "indent": 0, "keep_closed": 0, - "label": "Opportunity Summary by Sales Stage", - "link_to": "Opportunity Summary by Sales Stage", + "label": "Sales Pipeline Analytics", + "link_to": "Sales Pipeline Analytics", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jbqc46vg", + "name": "p0jppg8i9d", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -212,12 +219,12 @@ "idx": 10, "indent": 0, "keep_closed": 0, - "label": "Sales Funnel", - "link_to": "sales-funnel", - "link_type": "Page", - "modified": "2025-11-12 14:58:49.161792", + "label": "Opportunity Summary by Sales Stage", + "link_to": "Opportunity Summary by Sales Stage", + "link_type": "Report", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jk58g0lr", + "name": "p0jbqc46vg", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -234,12 +241,12 @@ "idx": 11, "indent": 0, "keep_closed": 0, - "label": "Prospects Engaged But Not Converted", - "link_to": "Prospects Engaged But Not Converted", - "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "label": "Sales Funnel", + "link_to": "sales-funnel", + "link_type": "Page", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jdo465fk", + "name": "p0jk58g0lr", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -256,12 +263,12 @@ "idx": 12, "indent": 0, "keep_closed": 0, - "label": "First Response Time for Opportunity", - "link_to": "First Response Time for Opportunity", + "label": "Prospects Engaged But Not Converted", + "link_to": "Prospects Engaged But Not Converted", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j12n4psl", + "name": "p0jdo465fk", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -278,12 +285,12 @@ "idx": 13, "indent": 0, "keep_closed": 0, - "label": "Inactive Customers", - "link_to": "Inactive Customers", + "label": "First Response Time for Opportunity", + "link_to": "First Response Time for Opportunity", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jfqekfo9", + "name": "p0j12n4psl", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -300,12 +307,12 @@ "idx": 14, "indent": 0, "keep_closed": 0, - "label": "Campaign Efficiency", - "link_to": "Campaign Efficiency", + "label": "Inactive Customers", + "link_to": "Inactive Customers", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jcoha9kq", + "name": "p0jfqekfo9", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -322,10 +329,32 @@ "idx": 15, "indent": 0, "keep_closed": 0, + "label": "Campaign Efficiency", + "link_to": "Campaign Efficiency", + "link_type": "Report", + "modified": "2025-11-17 15:19:26.814678", + "modified_by": "Administrator", + "name": "p0jcoha9kq", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, "label": "Lead Owner Efficiency", "link_to": "Lead Owner Efficiency", "link_type": "Report", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0jh068mgq", "owner": "Administrator", @@ -341,12 +370,13 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 16, - "indent": 0, + "icon": "getting-started", + "idx": 17, + "indent": 1, "keep_closed": 1, "label": "Maintenance", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0jat9iu0r", "owner": "Administrator", @@ -362,13 +392,13 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 17, + "idx": 18, "indent": 0, "keep_closed": 0, "label": "Maintenance Schedule", "link_to": "Maintenance Schedule", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0j83c4sql", "owner": "Administrator", @@ -378,28 +408,6 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.562339", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 18, - "indent": 0, - "keep_closed": 0, - "label": "Maintenance Visit", - "link_to": "Maintenance Visit", - "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", - "modified_by": "Administrator", - "name": "p0j3be6kct", - "owner": "Administrator", - "parent": "CRM", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 1, "collapsible": 1, @@ -409,10 +417,32 @@ "idx": 19, "indent": 0, "keep_closed": 0, + "label": "Maintenance Visit", + "link_to": "Maintenance Visit", + "link_type": "DocType", + "modified": "2025-11-17 15:19:26.814678", + "modified_by": "Administrator", + "name": "p0j3be6kct", + "owner": "Administrator", + "parent": "CRM", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.562339", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, "label": "Warranty Claim", "link_to": "Warranty Claim", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0j51jtnl3", "owner": "Administrator", @@ -428,12 +458,13 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 20, - "indent": 0, + "icon": "funnel", + "idx": 21, + "indent": 1, "keep_closed": 1, "label": "Sales Pipeline", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0j1kj87co", "owner": "Administrator", @@ -449,13 +480,13 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 21, + "idx": 22, "indent": 0, "keep_closed": 0, "label": "Lead", "link_to": "Lead", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0j0vmejna", "owner": "Administrator", @@ -465,28 +496,6 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.562339", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 22, - "indent": 0, - "keep_closed": 0, - "label": "Opportunity", - "link_to": "Opportunity", - "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", - "modified_by": "Administrator", - "name": "p0jo1ucbp8", - "owner": "Administrator", - "parent": "CRM", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 1, "collapsible": 1, @@ -496,12 +505,12 @@ "idx": 23, "indent": 0, "keep_closed": 0, - "label": "Customer", - "link_to": "Customer", + "label": "Opportunity", + "link_to": "Opportunity", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jt6m0ep0", + "name": "p0jo1ucbp8", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -518,12 +527,12 @@ "idx": 24, "indent": 0, "keep_closed": 0, - "label": "Contract", - "link_to": "Contract", + "label": "Customer", + "link_to": "Customer", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j5n8t0ve", + "name": "p0jt6m0ep0", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -540,12 +549,12 @@ "idx": 25, "indent": 0, "keep_closed": 0, - "label": "Appointment", - "link_to": "Appointment", + "label": "Contract", + "link_to": "Contract", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jjms5iuq", + "name": "p0j5n8t0ve", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -562,12 +571,12 @@ "idx": 26, "indent": 0, "keep_closed": 0, - "label": "Newsletter", - "link_to": "Newsletter", + "label": "Appointment", + "link_to": "Appointment", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j10j2b0n", + "name": "p0jjms5iuq", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -587,7 +596,7 @@ "label": "Communication", "link_to": "Communication", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", "name": "p0j3antkj7", "owner": "Administrator", @@ -603,14 +612,15 @@ "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "sell", "idx": 28, - "indent": 0, + "indent": 1, "keep_closed": 1, - "label": "Settings", + "label": "Campaign", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jbqif846", + "name": "p0jbd317v6", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -627,12 +637,12 @@ "idx": 29, "indent": 0, "keep_closed": 0, - "label": "CRM Settings", - "link_to": "CRM Settings", + "label": "Campaign", + "link_to": "Campaign", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jmd2tqut", + "name": "p0jupapghj", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -649,12 +659,12 @@ "idx": 30, "indent": 0, "keep_closed": 0, - "label": "SMS Settings", - "link_to": "SMS Settings", + "label": "Email Campaign", + "link_to": "Email Campaign", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0ja73sbef", + "name": "p0jb99jakb", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -663,25 +673,26 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", "idx": 31, "indent": 0, - "keep_closed": 1, - "label": "Campaign", + "keep_closed": 0, + "label": "SMS Center", + "link_to": "SMS Center", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jbd317v6", + "name": "p0jl7aspa5", "owner": "Administrator", "parent": "CRM", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Section Break" + "type": "Link" }, { "child": 1, @@ -692,12 +703,12 @@ "idx": 32, "indent": 0, "keep_closed": 0, - "label": "Campaign", - "link_to": "Campaign", + "label": "SMS Log", + "link_to": "SMS Log", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jupapghj", + "name": "p0j6r550f7", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -714,12 +725,12 @@ "idx": 33, "indent": 0, "keep_closed": 0, - "label": "Email Campaign", - "link_to": "Email Campaign", + "label": "Email Group", + "link_to": "Email Group", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jb99jakb", + "name": "p0jd7tnjn3", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -728,26 +739,26 @@ "type": "Link" }, { - "child": 1, + "child": 0, "collapsible": 1, "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "database", "idx": 34, - "indent": 0, - "keep_closed": 0, - "label": "SMS Center", - "link_to": "SMS Center", + "indent": 1, + "keep_closed": 1, + "label": "Setup", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jl7aspa5", + "name": "p0j09bl75c", "owner": "Administrator", "parent": "CRM", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Link" + "type": "Section Break" }, { "child": 1, @@ -758,12 +769,12 @@ "idx": 35, "indent": 0, "keep_closed": 0, - "label": "SMS Log", - "link_to": "SMS Log", + "label": "Territory", + "link_to": "Territory", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j6r550f7", + "name": "p0jo5mc0gm", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -780,12 +791,12 @@ "idx": 36, "indent": 0, "keep_closed": 0, - "label": "Email Group", - "link_to": "Email Group", + "label": "Customer Group", + "link_to": "Customer Group", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jd7tnjn3", + "name": "p0j9mthhbf", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -794,25 +805,26 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", "idx": 37, "indent": 0, - "keep_closed": 1, - "label": "Masters", + "keep_closed": 0, + "label": "Contact", + "link_to": "Contact", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j09bl75c", + "name": "p0jpf5rhjt", "owner": "Administrator", "parent": "CRM", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Section Break" + "type": "Link" }, { "child": 1, @@ -823,12 +835,12 @@ "idx": 38, "indent": 0, "keep_closed": 0, - "label": "Territory", - "link_to": "Territory", + "label": "Prospect", + "link_to": "Prospect", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jo5mc0gm", + "name": "p0ji2u3lpq", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -845,12 +857,12 @@ "idx": 39, "indent": 0, "keep_closed": 0, - "label": "Customer Group", - "link_to": "Customer Group", + "label": "Sales Person", + "link_to": "Sales Person", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j9mthhbf", + "name": "p0j6kcb3c2", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -867,12 +879,12 @@ "idx": 40, "indent": 0, "keep_closed": 0, - "label": "Contact", - "link_to": "Contact", + "label": "Sales Stage", + "link_to": "Sales Stage", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jpf5rhjt", + "name": "p0jt4l8lq2", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -889,12 +901,12 @@ "idx": 41, "indent": 0, "keep_closed": 0, - "label": "Prospect", - "link_to": "Prospect", + "label": "Lead Source", + "link_to": "UTM Source", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0ji2u3lpq", + "name": "p0j1ef8tm5", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -903,26 +915,26 @@ "type": "Link" }, { - "child": 1, + "child": 0, "collapsible": 1, "creation": "2025-10-26 21:53:46.562339", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "settings", "idx": 42, - "indent": 0, - "keep_closed": 0, - "label": "Sales Person", - "link_to": "Sales Person", + "indent": 1, + "keep_closed": 1, + "label": "Settings", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j6kcb3c2", + "name": "p0jbqif846", "owner": "Administrator", "parent": "CRM", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Link" + "type": "Section Break" }, { "child": 1, @@ -933,12 +945,12 @@ "idx": 43, "indent": 0, "keep_closed": 0, - "label": "Sales Stage", - "link_to": "Sales Stage", + "label": "CRM Settings", + "link_to": "CRM Settings", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0jt4l8lq2", + "name": "p0jmd2tqut", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -955,12 +967,12 @@ "idx": 44, "indent": 0, "keep_closed": 0, - "label": "Lead Source", - "link_to": "UTM Source", + "label": "SMS Settings", + "link_to": "SMS Settings", "link_type": "DocType", - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", - "name": "p0j1ef8tm5", + "name": "p0ja73sbef", "owner": "Administrator", "parent": "CRM", "parentfield": "items", @@ -969,8 +981,9 @@ "type": "Link" } ], - "modified": "2025-11-12 14:58:49.161792", + "modified": "2025-11-17 15:19:26.814678", "modified_by": "Administrator", + "module": "CRM", "name": "CRM", "owner": "Administrator", "title": "CRM" diff --git a/erpnext/workspace_sidebar/manufacturing.json b/erpnext/workspace_sidebar/manufacturing.json index 9b68c0cbe48..9b33e908e22 100644 --- a/erpnext/workspace_sidebar/manufacturing.json +++ b/erpnext/workspace_sidebar/manufacturing.json @@ -19,7 +19,7 @@ "label": "Home", "link_to": "Manufacturing", "link_type": "Dashboard", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1uljp978", "owner": "Administrator", @@ -35,14 +35,14 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "stock", + "icon": "notebook-tabs", "idx": 2, "indent": 0, "keep_closed": 0, "label": "Item", "link_to": "Item", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1diqf2pu", "owner": "Administrator", @@ -58,14 +58,37 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "list-tree", + "icon": "warehouse", "idx": 3, "indent": 0, "keep_closed": 0, + "label": "Warehouse", + "link_to": "Warehouse", + "link_type": "DocType", + "modified": "2025-11-17 14:43:32.100016", + "modified_by": "Administrator", + "name": "vjujt9jk0d", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "list-tree", + "idx": 4, + "indent": 0, + "keep_closed": 0, "label": "BOM", "link_to": "BOM", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1ge8r618", "owner": "Administrator", @@ -82,13 +105,13 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "factory", - "idx": 4, + "idx": 5, "indent": 0, "keep_closed": 0, "label": "Work Order", "link_to": "Work Order", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1cchm62h", "owner": "Administrator", @@ -104,13 +127,14 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 5, + "icon": "person-standing", + "idx": 6, "indent": 0, "keep_closed": 0, "label": "Job Card", "link_to": "Job Card", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1kmhn1o7", "owner": "Administrator", @@ -121,18 +145,19 @@ "type": "Link" }, { - "child": 1, + "child": 0, "collapsible": 1, "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 6, + "icon": "stock", + "idx": 7, "indent": 0, "keep_closed": 0, "label": "Stock Entry", "link_to": "Stock Entry", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1g2ggojd", "owner": "Administrator", @@ -148,12 +173,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 7, - "indent": 0, + "icon": "getting-started", + "idx": 8, + "indent": 1, "keep_closed": 1, "label": "Material Planning", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo170ktc4t", "owner": "Administrator", @@ -169,13 +195,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 8, + "idx": 9, "indent": 0, "keep_closed": 0, "label": "Production Plan", "link_to": "Production Plan", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1i33pov5", "owner": "Administrator", @@ -191,14 +217,14 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "plane", - "idx": 9, + "icon": "", + "idx": 10, "indent": 0, "keep_closed": 0, "label": "Forecasting", "link_to": "Exponential Smoothing Forecasting", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1bpn7sn1", "owner": "Administrator", @@ -208,28 +234,6 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-05 12:11:24.739243", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 10, - "indent": 0, - "keep_closed": 0, - "label": "Master Production Schedule", - "link_to": "Master Production Schedule", - "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", - "modified_by": "Administrator", - "name": "lo14q8iq2g", - "owner": "Administrator", - "parent": "Manufacturing", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 1, "collapsible": 1, @@ -239,12 +243,12 @@ "idx": 11, "indent": 0, "keep_closed": 0, - "label": "Sales Forecast", - "link_to": "Sales Forecast", + "label": "Master Production Schedule", + "link_to": "Master Production Schedule", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo18lfqj7u", + "name": "lo14q8iq2g", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -261,10 +265,32 @@ "idx": 12, "indent": 0, "keep_closed": 0, + "label": "Sales Forecast", + "link_to": "Sales Forecast", + "link_type": "DocType", + "modified": "2025-11-17 14:43:32.100016", + "modified_by": "Administrator", + "name": "lo18lfqj7u", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 13, + "indent": 0, + "keep_closed": 0, "label": "Production Planning Report", "link_to": "Production Planning Report", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo11fm3384", "owner": "Administrator", @@ -280,12 +306,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 13, - "indent": 0, + "icon": "tool", + "idx": 14, + "indent": 1, "keep_closed": 1, "label": "Tools", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1trvh3uk", "owner": "Administrator", @@ -301,13 +328,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 14, + "idx": 15, "indent": 0, "keep_closed": 0, "label": "BOM Creator", "link_to": "BOM Creator", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1fr91egu", "owner": "Administrator", @@ -317,28 +344,6 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-05 12:11:24.739243", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 15, - "indent": 0, - "keep_closed": 0, - "label": "BOM Update Tool", - "link_to": "BOM Update Tool", - "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", - "modified_by": "Administrator", - "name": "lo1sn3vg4m", - "owner": "Administrator", - "parent": "Manufacturing", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 1, "collapsible": 1, @@ -348,12 +353,12 @@ "idx": 16, "indent": 0, "keep_closed": 0, - "label": "BOM Comparison Tool", - "link_to": "bom-comparison-tool", - "link_type": "Page", - "modified": "2025-11-12 15:38:35.824564", + "label": "BOM Update Tool", + "link_to": "BOM Update Tool", + "link_type": "DocType", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo17cqvguh", + "name": "lo1sn3vg4m", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -370,10 +375,32 @@ "idx": 17, "indent": 0, "keep_closed": 0, + "label": "BOM Comparison Tool", + "link_to": "bom-comparison-tool", + "link_type": "Page", + "modified": "2025-11-17 14:43:32.100016", + "modified_by": "Administrator", + "name": "lo17cqvguh", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, "label": "Downtime Entry", "link_to": "Downtime Entry", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1ue8rtc4", "owner": "Administrator", @@ -389,12 +416,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 18, - "indent": 0, + "icon": "notepad-text", + "idx": 19, + "indent": 1, "keep_closed": 1, "label": "Reports", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo135aokmv", "owner": "Administrator", @@ -410,13 +438,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 19, + "idx": 20, "indent": 0, "keep_closed": 0, "label": "Production Planning Report", "link_to": "Production Planning Report", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo15flqdi7", "owner": "Administrator", @@ -426,28 +454,6 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-05 12:11:24.739243", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 20, - "indent": 0, - "keep_closed": 0, - "label": "Work Order Summary", - "link_to": "Work Order Summary", - "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", - "modified_by": "Administrator", - "name": "lo1shj86ul", - "owner": "Administrator", - "parent": "Manufacturing", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 1, "collapsible": 1, @@ -457,12 +463,12 @@ "idx": 21, "indent": 0, "keep_closed": 0, - "label": "Quality Inspection Summary", - "link_to": "Quality Inspection Summary", + "label": "Work Order Summary", + "link_to": "Work Order Summary", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo16ncrtc0", + "name": "lo1shj86ul", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -479,12 +485,12 @@ "idx": 22, "indent": 0, "keep_closed": 0, - "label": "Downtime Analysis", - "link_to": "Downtime Analysis", + "label": "Quality Inspection Summary", + "link_to": "Quality Inspection Summary", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo1bka5k0f", + "name": "lo16ncrtc0", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -501,12 +507,12 @@ "idx": 23, "indent": 0, "keep_closed": 0, - "label": "Job Card Summary", - "link_to": "Job Card Summary", + "label": "Downtime Analysis", + "link_to": "Downtime Analysis", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo1k8bdo6d", + "name": "lo1bka5k0f", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -523,12 +529,12 @@ "idx": 24, "indent": 0, "keep_closed": 0, - "label": "BOM Search", - "link_to": "BOM Search", + "label": "Job Card Summary", + "link_to": "Job Card Summary", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo1nklgk54", + "name": "lo1k8bdo6d", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -545,12 +551,12 @@ "idx": 25, "indent": 0, "keep_closed": 0, - "label": "BOM Stock Report", - "link_to": "BOM Stock Report", + "label": "BOM Search", + "link_to": "BOM Search", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo1c7kpop3", + "name": "lo1nklgk54", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -567,12 +573,12 @@ "idx": 26, "indent": 0, "keep_closed": 0, - "label": "Production Analytics", - "link_to": "Production Analytics", + "label": "BOM Stock Report", + "link_to": "BOM Stock Report", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo1j4hpeai", + "name": "lo1c7kpop3", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -589,12 +595,12 @@ "idx": 27, "indent": 0, "keep_closed": 0, - "label": "BOM Operations Time", - "link_to": "BOM Operations Time", + "label": "Production Analytics", + "link_to": "Production Analytics", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", - "name": "lo1sdfi370", + "name": "lo1j4hpeai", "owner": "Administrator", "parent": "Manufacturing", "parentfield": "items", @@ -611,10 +617,32 @@ "idx": 28, "indent": 0, "keep_closed": 0, + "label": "BOM Operations Time", + "link_to": "BOM Operations Time", + "link_type": "Report", + "modified": "2025-11-17 14:43:32.100016", + "modified_by": "Administrator", + "name": "lo1sdfi370", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 29, + "indent": 0, + "keep_closed": 0, "label": "Work Order Consumed Materials", "link_to": "Work Order Consumed Materials", "link_type": "Report", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo10jt5k2e", "owner": "Administrator", @@ -630,12 +658,13 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 29, - "indent": 0, + "icon": "database", + "idx": 30, + "indent": 1, "keep_closed": 1, "label": "Setup", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo11067h51", "owner": "Administrator", @@ -651,37 +680,14 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "settings", - "idx": 30, - "indent": 0, - "keep_closed": 0, - "label": "Settings", - "link_to": "Manufacturing Settings", - "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", - "modified_by": "Administrator", - "name": "lo1eafhvmc", - "owner": "Administrator", - "parent": "Manufacturing", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-05 12:11:24.739243", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "factory", + "icon": "", "idx": 31, "indent": 0, "keep_closed": 0, "label": "Warehouse", "link_to": "Warehouse", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo178fndpb", "owner": "Administrator", @@ -703,7 +709,7 @@ "label": "Operation", "link_to": "Operation", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo13edmjfk", "owner": "Administrator", @@ -719,14 +725,14 @@ "creation": "2025-11-05 12:11:24.739243", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "factory", + "icon": "", "idx": 33, "indent": 0, "keep_closed": 0, "label": "Workstation", "link_to": "Workstation", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1lolsniv", "owner": "Administrator", @@ -748,7 +754,7 @@ "label": "Workstation Type", "link_to": "Workstation Type", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1o9honde", "owner": "Administrator", @@ -770,7 +776,7 @@ "label": "Plant Floor", "link_to": "Plant Floor", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo177fokrh", "owner": "Administrator", @@ -792,7 +798,7 @@ "label": "Routing", "link_to": "Routing", "link_type": "DocType", - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", "name": "lo1o823p7h", "owner": "Administrator", @@ -801,10 +807,34 @@ "parenttype": "Workspace Sidebar", "show_arrow": 0, "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-05 12:11:24.739243", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 37, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Manufacturing Settings", + "link_type": "DocType", + "modified": "2025-11-17 14:43:32.100016", + "modified_by": "Administrator", + "name": "lo1eafhvmc", + "owner": "Administrator", + "parent": "Manufacturing", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" } ], - "modified": "2025-11-12 15:38:35.824564", + "modified": "2025-11-17 14:43:32.100016", "modified_by": "Administrator", + "module": "Manufacturing", "name": "Manufacturing", "owner": "Administrator", "title": "Manufacturing" diff --git a/erpnext/workspace_sidebar/selling.json b/erpnext/workspace_sidebar/selling.json index b8609ac99a2..c1ac0b79b46 100644 --- a/erpnext/workspace_sidebar/selling.json +++ b/erpnext/workspace_sidebar/selling.json @@ -18,8 +18,8 @@ "keep_closed": 0, "label": "Home", "link_to": "Selling", - "link_type": "Dashboard", - "modified": "2025-11-17 13:54:06.752670", + "link_type": "Workspace", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2at2o427kh", "owner": "Administrator", @@ -35,14 +35,37 @@ "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "customer", + "icon": "chart", "idx": 2, "indent": 0, "keep_closed": 0, + "label": "Dashboard", + "link_to": "Selling", + "link_type": "Dashboard", + "modified": "2025-11-17 14:44:38.906257", + "modified_by": "Administrator", + "name": "alepd3fdu8", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "customer", + "idx": 3, + "indent": 0, + "keep_closed": 0, "label": "Customer", "link_to": "Customer", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2atka0g887", "owner": "Administrator", @@ -52,6 +75,29 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notebook-tabs", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Item", + "link_to": "Item", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", + "modified_by": "Administrator", + "name": "ue6j7io1me", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, @@ -59,13 +105,13 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "receipt-text", - "idx": 3, + "idx": 5, "indent": 0, "keep_closed": 0, "label": "Quotation", "link_to": "Quotation", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2at5inv5oa", "owner": "Administrator", @@ -82,13 +128,13 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "receipt", - "idx": 4, + "idx": 6, "indent": 0, "keep_closed": 0, "label": "Sales Order", "link_to": "Sales Order", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2atvo6st6f", "owner": "Administrator", @@ -105,13 +151,13 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "receipt", - "idx": 5, + "idx": 7, "indent": 0, "keep_closed": 0, "label": "Sales Invoice", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2ate21i45p", "owner": "Administrator", @@ -121,6 +167,29 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "computer", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "POS", + "link_to": "point-of-sale", + "link_type": "Page", + "modified": "2025-11-17 14:44:38.906257", + "modified_by": "Administrator", + "name": "ue6ljik47i", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, @@ -128,12 +197,12 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "package", - "idx": 6, + "idx": 9, "indent": 1, "keep_closed": 1, "label": "Item and Pricing", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2atka2aegd", "owner": "Administrator", @@ -150,13 +219,13 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "", - "idx": 7, + "idx": 10, "indent": 0, "keep_closed": 0, "label": "Item", "link_to": "Item", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2atd73pi1m", "owner": "Administrator", @@ -166,72 +235,6 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.624753", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 8, - "indent": 0, - "keep_closed": 0, - "label": "Item Group", - "link_to": "Item Group", - "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", - "modified_by": "Administrator", - "name": "2at5sdshor", - "owner": "Administrator", - "parent": "Selling", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.624753", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 9, - "indent": 0, - "keep_closed": 0, - "label": "Price List", - "link_to": "Price List", - "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", - "modified_by": "Administrator", - "name": "2atcs4kogo", - "owner": "Administrator", - "parent": "Selling", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-10-26 21:53:46.624753", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 10, - "indent": 0, - "keep_closed": 0, - "label": "Item Price", - "link_to": "Item Price", - "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", - "modified_by": "Administrator", - "name": "2atk4ls5l6", - "owner": "Administrator", - "parent": "Selling", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 1, "collapsible": 1, @@ -241,12 +244,12 @@ "idx": 11, "indent": 0, "keep_closed": 0, - "label": "Pricing Rule", - "link_to": "Pricing Rule", + "label": "Item Group", + "link_to": "Item Group", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2ats28ulcs", + "name": "2at5sdshor", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -263,12 +266,12 @@ "idx": 12, "indent": 0, "keep_closed": 0, - "label": "Promotional Scheme", - "link_to": "Promotional Scheme", + "label": "Price List", + "link_to": "Price List", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atlbm6pan", + "name": "2atcs4kogo", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -285,12 +288,12 @@ "idx": 13, "indent": 0, "keep_closed": 0, - "label": "Coupon Code", - "link_to": "Coupon Code", + "label": "Item Price", + "link_to": "Item Price", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2ata3q33bn", + "name": "2atk4ls5l6", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -307,12 +310,12 @@ "idx": 14, "indent": 0, "keep_closed": 0, - "label": "Blanket Order", - "link_to": "Blanket Order", + "label": "Pricing Rule", + "link_to": "Pricing Rule", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at8dbno0l", + "name": "2ats28ulcs", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -321,26 +324,26 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "notepad-text", "idx": 15, - "indent": 1, - "keep_closed": 1, - "label": "Reports", + "indent": 0, + "keep_closed": 0, + "label": "Promotional Scheme", + "link_to": "Promotional Scheme", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atkrmifps", + "name": "2atlbm6pan", "owner": "Administrator", "parent": "Selling", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Section Break" + "type": "Link" }, { "child": 1, @@ -351,12 +354,12 @@ "idx": 16, "indent": 0, "keep_closed": 0, - "label": "Sales Analytics", - "link_to": "Sales Analytics", - "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "label": "Coupon Code", + "link_to": "Coupon Code", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at88tvna7", + "name": "2ata3q33bn", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -373,12 +376,12 @@ "idx": 17, "indent": 0, "keep_closed": 0, - "label": "Pending SO Items For Purchase Request", - "link_to": "Pending SO Items For Purchase Request", - "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "label": "Blanket Order", + "link_to": "Blanket Order", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at0o5arcg", + "name": "2at8dbno0l", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -387,26 +390,26 @@ "type": "Link" }, { - "child": 1, + "child": 0, "collapsible": 1, "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", "idx": 18, - "indent": 0, - "keep_closed": 0, - "label": "Available Stock for Packing Items", - "link_to": "Available Stock for Packing Items", - "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "indent": 1, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at4g7h7bo", + "name": "2atkrmifps", "owner": "Administrator", "parent": "Selling", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Link" + "type": "Section Break" }, { "child": 1, @@ -417,12 +420,12 @@ "idx": 19, "indent": 0, "keep_closed": 0, - "label": "Customer Addresses And Contacts", - "link_to": "Address And Contacts", + "label": "Sales Analytics", + "link_to": "Sales Analytics", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atms4hij6", + "name": "2at88tvna7", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -439,12 +442,12 @@ "idx": 20, "indent": 0, "keep_closed": 0, - "label": "Delivery Note Trends", - "link_to": "Delivery Note Trends", + "label": "Pending SO Items For Purchase Request", + "link_to": "Pending SO Items For Purchase Request", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at4091isc", + "name": "2at0o5arcg", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -461,12 +464,12 @@ "idx": 21, "indent": 0, "keep_closed": 0, - "label": "Sales Invoice Trends", - "link_to": "Sales Invoice Trends", + "label": "Available Stock for Packing Items", + "link_to": "Available Stock for Packing Items", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atu7ebnks", + "name": "2at4g7h7bo", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -483,12 +486,12 @@ "idx": 22, "indent": 0, "keep_closed": 0, - "label": "Customer Credit Balance", - "link_to": "Customer Credit Balance", + "label": "Customer Addresses And Contacts", + "link_to": "Address And Contacts", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atokn9fai", + "name": "2atms4hij6", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -505,12 +508,12 @@ "idx": 23, "indent": 0, "keep_closed": 0, - "label": "Customers Without Any Sales Transactions", - "link_to": "Customers Without Any Sales Transactions", + "label": "Delivery Note Trends", + "link_to": "Delivery Note Trends", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at0347om8", + "name": "2at4091isc", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -527,12 +530,12 @@ "idx": 24, "indent": 0, "keep_closed": 0, - "label": "Sales Partners Commission", - "link_to": "Sales Partners Commission", + "label": "Sales Invoice Trends", + "link_to": "Sales Invoice Trends", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atiljm0bd", + "name": "2atu7ebnks", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -549,12 +552,12 @@ "idx": 25, "indent": 0, "keep_closed": 0, - "label": "Territory Target Variance Based On Item Group", - "link_to": "Territory Target Variance Based On Item Group", + "label": "Customer Credit Balance", + "link_to": "Customer Credit Balance", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atsfkrqq1", + "name": "2atokn9fai", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -571,12 +574,12 @@ "idx": 26, "indent": 0, "keep_closed": 0, - "label": "Sales Person Target Variance Based On Item Group", - "link_to": "Sales Person Target Variance Based On Item Group", + "label": "Customers Without Any Sales Transactions", + "link_to": "Customers Without Any Sales Transactions", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at42iqcic", + "name": "2at0347om8", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -593,12 +596,12 @@ "idx": 27, "indent": 0, "keep_closed": 0, - "label": "Sales Partner Target Variance Based On Item Group", - "link_to": "Sales Partner Target Variance based on Item Group", + "label": "Sales Partners Commission", + "link_to": "Sales Partners Commission", "link_type": "Report", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at8vugell", + "name": "2atiljm0bd", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -607,26 +610,26 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "icon": "", "idx": 28, "indent": 0, - "keep_closed": 1, - "label": "Masters", - "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "keep_closed": 0, + "label": "Territory Target Variance Based On Item Group", + "link_to": "Territory Target Variance Based On Item Group", + "link_type": "Report", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atjp698mu", + "name": "2atsfkrqq1", "owner": "Administrator", "parent": "Selling", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Section Break" + "type": "Link" }, { "child": 1, @@ -637,12 +640,12 @@ "idx": 29, "indent": 0, "keep_closed": 0, - "label": "Customer Group", - "link_to": "Customer Group", - "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "label": "Sales Person Target Variance Based On Item Group", + "link_to": "Sales Person Target Variance Based On Item Group", + "link_type": "Report", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at0tc62l1", + "name": "2at42iqcic", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -659,12 +662,12 @@ "idx": 30, "indent": 0, "keep_closed": 0, - "label": "Address", - "link_to": "Address", - "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "label": "Sales Partner Target Variance Based On Item Group", + "link_to": "Sales Partner Target Variance based on Item Group", + "link_type": "Report", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2ateadrb5k", + "name": "2at8vugell", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -673,26 +676,26 @@ "type": "Link" }, { - "child": 1, + "child": 0, "collapsible": 1, "creation": "2025-10-26 21:53:46.624753", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "database", "idx": 31, - "indent": 0, - "keep_closed": 0, - "label": "Contact", - "link_to": "Contact", + "indent": 1, + "keep_closed": 1, + "label": "Setup", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atccn4bn5", + "name": "2atjp698mu", "owner": "Administrator", "parent": "Selling", "parentfield": "items", "parenttype": "Workspace Sidebar", "show_arrow": 0, - "type": "Link" + "type": "Section Break" }, { "child": 1, @@ -703,12 +706,12 @@ "idx": 32, "indent": 0, "keep_closed": 0, - "label": "Territory", - "link_to": "Territory", + "label": "Customer Group", + "link_to": "Customer Group", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at3dg7din", + "name": "2at0tc62l1", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -725,12 +728,12 @@ "idx": 33, "indent": 0, "keep_closed": 0, - "label": "Campaign", - "link_to": "Campaign", + "label": "Address", + "link_to": "Address", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at95f73q2", + "name": "2ateadrb5k", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -747,12 +750,12 @@ "idx": 34, "indent": 0, "keep_closed": 0, - "label": "Sales Partner", - "link_to": "Sales Partner", + "label": "Contact", + "link_to": "Contact", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atf6ic5fq", + "name": "2atccn4bn5", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -769,12 +772,12 @@ "idx": 35, "indent": 0, "keep_closed": 0, - "label": "Sales Person", - "link_to": "Sales Person", + "label": "Territory", + "link_to": "Territory", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atakl9er0", + "name": "2at3dg7din", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -791,12 +794,12 @@ "idx": 36, "indent": 0, "keep_closed": 0, - "label": "Product Bundle", - "link_to": "Product Bundle", + "label": "Campaign", + "link_to": "Campaign", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atc7e2uv3", + "name": "2at95f73q2", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -813,12 +816,12 @@ "idx": 37, "indent": 0, "keep_closed": 0, - "label": "Shipping Rule", - "link_to": "Shipping Rule", + "label": "Sales Partner", + "link_to": "Sales Partner", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atmepv8em", + "name": "2atf6ic5fq", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -835,12 +838,12 @@ "idx": 38, "indent": 0, "keep_closed": 0, - "label": "UTM Source", - "link_to": "UTM Source", + "label": "Sales Person", + "link_to": "Sales Person", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2atg9ll9m2", + "name": "2atakl9er0", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -857,12 +860,12 @@ "idx": 39, "indent": 0, "keep_closed": 0, - "label": "Terms Template", - "link_to": "Terms and Conditions", + "label": "Product Bundle", + "link_to": "Product Bundle", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", - "name": "2at2jleuo2", + "name": "2atc7e2uv3", "owner": "Administrator", "parent": "Selling", "parentfield": "items", @@ -879,10 +882,76 @@ "idx": 40, "indent": 0, "keep_closed": 0, + "label": "Shipping Rule", + "link_to": "Shipping Rule", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", + "modified_by": "Administrator", + "name": "2atmepv8em", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 41, + "indent": 0, + "keep_closed": 0, + "label": "UTM Source", + "link_to": "UTM Source", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", + "modified_by": "Administrator", + "name": "2atg9ll9m2", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 42, + "indent": 0, + "keep_closed": 0, + "label": "Terms Template", + "link_to": "Terms and Conditions", + "link_type": "DocType", + "modified": "2025-11-17 14:44:38.906257", + "modified_by": "Administrator", + "name": "2at2jleuo2", + "owner": "Administrator", + "parent": "Selling", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-10-26 21:53:46.624753", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 43, + "indent": 0, + "keep_closed": 0, "label": "Tax Template", "link_to": "Sales Taxes and Charges Template", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2atsp053ek", "owner": "Administrator", @@ -899,13 +968,13 @@ "docstatus": 0, "doctype": "Workspace Sidebar Item", "icon": "settings", - "idx": 41, + "idx": 44, "indent": 0, "keep_closed": 0, "label": "Settings", "link_to": "Selling Settings", "link_type": "DocType", - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "name": "2ath6o7jt9", "owner": "Administrator", @@ -916,7 +985,7 @@ "type": "Link" } ], - "modified": "2025-11-17 13:54:06.752670", + "modified": "2025-11-17 14:44:38.906257", "modified_by": "Administrator", "module": "Selling", "name": "Selling", diff --git a/erpnext/workspace_sidebar/stock.json b/erpnext/workspace_sidebar/stock.json index 3532fdedec2..24c36f2d86f 100644 --- a/erpnext/workspace_sidebar/stock.json +++ b/erpnext/workspace_sidebar/stock.json @@ -12,13 +12,14 @@ "creation": "2025-11-17 13:19:05.160663", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "home", "idx": 1, "indent": 0, "keep_closed": 0, "label": "Home", "link_to": "Stock", "link_type": "Workspace", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gja54p8iro", "owner": "Administrator", @@ -28,19 +29,43 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "chart", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Dashboard", + "link_to": "Stock", + "link_type": "Dashboard", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "j8aml7m309", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, "creation": "2025-11-17 13:19:05.161008", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 1, + "icon": "notebook-tabs", + "idx": 3, "indent": 0, "keep_closed": 0, "label": "Item", "link_to": "Item", "link_type": "DocType", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gjadhps05b", "owner": "Administrator", @@ -53,39 +78,19 @@ { "child": 0, "collapsible": 1, - "creation": "2025-11-17 13:19:05.161789", + "creation": "2025-11-17 13:19:05.160130", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 2, + "icon": "warehouse", + "idx": 4, "indent": 0, "keep_closed": 0, - "label": "Learn Inventory Management", - "link_type": "URL", - "modified": "2025-11-17 13:28:06.020373", - "modified_by": "Administrator", - "name": "gjalkceilp", - "owner": "Administrator", - "parent": "Stock", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-17 13:19:05.162170", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 3, - "indent": 0, - "keep_closed": 0, - "label": "Material Request", - "link_to": "Material Request", + "label": "Warehouse", + "link_to": "Warehouse", "link_type": "DocType", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", - "name": "gjarcmvmn6", + "name": "oireksin6t", "owner": "Administrator", "parent": "Stock", "parentfield": "items", @@ -99,13 +104,14 @@ "creation": "2025-11-17 13:19:05.162519", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 4, + "icon": "stock", + "idx": 5, "indent": 0, "keep_closed": 0, "label": "Stock Entry", "link_to": "Stock Entry", "link_type": "DocType", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gja7sj5ifi", "owner": "Administrator", @@ -121,13 +127,14 @@ "creation": "2025-11-17 13:19:05.163583", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 5, + "icon": "receipt-text", + "idx": 6, "indent": 0, "keep_closed": 0, "label": "Purchase Receipt", "link_to": "Purchase Receipt", "link_type": "DocType", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gjaitj2pf5", "owner": "Administrator", @@ -143,13 +150,14 @@ "creation": "2025-11-17 13:19:05.164585", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 6, + "icon": "book-text", + "idx": 7, "indent": 0, "keep_closed": 0, "label": "Delivery Note", "link_to": "Delivery Note", "link_type": "DocType", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gjat1cts78", "owner": "Administrator", @@ -162,16 +170,84 @@ { "child": 0, "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "recycle", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Stock Reconciliation", + "link_to": "Stock Reconciliation", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "kvab7rcjha", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.162170", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "arrow-right", + "idx": 9, + "indent": 0, + "keep_closed": 0, + "label": "Material Request", + "link_to": "Material Request", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "gjarcmvmn6", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", + "idx": 10, + "indent": 1, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "j8aodg1i1s", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, "creation": "2025-11-17 13:19:05.165130", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 7, + "idx": 11, "indent": 0, "keep_closed": 0, "label": "Stock Ledger", "link_to": "Stock Ledger", "link_type": "Report", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gjapqvrrmq", "owner": "Administrator", @@ -182,18 +258,18 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, "creation": "2025-11-17 13:19:05.165495", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 8, + "idx": 12, "indent": 0, "keep_closed": 0, "label": "Stock Balance", "link_to": "Stock Balance", "link_type": "Report", - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "name": "gjaj690jt2", "owner": "Administrator", @@ -204,20 +280,220 @@ "type": "Link" }, { - "child": 0, + "child": 1, "collapsible": 1, - "creation": "2025-11-17 13:19:05.165850", + "creation": "2025-11-17 13:19:05.160130", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 9, + "idx": 13, "indent": 0, "keep_closed": 0, - "label": "Dashboard", - "link_to": "Stock", - "link_type": "Dashboard", - "modified": "2025-11-17 13:28:06.020373", + "label": "Stock Analytics", + "link_to": "Stock Analytics", + "link_type": "Report", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", - "name": "gjabps2jmg", + "name": "n6kpjnqsj2", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Serial No and Batch Traceability", + "link_to": "Serial No and Batch Traceability", + "link_type": "Report", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "n6ks5anhue", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Receipt Trends", + "link_to": "Purchase Receipt Trends", + "link_type": "Report", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "se7iuu2mdi", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Delivery Note Trends", + "link_to": "Delivery Note Trends", + "link_type": "Report", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "se7dk9ef48", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "database", + "idx": 17, + "indent": 1, + "keep_closed": 1, + "label": "Setup", + "link_to": "", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "o9hmjc5aed", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 18, + "indent": 0, + "keep_closed": 0, + "label": "Serial No", + "link_to": "Serial No", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "o9h476tph6", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 19, + "indent": 0, + "keep_closed": 0, + "label": "Batch No", + "link_to": "Batch", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "o9h14rep04", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 20, + "indent": 0, + "keep_closed": 0, + "label": "Serial and Batch Bundle", + "link_to": "Serial and Batch Bundle", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "o9h1c3g8ob", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "idx": 21, + "indent": 0, + "keep_closed": 0, + "label": "Inventory Dimension", + "link_to": "Inventory Dimension", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "rpo7g0ubck", + "owner": "Administrator", + "parent": "Stock", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:05.160130", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 22, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Stock Settings", + "link_type": "DocType", + "modified": "2025-11-17 14:44:08.435211", + "modified_by": "Administrator", + "name": "lh7kd1p97i", "owner": "Administrator", "parent": "Stock", "parentfield": "items", @@ -226,7 +502,7 @@ "type": "Link" } ], - "modified": "2025-11-17 13:28:06.020373", + "modified": "2025-11-17 14:44:08.435211", "modified_by": "Administrator", "module": "Stock", "name": "Stock", diff --git a/erpnext/workspace_sidebar/subcontracting.json b/erpnext/workspace_sidebar/subcontracting.json index 7184ea302a6..c2337f74310 100644 --- a/erpnext/workspace_sidebar/subcontracting.json +++ b/erpnext/workspace_sidebar/subcontracting.json @@ -1,361 +1,380 @@ { - "app": "erpnext", - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar", - "header_icon": "getting-started", - "idx": 0, - "items": [ - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "arrow-right", - "idx": 1, - "indent": 0, - "keep_closed": 0, - "label": "Inward Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rrbg7a36", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "book-open-text", - "idx": 2, - "indent": 0, - "keep_closed": 0, - "label": "Sales Order", - "link_to": "Sales Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rn7v1q0g", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "user-round-search", - "idx": 3, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Order", - "link_to": "Subcontracting Inward Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r2d9nske", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "truck", - "idx": 4, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Delivery", - "link_to": "Stock Entry", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rhdka1k0", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "arrow-left", - "idx": 5, - "indent": 0, - "keep_closed": 0, - "label": "Outward Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rp8583ep", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "buying", - "idx": 6, - "indent": 0, - "keep_closed": 0, - "label": "Purchase Order", - "link_to": "Purchase Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r0vengpr", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "swords", - "idx": 7, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Order", - "link_to": "Subcontracting Order", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r0utcp7i", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "receipt-text", - "idx": 8, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting Receipt", - "link_to": "Subcontracting Receipt", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r49t583b", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 9, - "indent": 0, - "keep_closed": 0, - "label": "Tools", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8re4ha73n", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "truck", - "idx": 10, - "indent": 0, - "keep_closed": 0, - "label": "Stock Entry", - "link_to": "Stock Entry", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rqpl9b04", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "receipt-text", - "idx": 11, - "indent": 0, - "keep_closed": 0, - "label": "Subcontracting BOM", - "link_to": "Subcontracting BOM", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rk0md2i7", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "settings", - "idx": 12, - "indent": 0, - "keep_closed": 0, - "label": "Settings", - "link_to": "Buying Settings", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r63u0ck0", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 13, - "indent": 0, - "keep_closed": 1, - "label": "Reports", - "link_type": "DocType", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8r9ttq02k", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Section Break" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "notepad-text", - "idx": 14, - "indent": 0, - "keep_closed": 0, - "label": "Subcontract Order Summary", - "link_to": "Subcontract Order Summary", - "link_type": "Report", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rf0nsq6t", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "truck", - "idx": 15, - "indent": 0, - "keep_closed": 0, - "label": "Materials To Be Transferred", - "link_to": "Subcontracted Raw Materials To Be Transferred", - "link_type": "Report", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rt6osjsn", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - }, - { - "child": 1, - "collapsible": 1, - "creation": "2025-11-06 12:59:55.867991", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "icon": "arrow-right", - "idx": 16, - "indent": 0, - "keep_closed": 0, - "label": "Items To Be Received", - "link_to": "Subcontracted Item To Be Received", - "link_type": "Report", - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "p8rqrqkhu3", - "owner": "Administrator", - "parent": "Subcontracting", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "type": "Link" - } - ], - "modified": "2025-11-06 13:44:40.089787", - "modified_by": "Administrator", - "name": "Subcontracting", - "owner": "Administrator", - "title": "Subcontracting" -} \ No newline at end of file + "app": "erpnext", + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "getting-started", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "arrow-right", + "idx": 1, + "indent": 1, + "keep_closed": 0, + "label": "Inward Order", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ru3f4m42r", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Sales Order", + "link_to": "Sales Order", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5rufd6fnrf", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Order", + "link_to": "Subcontracting Inward Order", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruu4ab9mm", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Delivery", + "link_to": "Stock Entry", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ru0ahc0om", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "arrow-left", + "idx": 5, + "indent": 1, + "keep_closed": 0, + "label": "Outward Order", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ru17rg06a", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Order", + "link_to": "Purchase Order", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5rutd50op6", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 7, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Order", + "link_to": "Subcontracting Order", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruv4hal5v", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 8, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting Receipt", + "link_to": "Subcontracting Receipt", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruo4p6qfm", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "tool", + "idx": 9, + "indent": 1, + "keep_closed": 1, + "label": "Tools", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ru4f6fc0s", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 10, + "indent": 0, + "keep_closed": 0, + "label": "Stock Entry", + "link_to": "Stock Entry", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruke08pt7", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 11, + "indent": 0, + "keep_closed": 0, + "label": "Subcontracting BOM", + "link_to": "Subcontracting BOM", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ru0egfkus", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", + "idx": 12, + "indent": 1, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruihseclg", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 13, + "indent": 0, + "keep_closed": 0, + "label": "Subcontract Order Summary", + "link_to": "Subcontract Order Summary", + "link_type": "Report", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ru1pbp7iq", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 14, + "indent": 0, + "keep_closed": 0, + "label": "Materials To Be Transferred", + "link_to": "Subcontracted Raw Materials To Be Transferred", + "link_type": "Report", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruonpii2e", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 1, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "", + "idx": 15, + "indent": 0, + "keep_closed": 0, + "label": "Items To Be Received", + "link_to": "Subcontracted Item To Be Received", + "link_type": "Report", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5rua4orr37", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 14:49:59.811213", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "settings", + "idx": 16, + "indent": 0, + "keep_closed": 0, + "label": "Settings", + "link_to": "Buying Settings", + "link_type": "DocType", + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "name": "5ruf3kbf0b", + "owner": "Administrator", + "parent": "Subcontracting", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-17 14:54:12.182016", + "modified_by": "Administrator", + "module": "Buying", + "name": "Subcontracting", + "owner": "Administrator", + "title": "Subcontracting" +} From fdbe7bc98829485810f5cddcb763ab51cf14cfba Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Mon, 17 Nov 2025 16:04:38 +0530 Subject: [PATCH 4/4] fix: desktop icon placing --- erpnext/desktop_icon/erpnext.json | 4 +- erpnext/desktop_icon/payables.json | 20 +++ erpnext/desktop_icon/projects.json | 20 +++ erpnext/desktop_icon/quality.json | 20 +++ erpnext/desktop_icon/receivables.json | 20 +++ erpnext/desktop_icon/settings.json | 20 +++ erpnext/desktop_icon/support.json | 20 +++ erpnext/workspace_sidebar/payables.json | 154 +++++++++++++++++++++ erpnext/workspace_sidebar/receivables.json | 114 +++++++-------- 9 files changed, 336 insertions(+), 56 deletions(-) create mode 100644 erpnext/desktop_icon/payables.json create mode 100644 erpnext/desktop_icon/projects.json create mode 100644 erpnext/desktop_icon/quality.json create mode 100644 erpnext/desktop_icon/receivables.json create mode 100644 erpnext/desktop_icon/settings.json create mode 100644 erpnext/desktop_icon/support.json create mode 100644 erpnext/workspace_sidebar/payables.json diff --git a/erpnext/desktop_icon/erpnext.json b/erpnext/desktop_icon/erpnext.json index b64538399f8..b020ba1b615 100644 --- a/erpnext/desktop_icon/erpnext.json +++ b/erpnext/desktop_icon/erpnext.json @@ -3,14 +3,14 @@ "creation": "2025-11-17 13:19:04.178534", "docstatus": 0, "doctype": "Desktop Icon", - "hidden": 0, + "hidden": 1, "icon_type": "App", "idx": 100, "label": "ERPNext", "link": "/app/home", "link_type": "External", "logo_url": "/assets/erpnext/images/erpnext-logo.svg", - "modified": "2025-11-17 15:21:03.301363", + "modified": "2025-11-17 16:33:37.520201", "modified_by": "Administrator", "name": "ERPNext", "owner": "Administrator", diff --git a/erpnext/desktop_icon/payables.json b/erpnext/desktop_icon/payables.json new file mode 100644 index 00000000000..0c8064d4d2c --- /dev/null +++ b/erpnext/desktop_icon/payables.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.255041", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "arrow-left", + "icon_type": "Link", + "idx": 0, + "label": "Payables", + "link_to": "Payables", + "link_type": "Workspace", + "modified": "2025-11-17 15:53:14.737052", + "modified_by": "Administrator", + "name": "Payables", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/projects.json b/erpnext/desktop_icon/projects.json new file mode 100644 index 00000000000..d2f227b5007 --- /dev/null +++ b/erpnext/desktop_icon/projects.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.293376", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "project", + "icon_type": "Link", + "idx": 9, + "label": "Projects", + "link_to": "Projects", + "link_type": "Workspace", + "modified": "2025-11-17 15:47:42.431298", + "modified_by": "Administrator", + "name": "Projects", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/quality.json b/erpnext/desktop_icon/quality.json new file mode 100644 index 00000000000..906e121dd15 --- /dev/null +++ b/erpnext/desktop_icon/quality.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.281193", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "quality", + "icon_type": "Link", + "idx": 9, + "label": "Quality", + "link_to": "Quality", + "link_type": "Workspace", + "modified": "2025-11-17 15:54:14.451628", + "modified_by": "Administrator", + "name": "Quality", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/receivables.json b/erpnext/desktop_icon/receivables.json new file mode 100644 index 00000000000..ebf59afd781 --- /dev/null +++ b/erpnext/desktop_icon/receivables.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.249828", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "arrow-right", + "icon_type": "Link", + "idx": 0, + "label": "Receivables", + "link_to": "Receivables", + "link_type": "Workspace", + "modified": "2025-11-17 15:53:24.958812", + "modified_by": "Administrator", + "name": "Receivables", + "owner": "Administrator", + "parent_icon": "Accounts", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/settings.json b/erpnext/desktop_icon/settings.json new file mode 100644 index 00000000000..f5b797a8bfb --- /dev/null +++ b/erpnext/desktop_icon/settings.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.260916", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "setting", + "icon_type": "Link", + "idx": 10, + "label": "Settings", + "link_to": "Settings", + "link_type": "Workspace", + "modified": "2025-11-17 15:54:03.668070", + "modified_by": "Administrator", + "name": "Settings", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/desktop_icon/support.json b/erpnext/desktop_icon/support.json new file mode 100644 index 00000000000..5e2abef6443 --- /dev/null +++ b/erpnext/desktop_icon/support.json @@ -0,0 +1,20 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.288298", + "docstatus": 0, + "doctype": "Desktop Icon", + "hidden": 0, + "icon": "support", + "icon_type": "Link", + "idx": 10, + "label": "Support", + "link_to": "Support", + "link_type": "Workspace", + "modified": "2025-11-17 15:48:02.081913", + "modified_by": "Administrator", + "name": "Support", + "owner": "Administrator", + "parent_icon": "", + "roles": [], + "standard": 1 +} diff --git a/erpnext/workspace_sidebar/payables.json b/erpnext/workspace_sidebar/payables.json new file mode 100644 index 00000000000..e66d67dba14 --- /dev/null +++ b/erpnext/workspace_sidebar/payables.json @@ -0,0 +1,154 @@ +{ + "app": "erpnext", + "creation": "2025-11-17 13:19:04.870143", + "docstatus": 0, + "doctype": "Workspace Sidebar", + "header_icon": "arrow-left", + "idx": 0, + "items": [ + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.870797", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "home", + "idx": 1, + "indent": 0, + "keep_closed": 0, + "label": "Home", + "link_to": "Payables", + "link_type": "Workspace", + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "name": "gj86odhe5m", + "owner": "Administrator", + "parent": "Payables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.870143", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "customer", + "idx": 2, + "indent": 0, + "keep_closed": 0, + "label": "Supplier", + "link_to": "Supplier", + "link_type": "DocType", + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "name": "dlacul61d4", + "owner": "Administrator", + "parent": "Payables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.871726", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "liabilities", + "idx": 3, + "indent": 0, + "keep_closed": 0, + "label": "Purchase Invoice", + "link_to": "Purchase Invoice", + "link_type": "DocType", + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "name": "gj854ajj3t", + "owner": "Administrator", + "parent": "Payables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.872480", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "dollar-sign", + "idx": 4, + "indent": 0, + "keep_closed": 0, + "label": "Payment Entry", + "link_to": "Payment Entry", + "link_type": "DocType", + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "name": "gj8a4oias2", + "owner": "Administrator", + "parent": "Payables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.872136", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "calendar-range", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Journal Entry", + "link_to": "Journal Entry", + "link_type": "DocType", + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "name": "gj8l8h85er", + "owner": "Administrator", + "parent": "Payables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.871321", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "notepad-text", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "Accounts Payable", + "link_to": "Accounts Payable", + "link_type": "Report", + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "name": "gj8m5jhujl", + "owner": "Administrator", + "parent": "Payables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + } + ], + "modified": "2025-11-17 16:01:59.692895", + "modified_by": "Administrator", + "module": "Accounts", + "name": "Payables", + "owner": "Administrator", + "title": "Payables" +} diff --git a/erpnext/workspace_sidebar/receivables.json b/erpnext/workspace_sidebar/receivables.json index 69e473244c2..b1e0aad7afc 100644 --- a/erpnext/workspace_sidebar/receivables.json +++ b/erpnext/workspace_sidebar/receivables.json @@ -18,7 +18,7 @@ "label": "Home", "link_to": "Receivables", "link_type": "Workspace", - "modified": "2025-11-17 13:28:26.269617", + "modified": "2025-11-17 16:00:54.952576", "modified_by": "Administrator", "name": "gj8jglttfq", "owner": "Administrator", @@ -28,41 +28,20 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-17 13:19:04.959041", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 1, - "indent": 0, - "keep_closed": 0, - "label": "POS Invoice", - "link_to": "POS Invoice", - "link_type": "DocType", - "modified": "2025-11-17 13:28:26.269617", - "modified_by": "Administrator", - "name": "gj8p0q3mk1", - "owner": "Administrator", - "parent": "Receivables", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 0, "collapsible": 1, "creation": "2025-11-17 13:19:04.959354", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "customer", "idx": 2, "indent": 0, "keep_closed": 0, - "label": "Cost Center", - "link_to": "Cost Center", + "label": "Customer", + "link_to": "Customer", "link_type": "DocType", - "modified": "2025-11-17 13:28:26.269617", + "modified": "2025-11-17 16:00:54.952576", "modified_by": "Administrator", "name": "gj8igreert", "owner": "Administrator", @@ -78,13 +57,14 @@ "creation": "2025-11-17 13:19:04.959658", "docstatus": 0, "doctype": "Workspace Sidebar Item", + "icon": "receipt", "idx": 3, "indent": 0, "keep_closed": 0, "label": "Sales Invoice", "link_to": "Sales Invoice", "link_type": "DocType", - "modified": "2025-11-17 13:28:26.269617", + "modified": "2025-11-17 16:00:54.952576", "modified_by": "Administrator", "name": "gj81ke1nng", "owner": "Administrator", @@ -94,41 +74,20 @@ "show_arrow": 0, "type": "Link" }, - { - "child": 0, - "collapsible": 1, - "creation": "2025-11-17 13:19:04.959965", - "docstatus": 0, - "doctype": "Workspace Sidebar Item", - "idx": 4, - "indent": 0, - "keep_closed": 0, - "label": "Journal Entry", - "link_to": "Journal Entry", - "link_type": "DocType", - "modified": "2025-11-17 13:28:26.269617", - "modified_by": "Administrator", - "name": "gj85hgn5df", - "owner": "Administrator", - "parent": "Receivables", - "parentfield": "items", - "parenttype": "Workspace Sidebar", - "show_arrow": 0, - "type": "Link" - }, { "child": 0, "collapsible": 1, "creation": "2025-11-17 13:19:04.960341", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 5, + "icon": "dollar-sign", + "idx": 4, "indent": 0, "keep_closed": 0, "label": "Payment Entry", "link_to": "Payment Entry", "link_type": "DocType", - "modified": "2025-11-17 13:28:26.269617", + "modified": "2025-11-17 16:00:54.952576", "modified_by": "Administrator", "name": "gj8t64ehel", "owner": "Administrator", @@ -138,19 +97,66 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.959965", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "file-text", + "idx": 5, + "indent": 0, + "keep_closed": 0, + "label": "Journal Entry", + "link_to": "Journal Entry", + "link_type": "DocType", + "modified": "2025-11-17 16:00:54.952576", + "modified_by": "Administrator", + "name": "gj85hgn5df", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, + { + "child": 0, + "collapsible": 1, + "creation": "2025-11-17 13:19:04.959041", + "docstatus": 0, + "doctype": "Workspace Sidebar Item", + "icon": "computer", + "idx": 6, + "indent": 0, + "keep_closed": 0, + "label": "POS Invoice", + "link_to": "POS Invoice", + "link_type": "DocType", + "modified": "2025-11-17 16:00:54.952576", + "modified_by": "Administrator", + "name": "gj8p0q3mk1", + "owner": "Administrator", + "parent": "Receivables", + "parentfield": "items", + "parenttype": "Workspace Sidebar", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, "creation": "2025-11-17 13:19:04.960735", "docstatus": 0, "doctype": "Workspace Sidebar Item", - "idx": 6, + "icon": "notepad-text", + "idx": 7, "indent": 0, "keep_closed": 0, "label": "Accounts Receivable", "link_to": "Accounts Receivable", "link_type": "Report", - "modified": "2025-11-17 13:28:26.269617", + "modified": "2025-11-17 16:00:54.952576", "modified_by": "Administrator", "name": "gj84i3l5b8", "owner": "Administrator", @@ -161,7 +167,7 @@ "type": "Link" } ], - "modified": "2025-11-17 13:28:26.269617", + "modified": "2025-11-17 16:00:54.952576", "modified_by": "Administrator", "module": "Accounts", "name": "Receivables",