Added Student Batch Name & Batch Creation Tool in Schools Module.

This commit is contained in:
Neil Trini Lasrado
2016-11-17 18:52:31 +05:30
parent 75d455422a
commit defdd784f4
11 changed files with 381 additions and 6 deletions

View File

@@ -48,6 +48,10 @@ def get_data():
{
"type": "doctype",
"name": "Program Enrollment Tool"
},
{
"type": "doctype",
"name": "Batch Creation Tool"
}
]
},
@@ -63,6 +67,19 @@ def get_data():
"type": "doctype",
"name": "Student Attendance"
},
{
"type": "doctype",
"name": "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,6 +145,10 @@ def get_data():
"type": "doctype",
"name": "Program"
},
{
"type": "doctype",
"name": "Student Batch Name"
},
{
"type": "doctype",
"name": "Student Category"