Merge pull request #6995 from neilLasrado/develop

Added Student Batch Name & Batch Creation Tool in Schools Module.
This commit is contained in:
Nabin Hait
2016-11-21 19:08:15 +05:30
committed by GitHub
18 changed files with 456 additions and 90 deletions

View File

@@ -48,6 +48,10 @@ def get_data():
{
"type": "doctype",
"name": "Program Enrollment Tool"
},
{
"type": "doctype",
"name": "Student Batch Creation Tool"
}
]
},
@@ -63,6 +67,19 @@ def get_data():
"type": "doctype",
"name": "Student Attendance"
},
{
"type": "doctype",
"name": "Course Scheduling Tool"
},
{
"type": "doctype",
"name": "Student Batch Attendance Tool"
}
]
},
{
"label": _("Assessment"),
"items": [
{
"type": "doctype",
"name": "Assessment"
@@ -73,11 +90,7 @@ def get_data():
},
{
"type": "doctype",
"name": "Student Batch Attendance Tool"
},
{
"type": "doctype",
"name": "Scheduling Tool"
"name": "Grading Structure"
}
]
},
@@ -132,14 +145,6 @@ def get_data():
"type": "doctype",
"name": "Program"
},
{
"type": "doctype",
"name": "Student Category"
},
{
"type": "doctype",
"name": "Grading Structure"
},
{
"type": "doctype",
"name": "Instructor"
@@ -148,6 +153,14 @@ def get_data():
"type": "doctype",
"name": "Room"
},
{
"type": "doctype",
"name": "Student Category"
},
{
"type": "doctype",
"name": "Student Batch Name"
},
{
"type": "doctype",
"name": "Academic Term"