New Report Address and Contacts (#14307)

* New Report Address and Contacts

* Fix codacy

* Add links to report in module pages
This commit is contained in:
Shreya Shah
2018-06-05 10:44:36 +05:30
committed by Rushabh Mehta
parent 565bf203e5
commit 5103454642
7 changed files with 197 additions and 4 deletions

View File

@@ -459,6 +459,12 @@ def get_data():
"is_query_report": True,
"name": "Sales Payment Summary",
"doctype": "Sales Invoice"
},
{
"type": "report",
"is_query_report": True,
"name": "Address And Contacts",
"doctype": "Address"
}
]
},

View File

@@ -198,13 +198,13 @@ def get_data():
{
"type": "report",
"is_query_report": True,
"name": "Addresses And Contacts",
"name": "Address And Contacts",
"label": "Supplier Addresses And Contacts",
"doctype": "Address",
"route_options": {
"party_type": "Supplier"
}
},
}
]
},
{

View File

@@ -120,7 +120,7 @@ def get_data():
{
"type": "report",
"is_query_report": True,
"name": "Addresses And Contacts",
"name": "Address And Contacts",
"label": _("Sales Partner Addresses And Contacts"),
"doctype": "Address",
"route_options": {
@@ -230,7 +230,7 @@ def get_data():
{
"type": "report",
"is_query_report": True,
"name": "Addresses And Contacts",
"name": "Address And Contacts",
"label": _("Customer Addresses And Contacts"),
"doctype": "Address",
"route_options": {