Education Desktop

Dear All,

My Current installation is:
ERPNext: v12.11.2 (version-12)
Frappe Framework: v12.9.1 (version-12)

In Education.py a section is found:
{
“label”: _(“Assessment Reports”),
“items”: [
{
“type”: “report”,
“is_query_report”: True,
“name”: “Course wise Assessment Report”,
“doctype”: “Assessment Result”
},
{
“type”: “report”,
“is_query_report”: True,
“name”: “Final Assessment Grades”,
“doctype”: “Assessment Result”
},
{
“type”: “report”,
“is_query_report”: True,
“name”: “Assessment Plan Status”,
“doctype”: “Assessment Plan”
},
{
“type”: “doctype”,
“name”: “Student Report Generation Tool”
}
]
},

I am logged in as administrator but I only see “Student Report Generation Tool”.

I tried doing some changes, but did not succeed to display the reports.

Can anyone give me a hint about the desktop part.

Thanks.

Changing the Role under Report solved the issue

1 Like

Feel free to mark your own response as solution :wink: