def clickShowStudentAttendenceStatisticsInMonth(event): value="for teacher logined show student attendence statistics in month" my.createMonthYearForm(value)
def takeStudentNameForStudentAttendenceInTeacherLogined(studentName): global globalStudentName globalStudentName = studentName value = "for teacher logined show specific student attendence in month" my.createMonthYearForm(value)
def clickAttendenceInMonth(event): value = "for student logined get month year for attendence" my.createMonthYearForm(value)
def clickShowAllStudentAttendenceInMonth(event): value="for teacher logined show student attendence in month" my.createMonthYearForm(value)
def clickAttendenceInMonth(event): value = "for specific teacher attendence in month for teacher logined" my.createMonthYearForm(value)