Improved Student Dashboard

This commit is contained in:
Neil Trini Lasrado 2016-12-26 17:14:08 +05:30
parent 88817b40df
commit 22239ac610

View File

@ -7,10 +7,10 @@ def get_data():
'fieldname': 'student', 'fieldname': 'student',
'transactions': [ 'transactions': [
{ {
'items': ['Student Log', 'Student Group', 'Student Attendance'] 'items': ['Student Log', 'Student Batch', 'Student Group', 'Program Enrollment']
}, },
{ {
'items': ['Program Enrollment', 'Fees', 'Assessment'] 'items': ['Fees', 'Assessment', 'Student Attendance', 'Student Leave Application']
} }
] ]
} }