mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
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:
committed by
Rushabh Mehta
parent
565bf203e5
commit
5103454642
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user