chore: Remove HR templates and references from other workspaces

- Removed template `employees_to_mark_attendance.html`

- Removed HR references from ERPNext Settings and Home workspaces
diff --git a/erpnext/public/build.json b/erpnext/public/build.json
index 91a752c..44abb33 100644
--- a/erpnext/public/build.json
+++ b/erpnext/public/build.json
@@ -25,7 +25,6 @@
 		"public/js/controllers/taxes_and_totals.js",
 		"public/js/controllers/transaction.js",
 		"public/js/templates/item_selector.html",
-		"public/js/templates/employees_to_mark_attendance.html",
 		"public/js/utils/item_selector.js",
 		"public/js/help_links.js",
 		"public/js/agriculture/ternary_plot.js",
diff --git a/erpnext/public/js/erpnext.bundle.js b/erpnext/public/js/erpnext.bundle.js
index 3dae6d4..d58b827 100644
--- a/erpnext/public/js/erpnext.bundle.js
+++ b/erpnext/public/js/erpnext.bundle.js
@@ -8,7 +8,6 @@
 import "./controllers/taxes_and_totals";
 import "./controllers/transaction";
 import "./templates/item_selector.html";
-import "./templates/employees_to_mark_attendance.html";
 import "./utils/item_selector";
 import "./help_links";
 import "./agriculture/ternary_plot";
diff --git a/erpnext/public/js/templates/employees_to_mark_attendance.html b/erpnext/public/js/templates/employees_to_mark_attendance.html
deleted file mode 100644
index 167c775..0000000
--- a/erpnext/public/js/templates/employees_to_mark_attendance.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% if data %}
-<div class="col-md-12 col-xs-12" align="center">
-	<div class="col-md-12 col-xs-12" style="padding-bottom:15px;">
-		<b>Employees to mark attendance</b>
-	</div>
-	{% for item in data %}
-	<div class="col-md-4 col-xs-6" style="padding-bottom:10px;">
-		{{ item.employee }} &nbsp;&nbsp; {{ item.employee_name }}
-	</div>
-	{% } %}
-</div>
-{% } else { %}
-<div></div>
-{% } %}
diff --git a/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json b/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json
index eeb71c7..4c0f2b5 100644
--- a/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json
+++ b/erpnext/setup/workspace/erpnext_settings/erpnext_settings.json
@@ -10,13 +10,14 @@
  "idx": 0,
  "label": "ERPNext Settings",
  "links": [],
- "modified": "2022-04-28 11:42:01.043569",
+ "modified": "2022-06-27 16:53:07.056620",
  "modified_by": "Administrator",
  "module": "Setup",
  "name": "ERPNext Settings",
  "owner": "Administrator",
  "parent_page": "",
  "public": 1,
+ "quick_lists": [],
  "restrict_to_domain": "",
  "roles": [],
  "sequence_id": 12.0,
@@ -28,14 +29,6 @@
    "type": "DocType"
   },
   {
-   "color": "Grey",
-   "doc_view": "",
-   "icon": "dot-horizontal",
-   "label": "Naming Series",
-   "link_to": "Naming Series",
-   "type": "DocType"
-  },
-  {
    "icon": "accounting",
    "label": "Accounts Settings",
    "link_to": "Accounts Settings",
@@ -48,12 +41,6 @@
    "type": "DocType"
   },
   {
-   "icon": "hr",
-   "label": "HR Settings",
-   "link_to": "HR Settings",
-   "type": "DocType"
-  },
-  {
    "icon": "sell",
    "label": "Selling Settings",
    "link_to": "Selling Settings",
@@ -73,8 +60,8 @@
   },
   {
    "icon": "retail",
-   "label": "Shopping Cart Settings",
-   "link_to": "Shopping Cart Settings",
+   "label": "E Commerce Settings",
+   "link_to": "E Commerce Settings",
    "type": "DocType"
   },
   {
@@ -98,13 +85,6 @@
   },
   {
    "doc_view": "",
-   "icon": "retail",
-   "label": "Products Settings",
-   "link_to": "Products Settings",
-   "type": "DocType"
-  },
-  {
-   "doc_view": "",
    "icon": "crm",
    "label": "CRM Settings",
    "link_to": "CRM Settings",
diff --git a/erpnext/setup/workspace/home/home.json b/erpnext/setup/workspace/home/home.json
index 19ff2a0..d26e576 100644
--- a/erpnext/setup/workspace/home/home.json
+++ b/erpnext/setup/workspace/home/home.json
@@ -128,47 +128,6 @@
   {
    "hidden": 0,
    "is_query_report": 0,
-   "label": "Human Resources",
-   "link_count": 0,
-   "onboard": 0,
-   "type": "Card Break"
-  },
-  {
-   "dependencies": "",
-   "hidden": 0,
-   "is_query_report": 0,
-   "label": "Employee",
-   "link_count": 0,
-   "link_to": "Employee",
-   "link_type": "DocType",
-   "onboard": 1,
-   "type": "Link"
-  },
-  {
-   "dependencies": "Employee",
-   "hidden": 0,
-   "is_query_report": 0,
-   "label": "Employee Attendance Tool",
-   "link_count": 0,
-   "link_to": "Employee Attendance Tool",
-   "link_type": "DocType",
-   "onboard": 1,
-   "type": "Link"
-  },
-  {
-   "dependencies": "",
-   "hidden": 0,
-   "is_query_report": 0,
-   "label": "Salary Structure",
-   "link_count": 0,
-   "link_to": "Salary Structure",
-   "link_type": "DocType",
-   "onboard": 1,
-   "type": "Link"
-  },
-  {
-   "hidden": 0,
-   "is_query_report": 0,
    "label": "CRM",
    "link_count": 0,
    "onboard": 0,
@@ -271,13 +230,14 @@
    "type": "Link"
   }
  ],
- "modified": "2022-01-13 17:24:17.002665",
+ "modified": "2022-06-27 16:54:35.462176",
  "modified_by": "Administrator",
  "module": "Setup",
  "name": "Home",
  "owner": "Administrator",
  "parent_page": "",
  "public": 1,
+ "quick_lists": [],
  "restrict_to_domain": "",
  "roles": [],
  "sequence_id": 1.0,
@@ -309,4 +269,4 @@
   }
  ],
  "title": "Home"
-}
+}
\ No newline at end of file