chore: Rearranged Buying Module Dashboard
This commit is contained in:
parent
5707c9a731
commit
24f4683999
@ -7,6 +7,13 @@ def get_data():
|
|||||||
"label": _("Purchasing"),
|
"label": _("Purchasing"),
|
||||||
"icon": "fa fa-star",
|
"icon": "fa fa-star",
|
||||||
"items": [
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Material Request",
|
||||||
|
"onboard": 1,
|
||||||
|
"dependencies": ["Item"],
|
||||||
|
"description": _("Request for purchase."),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Purchase Order",
|
"name": "Purchase Order",
|
||||||
@ -20,13 +27,6 @@ def get_data():
|
|||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
"dependencies": ["Item", "Supplier"]
|
"dependencies": ["Item", "Supplier"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Material Request",
|
|
||||||
"onboard": 1,
|
|
||||||
"dependencies": ["Item"],
|
|
||||||
"description": _("Request for purchase."),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Request for Quotation",
|
"name": "Request for Quotation",
|
||||||
@ -63,6 +63,11 @@ def get_data():
|
|||||||
"name": "Price List",
|
"name": "Price List",
|
||||||
"description": _("Price List master.")
|
"description": _("Price List master.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Pricing Rule",
|
||||||
|
"description": _("Rules for applying pricing and discount.")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Product Bundle",
|
"name": "Product Bundle",
|
||||||
@ -80,11 +85,6 @@ def get_data():
|
|||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Promotional Scheme",
|
"name": "Promotional Scheme",
|
||||||
"description": _("Rules for applying different promotional schemes.")
|
"description": _("Rules for applying different promotional schemes.")
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Pricing Rule",
|
|
||||||
"description": _("Rules for applying pricing and discount.")
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -149,13 +149,6 @@ def get_data():
|
|||||||
"reference_doctype": "Purchase Order",
|
"reference_doctype": "Purchase Order",
|
||||||
"onboard": 1
|
"onboard": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "report",
|
|
||||||
"is_query_report": True,
|
|
||||||
"name": "Supplier-Wise Sales Analytics",
|
|
||||||
"reference_doctype": "Stock Ledger Entry",
|
|
||||||
"onboard": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
@ -177,6 +170,16 @@ def get_data():
|
|||||||
"reference_doctype": "Material Request",
|
"reference_doctype": "Material Request",
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "report",
|
||||||
|
"is_query_report": True,
|
||||||
|
"name": "Address And Contacts",
|
||||||
|
"label": _("Supplier Addresses And Contacts"),
|
||||||
|
"reference_doctype": "Address",
|
||||||
|
"route_options": {
|
||||||
|
"party_type": "Supplier"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -226,18 +229,15 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Material Requests for which Supplier Quotations are not created",
|
"name": "Supplier-Wise Sales Analytics",
|
||||||
"reference_doctype": "Material Request"
|
"reference_doctype": "Stock Ledger Entry",
|
||||||
|
"onboard": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Address And Contacts",
|
"name": "Material Requests for which Supplier Quotations are not created",
|
||||||
"label": _("Supplier Addresses And Contacts"),
|
"reference_doctype": "Material Request"
|
||||||
"reference_doctype": "Address",
|
|
||||||
"route_options": {
|
|
||||||
"party_type": "Supplier"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user