changes in the education module (#12827)
update the module page remove fee from beta
This commit is contained in:
parent
f4211c4a52
commit
37b2aa2b11
@ -21,18 +21,7 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Student Group"
|
"name": "Student Group"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Student Group Creation Tool"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "report",
|
|
||||||
"is_query_report": True,
|
|
||||||
"name": "Student and Guardian Contact Details",
|
|
||||||
"doctype": "Program Enrollment"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -50,10 +39,6 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Program Enrollment"
|
"name": "Program Enrollment"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Program Enrollment Tool"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -68,10 +53,6 @@ def get_data():
|
|||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Student Leave Application"
|
"name": "Student Leave Application"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "doctype",
|
|
||||||
"name": "Student Attendance Tool"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
@ -84,21 +65,26 @@ def get_data():
|
|||||||
"name": "Student Batch-Wise Attendance",
|
"name": "Student Batch-Wise Attendance",
|
||||||
"doctype": "Student Attendance"
|
"doctype": "Student Attendance"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "report",
|
|
||||||
"is_query_report": True,
|
|
||||||
"name": "Student Monthly Attendance Sheet",
|
|
||||||
"doctype": "Student Attendance"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Schedule"),
|
"label": _("Tools"),
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Course Schedule",
|
"name": "Student Attendance Tool"
|
||||||
"route": "List/Course Schedule/Calendar"
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Assessment Result Tool"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Student Group Creation Tool"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Program Enrollment Tool"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
@ -125,28 +111,30 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Assessment Criteria"
|
"name": "Assessment Criteria"
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
"type": "doctype",
|
},
|
||||||
"name": "Assessment Criteria Group"
|
{
|
||||||
},
|
"label": _("Assessment Reports"),
|
||||||
{
|
"items": [
|
||||||
"type": "doctype",
|
|
||||||
"name": "Assessment Result Tool"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Course wise Assessment Report",
|
"name": "Course wise Assessment Report",
|
||||||
"doctype": "Assessment Result"
|
"doctype": "Assessment Result"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "report",
|
||||||
|
"is_query_report": True,
|
||||||
|
"name": "Final Assessment Grades",
|
||||||
|
"doctype": "Assessment Result"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Assessment Plan Status",
|
"name": "Assessment Plan Status",
|
||||||
"doctype": "Assessment Plan"
|
"doctype": "Assessment Plan"
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -167,17 +155,25 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Fee Category"
|
"name": "Fee Category"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "report",
|
|
||||||
"name": "Student Fee Collection",
|
|
||||||
"doctype": "Fees",
|
|
||||||
"is_query_report": True
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Setup"),
|
"label": _("Schedule"),
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Course Schedule",
|
||||||
|
"route": "List/Course Schedule/Calendar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Course Scheduling Tool"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": _("Masters"),
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
@ -194,7 +190,12 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Room"
|
"name": "Room"
|
||||||
},
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": _("Setup"),
|
||||||
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Student Category"
|
"name": "Student Category"
|
||||||
@ -221,4 +222,27 @@ def get_data():
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": _("Other Reports"),
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "report",
|
||||||
|
"is_query_report": True,
|
||||||
|
"name": "Student and Guardian Contact Details",
|
||||||
|
"doctype": "Program Enrollment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "report",
|
||||||
|
"is_query_report": True,
|
||||||
|
"name": "Student Monthly Attendance Sheet",
|
||||||
|
"doctype": "Student Attendance"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "report",
|
||||||
|
"name": "Student Fee Collection",
|
||||||
|
"doctype": "Fees",
|
||||||
|
"is_query_report": True
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"allow_import": 1,
|
"allow_import": 1,
|
||||||
"allow_rename": 0,
|
"allow_rename": 0,
|
||||||
"autoname": "naming_series:",
|
"autoname": "naming_series:",
|
||||||
"beta": 1,
|
"beta": 0,
|
||||||
"creation": "2015-09-22 16:57:22.143710",
|
"creation": "2015-09-22 16:57:22.143710",
|
||||||
"custom": 0,
|
"custom": 0,
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
@ -1276,7 +1276,7 @@
|
|||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"menu_index": 0,
|
"menu_index": 0,
|
||||||
"modified": "2017-12-06 05:55:10.502567",
|
"modified": "2018-02-08 02:12:34.185245",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Education",
|
"module": "Education",
|
||||||
"name": "Fees",
|
"name": "Fees",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"doctype": "Report",
|
"doctype": "Report",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_standard": "Yes",
|
"is_standard": "Yes",
|
||||||
"modified": "2017-11-10 19:41:46.641227",
|
"modified": "2018-02-08 15:11:24.904628",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Education",
|
"module": "Education",
|
||||||
"name": "Course wise Assessment Report",
|
"name": "Course wise Assessment Report",
|
||||||
@ -17,7 +17,10 @@
|
|||||||
"report_type": "Script Report",
|
"report_type": "Script Report",
|
||||||
"roles": [
|
"roles": [
|
||||||
{
|
{
|
||||||
"role": "Academics User"
|
"role": "Instructor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"role": "Education Manager"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -8,7 +8,7 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_standard": "Yes",
|
"is_standard": "Yes",
|
||||||
"letter_head": "Shishuvan Secondary School",
|
"letter_head": "Shishuvan Secondary School",
|
||||||
"modified": "2018-01-22 17:04:43.412054",
|
"modified": "2018-02-08 15:11:35.339434",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Education",
|
"module": "Education",
|
||||||
"name": "Final Assessment Grades",
|
"name": "Final Assessment Grades",
|
||||||
@ -16,5 +16,12 @@
|
|||||||
"ref_doctype": "Assessment Result",
|
"ref_doctype": "Assessment Result",
|
||||||
"report_name": "Final Assessment Grades",
|
"report_name": "Final Assessment Grades",
|
||||||
"report_type": "Script Report",
|
"report_type": "Script Report",
|
||||||
"roles": []
|
"roles": [
|
||||||
|
{
|
||||||
|
"role": "Instructor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"role": "Education Manager"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user