Report added in Selling module

This commit is contained in:
Nabin Hait
2018-05-21 11:07:04 +05:30
parent 8d1f1765a9
commit 19ce904030
2 changed files with 8 additions and 2 deletions

View File

@@ -285,6 +285,12 @@ def get_data():
"name": "Customer Credit Balance",
"doctype": "Customer"
},
{
"type": "report",
"is_query_report": True,
"name": "Customers Without Any Sales Transactions",
"doctype": "Customer"
},
]
},
{