[minor] move item to top in stock module page

This commit is contained in:
Rushabh Mehta 2015-11-02 10:45:18 +05:30
parent 15ea751f3c
commit 7d23e4286e
4 changed files with 10 additions and 8 deletions

View 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**

View File

@ -64,9 +64,9 @@ def get_data():
"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
}

View File

@ -7,6 +7,11 @@ def get_data():
"label": _("Documents"),
"icon": "icon-star",
"items": [
{
"type": "doctype",
"name": "Item",
"description": _("All Products or Services."),
},
{
"type": "doctype",
"name": "Material Request",
@ -32,11 +37,6 @@ def get_data():
"name": "Installation Note",
"description": _("Installation record for a Serial No.")
},
{
"type": "doctype",
"name": "Item",
"description": _("All Products or Services."),
},
{
"type": "doctype",
"name": "Warehouse",

View File

@ -30,7 +30,7 @@ blogs.
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"