This commit is contained in:
pawan
2017-11-02 17:53:24 +05:30
committed by Nabin Hait
parent 6ba2eda04a
commit e61a275651
5 changed files with 327 additions and 0 deletions

View File

@@ -468,6 +468,12 @@ def get_data():
"name": "Customer Credit Balance",
"doctype": "Customer"
},
{
"type": "report",
"is_query_report": True,
"name": "Daily Sales Payment Summary",
"doctype": "Sales Invoice"
}
]
},
{