Minor fixed for Schools

This commit is contained in:
Neil Trini Lasrado 2016-07-22 19:05:48 +05:30
parent e8eccf1a49
commit 6cfb60dc98
2 changed files with 35 additions and 8 deletions

View File

@ -11,10 +11,24 @@ def get_data():
"type": "doctype", "type": "doctype",
"name": "Student" "name": "Student"
}, },
{
"type": "doctype",
"name": "Student Batch"
},
{ {
"type": "doctype", "type": "doctype",
"name": "Student Group" "name": "Student Group"
}, },
{
"type": "doctype",
"name": "Student Group Creation Tool"
}
]
},
{
"label": _("Admission"),
"items": [
{ {
"type": "doctype", "type": "doctype",
"name": "Student Applicant" "name": "Student Applicant"
@ -26,10 +40,6 @@ def get_data():
{ {
"type": "doctype", "type": "doctype",
"name": "Program Enrollment Tool" "name": "Program Enrollment Tool"
},
{
"type": "doctype",
"name": "Student Group Creation Tool"
} }
] ]
}, },
@ -47,11 +57,11 @@ def get_data():
}, },
{ {
"type": "doctype", "type": "doctype",
"name": "Scheduling Tool" "name": "Examination"
}, },
{ {
"type": "doctype", "type": "doctype",
"name": "Examination" "name": "Scheduling Tool"
} }
] ]
}, },
@ -78,6 +88,23 @@ def get_data():
} }
] ]
}, },
{
"label": _("LMS"),
"items": [
{
"type": "doctype",
"name": "Announcement"
},
{
"type": "doctype",
"name": "Topic"
},
{
"type": "doctype",
"name": "Discussion"
}
]
},
{ {
"label": _("Setup"), "label": _("Setup"),
"items": [ "items": [

View File

@ -126,7 +126,7 @@
"label": "Academic Term", "label": "Academic Term",
"length": 0, "length": 0,
"no_copy": 0, "no_copy": 0,
"options": "Academic Year", "options": "Academic Term",
"permlevel": 0, "permlevel": 0,
"precision": "", "precision": "",
"print_hide": 0, "print_hide": 0,
@ -199,7 +199,7 @@
"issingle": 0, "issingle": 0,
"istable": 0, "istable": 0,
"max_attachments": 0, "max_attachments": 0,
"modified": "2016-07-22 05:31:12.683404", "modified": "2016-07-22 09:19:51.141234",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Schools", "module": "Schools",
"name": "Student Batch", "name": "Student Batch",