feat(module_links): rearrange links

This commit is contained in:
Prateeksha Singh
2019-02-07 09:18:24 +05:30
parent 9b14d46c1d
commit 3423407314
12 changed files with 605 additions and 485 deletions

View File

@@ -30,6 +30,10 @@ def get_data():
"onboard": 1,
"dependencies": ["Item"],
},
{
"type": "doctype",
"name": "Delivery Trip"
},
]
},
{
@@ -81,6 +85,41 @@ def get_data():
}
]
},
{
"label": _("Setup"),
"icon": "fa fa-cog",
"items": [
{
"type": "doctype",
"name": "Stock Settings",
"onboard": 1,
},
{
"type": "doctype",
"name": "Warehouse",
"onboard": 1,
},
{
"type": "doctype",
"name": "UOM",
"label": _("Unit of Measure") + " (UOM)",
"onboard": 1,
},
{
"type": "doctype",
"name": "Brand",
"onboard": 1,
},
{
"type": "doctype",
"name": "Item Attribute",
},
{
"type": "doctype",
"name": "Item Variant Settings",
},
]
},
{
"label": _("Items and Pricing"),
"items": [
@@ -165,21 +204,6 @@ def get_data():
},
]
},
{
"label": _("Fulfilment"),
"items": [
{
"type": "doctype",
"name": "Delivery Note",
"description": _("Delivery Trip service tours to customers."),
"onboard": 1
},
{
"type": "doctype",
"name": "Delivery Trip"
},
]
},
{
"label": _("Tools"),
"icon": "fa fa-wrench",
@@ -189,6 +213,11 @@ def get_data():
"name": "Stock Reconciliation",
"onboard": 1,
},
{
"type": "doctype",
"name": "Landed Cost Voucher",
"onboard": 1,
},
{
"type": "doctype",
"name": "Packing Slip",
@@ -197,55 +226,15 @@ def get_data():
{
"type": "doctype",
"name": "Quality Inspection",
"onboard": 1,
},
{
"type": "doctype",
"name": "Quality Inspection Template",
},
{
"type": "doctype",
"name": "Landed Cost Voucher",
}
]
},
{
"label": _("Setup"),
"icon": "fa fa-cog",
"items": [
{
"type": "doctype",
"name": "Stock Settings",
"onboard": 1,
},
{
"type": "doctype",
"name": "Warehouse",
"onboard": 1,
},
{
"type": "doctype",
"name": "UOM",
"label": _("Unit of Measure") + " (UOM)",
"onboard": 1,
},
{
"type": "doctype",
"name": "Brand",
"onboard": 1,
},
{
"type": "doctype",
"name": "Item Attribute",
},
{
"type": "doctype",
"name": "Item Variant Settings",
},
]
},
{
"label": _("Analytics"),
"label": _("Key Reports"),
"icon": "fa fa-table",
"items": [
{
@@ -274,13 +263,6 @@ def get_data():
"name": "Purchase Receipt Trends",
"doctype": "Purchase Receipt"
},
]
},
{
"label": _("Reports"),
"icon": "fa fa-list",
"items": [
{
"type": "report",
"is_query_report": True,
@@ -302,14 +284,20 @@ def get_data():
{
"type": "report",
"is_query_report": True,
"name": "Requested Items To Be Transferred",
"doctype": "Material Request"
"name": "Batch-Wise Balance History",
"doctype": "Batch"
},
]
},
{
"label": _("Other Reports"),
"icon": "fa fa-list",
"items": [
{
"type": "report",
"is_query_report": True,
"name": "Batch-Wise Balance History",
"doctype": "Batch"
"name": "Requested Items To Be Transferred",
"doctype": "Material Request"
},
{
"type": "report",