Dashboard changes for student and program

This commit is contained in:
scmmishra 2018-10-15 17:58:07 +05:30 committed by Aditya Hase
parent 5311e3898c
commit f9cef33e41
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
from frappe import _
def get_data():
return {
'fieldname': 'program',
'transactions': [
{
'label': _('Admission and Enrollment'),
'items': ['Student Applicant', 'Program Enrollment']
},
{
'label': _('Student Activity'),
'items': ['Student Group' ]
},
{
'label': _('Fee'),
'items': ['Fees','Fee Structure']
}
]
}

View File

@ -9,7 +9,7 @@ def get_data():
'transactions': [
{
'label': _('Admission'),
'items': ['Program Enrollment']
'items': ['Program Enrollment', 'Course Enrollment']
},
{
'label': _('Student Activity'),
@ -19,6 +19,10 @@ def get_data():
'label': _('Assessment'),
'items': ['Assessment Result']
},
{
'label': _('Student Portal Activity'),
'items': ['Course Activity', 'Quiz Activity' ]
},
{
'label': _('Attendance'),
'items': ['Student Attendance', 'Student Leave Application']