2015-02-24 12:24:53 +05:30
|
|
|
from __future__ import unicode_literals
|
2014-03-03 15:05:28 +05:30
|
|
|
from frappe import _
|
|
|
|
|
2014-05-08 11:43:18 +05:30
|
|
|
def get_data():
|
|
|
|
return [
|
|
|
|
{
|
2016-03-08 18:06:21 +05:30
|
|
|
"label": _("Stock Transactions"),
|
2014-05-08 11:43:18 +05:30
|
|
|
"items": [
|
2015-11-02 10:45:18 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Stock Entry",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Delivery Note",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item", "Customer"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Purchase Receipt",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item", "Supplier"],
|
2015-11-02 10:45:18 +05:30
|
|
|
},
|
2014-05-08 11:43:18 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Material Request",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
2019-08-28 12:40:26 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Pick List",
|
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
|
|
|
},
|
2019-02-07 09:18:24 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Delivery Trip"
|
|
|
|
},
|
2016-03-08 18:06:21 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Stock Reports"),
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Stock Ledger",
|
|
|
|
"doctype": "Stock Ledger Entry",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Stock Balance",
|
2019-02-06 17:02:41 +05:30
|
|
|
"doctype": "Stock Ledger Entry",
|
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Stock Projected Qty",
|
|
|
|
"doctype": "Item",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
2017-02-01 18:17:35 +05:30
|
|
|
{
|
|
|
|
"type": "page",
|
|
|
|
"name": "stock-balance",
|
2019-02-06 17:02:41 +05:30
|
|
|
"label": _("Stock Summary"),
|
|
|
|
"dependencies": ["Item"],
|
2017-02-01 18:17:35 +05:30
|
|
|
},
|
2016-03-08 18:06:21 +05:30
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Stock Ageing",
|
|
|
|
"doctype": "Item",
|
2019-02-06 17:02:41 +05:30
|
|
|
"dependencies": ["Item"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
2017-12-12 15:05:03 +05:30
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Item Price Stock",
|
|
|
|
"doctype": "Item",
|
2019-02-06 17:02:41 +05:30
|
|
|
"dependencies": ["Item"],
|
2017-12-12 15:05:03 +05:30
|
|
|
}
|
2016-03-08 18:06:21 +05:30
|
|
|
]
|
|
|
|
},
|
2019-02-07 09:18:24 +05:30
|
|
|
{
|
2019-02-11 15:14:50 +05:30
|
|
|
"label": _("Settings"),
|
2019-02-07 09:18:24 +05:30
|
|
|
"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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
2016-03-08 18:06:21 +05:30
|
|
|
{
|
|
|
|
"label": _("Items and Pricing"),
|
|
|
|
"items": [
|
2014-05-08 11:43:18 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Item",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
2018-03-28 11:51:44 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Product Bundle",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
|
|
|
{
|
2016-07-05 18:02:38 +05:30
|
|
|
"type": "doctype",
|
|
|
|
"name": "Item Group",
|
2016-12-07 11:08:48 +05:30
|
|
|
"icon": "fa fa-sitemap",
|
2016-03-08 18:06:21 +05:30
|
|
|
"label": _("Item Group"),
|
2016-06-21 13:19:17 +05:30
|
|
|
"link": "Tree/Item Group",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Price List",
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
2014-09-23 14:53:30 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Item Price",
|
2014-09-23 14:53:30 +05:30
|
|
|
},
|
2014-05-08 11:43:18 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Shipping Rule",
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
2016-03-08 18:06:21 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Pricing Rule",
|
|
|
|
},
|
2019-02-06 17:02:41 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Item Alternative",
|
|
|
|
},
|
2019-06-02 16:03:05 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Item Manufacturer",
|
|
|
|
},
|
2017-08-29 18:15:57 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Item Variant Settings",
|
|
|
|
},
|
2016-03-08 18:06:21 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Serial No and Batch"),
|
|
|
|
"items": [
|
2014-05-08 11:43:18 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Serial No",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Batch",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
|
|
|
"dependencies": ["Item"],
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
2016-03-08 18:06:21 +05:30
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Installation Note",
|
2019-02-06 17:02:41 +05:30
|
|
|
"dependencies": ["Item"],
|
2016-03-08 18:06:21 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"name": "Serial No Service Contract Expiry",
|
|
|
|
"doctype": "Serial No"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"name": "Serial No Status",
|
|
|
|
"doctype": "Serial No"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"name": "Serial No Warranty Expiry",
|
|
|
|
"doctype": "Serial No"
|
|
|
|
},
|
2014-05-08 11:43:18 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Tools"),
|
2016-12-07 11:08:48 +05:30
|
|
|
"icon": "fa fa-wrench",
|
2014-05-08 11:43:18 +05:30
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
|
|
|
"name": "Stock Reconciliation",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
2014-09-01 18:14:44 +05:30
|
|
|
"name": "Landed Cost Voucher",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
2019-02-07 09:18:24 +05:30
|
|
|
"name": "Packing Slip",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
2019-02-07 09:18:24 +05:30
|
|
|
"name": "Quality Inspection",
|
2017-11-14 16:36:25 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "doctype",
|
2019-02-07 09:18:24 +05:30
|
|
|
"name": "Quality Inspection Template",
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2019-02-07 09:18:24 +05:30
|
|
|
"label": _("Key Reports"),
|
2016-12-07 11:08:48 +05:30
|
|
|
"icon": "fa fa-table",
|
2014-05-08 11:43:18 +05:30
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"type": "report",
|
2016-03-08 18:06:21 +05:30
|
|
|
"is_query_report": False,
|
|
|
|
"name": "Item-wise Price List Rate",
|
|
|
|
"doctype": "Item Price",
|
2019-02-06 17:02:41 +05:30
|
|
|
"onboard": 1,
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
2018-11-12 17:05:31 +05:30
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Stock Analytics",
|
2019-02-06 17:02:41 +05:30
|
|
|
"doctype": "Stock Entry",
|
|
|
|
"onboard": 1,
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Delivery Note Trends",
|
|
|
|
"doctype": "Delivery Note"
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
2016-03-08 18:06:21 +05:30
|
|
|
"name": "Purchase Receipt Trends",
|
|
|
|
"doctype": "Purchase Receipt"
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Ordered Items To Be Delivered",
|
|
|
|
"doctype": "Delivery Note"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Purchase Order Items To Be Received",
|
|
|
|
"doctype": "Purchase Receipt"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
2019-07-11 13:56:43 +05:30
|
|
|
"is_query_report": True,
|
2014-05-08 11:43:18 +05:30
|
|
|
"name": "Item Shortage Report",
|
2019-07-11 13:56:43 +05:30
|
|
|
"doctype": "Bin"
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
2019-02-07 09:18:24 +05:30
|
|
|
"name": "Batch-Wise Balance History",
|
|
|
|
"doctype": "Batch"
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
2019-02-07 09:18:24 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": _("Other Reports"),
|
|
|
|
"icon": "fa fa-list",
|
|
|
|
"items": [
|
2014-05-08 11:43:18 +05:30
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
2019-02-07 09:18:24 +05:30
|
|
|
"name": "Requested Items To Be Transferred",
|
|
|
|
"doctype": "Material Request"
|
2014-05-08 11:43:18 +05:30
|
|
|
},
|
2016-12-21 12:32:12 +05:30
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Batch Item Expiry Status",
|
|
|
|
"doctype": "Stock Ledger Entry"
|
|
|
|
},
|
2014-05-08 11:43:18 +05:30
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Item Prices",
|
|
|
|
"doctype": "Price List"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Itemwise Recommended Reorder Level",
|
|
|
|
"doctype": "Item"
|
|
|
|
},
|
2017-11-17 12:00:29 +05:30
|
|
|
{
|
|
|
|
"type": "report",
|
|
|
|
"is_query_report": True,
|
|
|
|
"name": "Item Variant Details",
|
|
|
|
"doctype": "Item"
|
|
|
|
}
|
2014-05-08 11:43:18 +05:30
|
|
|
]
|
|
|
|
},
|
2019-08-28 12:40:26 +05:30
|
|
|
|
2014-05-08 11:43:18 +05:30
|
|
|
]
|