mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Added Student Batch Name & Batch Creation Tool in Schools Module.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user