fix routes
This commit is contained in:
parent
1cb695b7e9
commit
3315a9fafb
@ -50,7 +50,7 @@ def get_data():
|
|||||||
"name": "Item Price",
|
"name": "Item Price",
|
||||||
"description": _("Multiple Item prices."),
|
"description": _("Multiple Item prices."),
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
"route": "Report/Item Price"
|
"route": "#Report/Item Price"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
|||||||
@ -168,7 +168,7 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Course Schedule",
|
"name": "Course Schedule",
|
||||||
"route": "List/Course Schedule/Calendar"
|
"route": "#List/Course Schedule/Calendar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
|||||||
@ -22,7 +22,7 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"route": "List/Task/Gantt",
|
"route": "#List/Task/Gantt",
|
||||||
"doctype": "Task",
|
"doctype": "Task",
|
||||||
"name": "Gantt Chart",
|
"name": "Gantt Chart",
|
||||||
"description": _("Gantt chart of all tasks."),
|
"description": _("Gantt chart of all tasks."),
|
||||||
|
|||||||
@ -46,14 +46,14 @@ def get_data():
|
|||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Territory Target Variance (Item Group-Wise)",
|
"name": "Territory Target Variance (Item Group-Wise)",
|
||||||
"route": "query-report/Territory Target Variance Item Group-Wise",
|
"route": "#query-report/Territory Target Variance Item Group-Wise",
|
||||||
"doctype": "Territory",
|
"doctype": "Territory",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Sales Person Target Variance (Item Group-Wise)",
|
"name": "Sales Person Target Variance (Item Group-Wise)",
|
||||||
"route": "query-report/Sales Person Target Variance Item Group-Wise",
|
"route": "#query-report/Sales Person Target Variance Item Group-Wise",
|
||||||
"doctype": "Sales Person",
|
"doctype": "Sales Person",
|
||||||
"dependencies": ["Sales Person"],
|
"dependencies": ["Sales Person"],
|
||||||
},
|
},
|
||||||
@ -72,7 +72,7 @@ def get_data():
|
|||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Item Price",
|
"name": "Item Price",
|
||||||
"description": _("Multiple Item prices."),
|
"description": _("Multiple Item prices."),
|
||||||
"route": "Report/Item Price",
|
"route": "#Report/Item Price",
|
||||||
"dependencies": ["Item", "Price List"],
|
"dependencies": ["Item", "Price List"],
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -278,7 +278,7 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"name": "Item Shortage Report",
|
"name": "Item Shortage Report",
|
||||||
"route": "Report/Bin/Item Shortage Report",
|
"route": "#Report/Bin/Item Shortage Report",
|
||||||
"doctype": "Purchase Receipt"
|
"doctype": "Purchase Receipt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user