new report - assessment plan status (#11504)

* new report - assessment plan status

* add the report in the school dashboard

* fix for the print format
This commit is contained in:
Manas Solanki
2017-11-13 18:56:53 +05:30
committed by Nabin Hait
parent 69be5362a5
commit e5aa9c5f2f
5 changed files with 240 additions and 4 deletions

View File

@@ -122,10 +122,6 @@ def get_data():
"type": "doctype",
"name": "Assessment Result"
},
{
"type": "doctype",
"name": "Grading Scale"
},
{
"type": "doctype",
"name": "Assessment Criteria"
@@ -144,6 +140,12 @@ def get_data():
"name": "Course wise Assessment Report",
"doctype": "Assessment Result"
},
{
"type": "report",
"is_query_report": True,
"name": "Assessment Plan Status",
"doctype": "Assessment Plan"
},
]
},
@@ -201,6 +203,10 @@ def get_data():
"type": "doctype",
"name": "Student Batch Name"
},
{
"type": "doctype",
"name": "Grading Scale"
},
{
"type": "doctype",
"name": "Academic Term"