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"
}
]
},