Exemplo n.º 1
0
def clickShowStudentAttendenceStatisticsInMonth(event):
    value="for teacher logined show student attendence statistics in month"
    
    my.createMonthYearForm(value)
Exemplo n.º 2
0
def takeStudentNameForStudentAttendenceInTeacherLogined(studentName):
    global globalStudentName 
    
    globalStudentName = studentName
    value = "for teacher logined show specific student attendence in month"
    my.createMonthYearForm(value)
Exemplo n.º 3
0
def clickAttendenceInMonth(event):
    value = "for student logined get month year for attendence"
    my.createMonthYearForm(value)
Exemplo n.º 4
0
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)