[minor] move item to top in stock module page
This commit is contained in:
parent
15ea751f3c
commit
7d23e4286e
2
erpnext/change_log/current/desktop.md
Normal file
2
erpnext/change_log/current/desktop.md
Normal file
@ -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**
|
@ -64,9 +64,9 @@ def get_data():
|
|||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"Learn": {
|
"Learn": {
|
||||||
"color": "#FCB868",
|
"color": "#FF888B",
|
||||||
"force_show": True,
|
"force_show": True,
|
||||||
"icon": "icon-facetime-video",
|
"icon": "octicon octicon-device-camera-video",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"is_help": True
|
"is_help": True
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,11 @@ def get_data():
|
|||||||
"label": _("Documents"),
|
"label": _("Documents"),
|
||||||
"icon": "icon-star",
|
"icon": "icon-star",
|
||||||
"items": [
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Item",
|
||||||
|
"description": _("All Products or Services."),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Material Request",
|
"name": "Material Request",
|
||||||
@ -32,11 +37,6 @@ def get_data():
|
|||||||
"name": "Installation Note",
|
"name": "Installation Note",
|
||||||
"description": _("Installation record for a Serial No.")
|
"description": _("Installation record for a Serial No.")
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Item",
|
|
||||||
"description": _("All Products or Services."),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
|
@ -30,7 +30,7 @@ blogs.
|
|||||||
app_icon = "icon-th"
|
app_icon = "icon-th"
|
||||||
app_color = "#e74c3c"
|
app_color = "#e74c3c"
|
||||||
app_version = "6.6.7"
|
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"
|
error_report_email = "support@erpnext.com"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user