mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
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:
committed by
Nabin Hait
parent
69be5362a5
commit
e5aa9c5f2f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user