[minor] move item to top in stock module page
diff --git a/erpnext/change_log/current/desktop.md b/erpnext/change_log/current/desktop.md
new file mode 100644
index 0000000..9b4667b
--- /dev/null
+++ b/erpnext/change_log/current/desktop.md
@@ -0,0 +1,2 @@
+- **Desktop Reorganization:** To Do, Calendar, Messages, Notes, Activty have been moved into module **Tools**
+- Integrations and Installer has been moved into **Setup**
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 498d100..c3fe141 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -64,9 +64,9 @@
"type": "module"
},
"Learn": {
- "color": "#FCB868",
+ "color": "#FF888B",
"force_show": True,
- "icon": "icon-facetime-video",
+ "icon": "octicon octicon-device-camera-video",
"type": "module",
"is_help": True
}
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py
index dab009d..a4a7202 100644
--- a/erpnext/config/stock.py
+++ b/erpnext/config/stock.py
@@ -9,6 +9,11 @@
"items": [
{
"type": "doctype",
+ "name": "Item",
+ "description": _("All Products or Services."),
+ },
+ {
+ "type": "doctype",
"name": "Material Request",
"description": _("Requests for items."),
},
@@ -34,11 +39,6 @@
},
{
"type": "doctype",
- "name": "Item",
- "description": _("All Products or Services."),
- },
- {
- "type": "doctype",
"name": "Warehouse",
"description": _("Where items are stored."),
},
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 471b692..2c647e8 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -30,7 +30,7 @@
app_icon = "icon-th"
app_color = "#e74c3c"
app_version = "6.6.7"
-github_link = "https://github.com/frappe/erpnext"
+source_link = "https://github.com/frappe/erpnext"
error_report_email = "support@erpnext.com"