AR/AP report cleanup

This commit is contained in:
Nabin Hait
2014-10-30 15:49:17 +05:30
parent 99be941e7b
commit 7dbcee87af
3 changed files with 28 additions and 13 deletions

View File

@@ -276,6 +276,12 @@ def get_data():
"name": "Pending SO Items For Purchase Request",
"doctype": "Sales Order"
},
{
"type": "report",
"is_query_report": True,
"name": "Customer Credit Balance",
"doctype": "Customer"
},
]
},
]