Added Absent Student Report

This commit is contained in:
Neil Trini Lasrado
2016-11-28 16:57:02 +05:30
parent 14b27c5b42
commit 331361d03b
5 changed files with 98 additions and 0 deletions

View File

@@ -70,6 +70,12 @@ def get_data():
"type": "doctype",
"name": "Student Batch Attendance Tool"
},
{
"type": "report",
"is_query_report": True,
"name": "Absent Student Report",
"doctype": "Attendance"
},
{
"type": "report",
"is_query_report": True,