Added Student Monthly Attendence Sheet Report

This commit is contained in:
Neil Trini Lasrado
2016-11-28 15:25:17 +05:30
parent 7f3da5dbb1
commit d3a410b0f3
5 changed files with 147 additions and 0 deletions

View File

@@ -74,6 +74,12 @@ def get_data():
{
"type": "doctype",
"name": "Student Batch Attendance Tool"
},
{
"type": "report",
"is_query_report": True,
"name": "Student Monthly Attendance Sheet",
"doctype": "Attendance"
}
]
},