change the studentdetails model

This commit is contained in:
gayathri1990 2018-10-01 11:39:44 +05:30
parent 60844d8d2a
commit 3b53431fda

View File

@ -322,13 +322,16 @@
<th>Status</th> <th>Status</th>
<th>Date</th> <th>Date</th>
<th>Comments</th> --> <th>Comments</th> -->
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Batch</th>
<th style="text-align:center;">SEM/YEAR</th>
<th style="text-align:center;">Form Type</th>
<th style="text-align:center;">Status</th> <th style="text-align:center;">Status</th>
<th style="text-align:center;">Comments</th> <th style="text-align:center;">Comments</th>
<th style="text-align:center;">Batch</th>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">SEM/YEAR</th>
<th style="text-align:center;">Form Type</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -346,13 +349,16 @@
<span style="white-space:pre-wrap;">{{apps.Comments}}</span> <span style="white-space:pre-wrap;">{{apps.Comments}}</span>
</td> --> </td> -->
<td><span>{{apps.StatusUpdateDate}}</span></span></td>
<td><span>{{apps.BatchCode}}</span></span></td>
<td><span>{{apps.Sem_Year}}</span></td>
<td><span>{{apps.RegistrationType}}</span></td>
<td><span>{{apps.ListName}} </span></td> <td><span>{{apps.ListName}} </span></td>
<td><span>{{apps.Comments}}</span></td> <td><span>{{apps.Comments}}</span></td>
<td><span>{{apps.BatchCode}}</span></span></td>
<td><span>{{apps.StatusUpdateDate}}</span></span></td>
<td><span>{{apps.Sem_Year}}</span></td>
<td><span>{{apps.RegistrationType}}</span></td>
</tr> </tr>
@ -377,24 +383,26 @@
<thead> <thead>
<tr> <tr>
<!-- <th>Type</th>--> <!-- <th>Type</th>-->
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Sem/Year</th> <th style="text-align:center;">Sem/Year</th>
<th style="text-align:center;">Status</th> <th style="text-align:center;">Status</th>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Comments</th> <th style="text-align:center;">Comments</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr ng-repeat="booklet in course.answerbookletDetails | unique:'Sem'"> <tr ng-repeat="booklet in course.answerbookletDetails | unique:'Sem'">
<td> <td>
<span>{{booklet.AnsDate}}</span>
</td>
<td>
<span>{{booklet.Sem}}</span> <span>{{booklet.Sem}}</span>
</td> </td>
<td> <td>
<span>{{booklet.ListName}} </span> <span>{{booklet.ListName}} </span>
</td> </td>
<td>
<span>{{booklet.AnsDate}}</span>
</td>
<td> <td>
<span style="white-space:pre-wrap;">{{booklet.Comments}}</span> <span style="white-space:pre-wrap;">{{booklet.Comments}}</span>
</td> </td>
@ -425,9 +433,10 @@
<thead> <thead>
<tr> <tr>
<!-- <th>Type</th>--> <!-- <th>Type</th>-->
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Certificate Name</th> <th style="text-align:center;">Certificate Name</th>
<th style="text-align:center;">Status</th> <th style="text-align:center;">Status</th>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Comments</th> <th style="text-align:center;">Comments</th>
</tr> </tr>
@ -437,15 +446,16 @@
<!-- <td> <!-- <td>
<span>{{cert.Sem_Year}}</span> <span>{{cert.Sem_Year}}</span>
</td>--> </td>-->
<td>
<span>{{cert.AppDate}}</span>
</td>
<td> <td>
<span>{{cert.CertificateName}}</span> <span>{{cert.CertificateName}}</span>
</td> </td>
<td> <td>
<span>{{cert.ListName}} </span> <span>{{cert.ListName}} </span>
</td> </td>
<td>
<span>{{cert.AppDate}}</span>
</td>
<td> <td>
<span style="white-space:pre-wrap;">{{cert.Comments}}</span> <span style="white-space:pre-wrap;">{{cert.Comments}}</span>
</td> </td>
@ -475,10 +485,11 @@
<table class="table table-striped table-bordered table-hover table-condensed" ng-if="course.markCardDetails!=false" fixed-header> <table class="table table-striped table-bordered table-hover table-condensed" ng-if="course.markCardDetails!=false" fixed-header>
<thead> <thead>
<tr> <tr>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Sem/Year</th> <th style="text-align:center;">Sem/Year</th>
<!-- <th>Name</th>--> <!-- <th>Name</th>-->
<th style="text-align:center;">Status</th> <th style="text-align:center;">Status</th>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Comments</th> <th style="text-align:center;">Comments</th>
</tr> </tr>
@ -486,6 +497,9 @@
<tbody ng-if="course.markCardDetails.length!=0 && course.markCardDetails[0].FeesType=='F001'"> <tbody ng-if="course.markCardDetails.length!=0 && course.markCardDetails[0].FeesType=='F001'">
<tr ng-repeat="mark in course.markCardDetails | unique:'Sem'"> <tr ng-repeat="mark in course.markCardDetails | unique:'Sem'">
<td> <td>
<span>{{mark.CDate}}</span>
</td>
<td>
<span>{{mark.Sem_Year}} ({{mark.Sem}})</span> <span>{{mark.Sem_Year}} ({{mark.Sem}})</span>
</td> </td>
<!--<td> <!--<td>
@ -494,9 +508,7 @@
<td> <td>
<span>{{mark.ListName}} </span> <span>{{mark.ListName}} </span>
</td> </td>
<td>
<span>{{mark.CDate}}</span>
</td>
<td> <td>
<span style="white-space:pre-wrap;">{{mark.Comments}}</span> <span style="white-space:pre-wrap;">{{mark.Comments}}</span>
</td> </td>
@ -508,6 +520,10 @@
<tbody ng-if="course.markCardDetails.length!=0 && course.markCardDetails[0].FeesType!='F001'"> <tbody ng-if="course.markCardDetails.length!=0 && course.markCardDetails[0].FeesType!='F001'">
<tr ng-repeat="mark in course.markCardDetails | unique:'CourseID'"> <tr ng-repeat="mark in course.markCardDetails | unique:'CourseID'">
<td> <td>
<span>{{mark.CDate}}</span>
</td>
<td>
<span>{{mark.Sem_Year}}</span> <span>{{mark.Sem_Year}}</span>
</td> </td>
<!--<td> <!--<td>
@ -516,9 +532,7 @@
<td> <td>
<span>{{mark.ListName}} </span> <span>{{mark.ListName}} </span>
</td> </td>
<td>
<span>{{mark.CDate}}</span>
</td>
<td> <td>
<span style="white-space:pre-wrap;">{{mark.Comments}}</span> <span style="white-space:pre-wrap;">{{mark.Comments}}</span>
</td> </td>
@ -546,10 +560,11 @@
<table class="table table-striped table-bordered table-hover table-condensed" ng-if="course.studyMaterialDetails!=false" fixed-header> <table class="table table-striped table-bordered table-hover table-condensed" ng-if="course.studyMaterialDetails!=false" fixed-header>
<thead> <thead>
<tr> <tr>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Sem/Year</th> <th style="text-align:center;">Sem/Year</th>
<!-- <th>Date</th>--> <!-- <th>Date</th>-->
<th style="text-align:center;">Status</th> <th style="text-align:center;">Status</th>
<th style="text-align:center;">Date</th>
<th style="text-align:center;">Comments</th> <th style="text-align:center;">Comments</th>
@ -557,16 +572,18 @@
</thead> </thead>
<tbody ng-if="course.studyMaterialDetails.length!=0 && course.studyMaterialDetails[0].FeesType=='F001'"> <tbody ng-if="course.studyMaterialDetails.length!=0 && course.studyMaterialDetails[0].FeesType=='F001'">
<tr ng-repeat="study in course.studyMaterialDetails | unique:'Sem'"> <tr ng-repeat="study in course.studyMaterialDetails | unique:'Sem'">
<td> <td>
<span>{{study.SDate}}</span>
</td>
<td>
<span>{{study.Sem_Year}} ({{study.Sem}})</span></td> <span>{{study.Sem_Year}} ({{study.Sem}})</span></td>
<!--<td> <!--<td>
<span>{{study.SDate}}</span></td>--> <span>{{study.SDate}}</span></td>-->
<td> <td>
<span>{{study.ListName}} </span> <span>{{study.ListName}} </span>
</td> </td>
<td>
<span>{{study.SDate}}</span>
</td>
<td> <td>
<span style="white-space:pre-wrap;">{{study.Comments}}</span></td> <span style="white-space:pre-wrap;">{{study.Comments}}</span></td>
@ -576,15 +593,17 @@
<tbody ng-if="course.studyMaterialDetails.length!=0 && course.studyMaterialDetails[0].FeesType!='F001'"> <tbody ng-if="course.studyMaterialDetails.length!=0 && course.studyMaterialDetails[0].FeesType!='F001'">
<tr ng-repeat="study in course.studyMaterialDetails | unique:'CourseID'"> <tr ng-repeat="study in course.studyMaterialDetails | unique:'CourseID'">
<td> <td>
<span>{{study.SDate}}</span>
</td>
<td>
<span>{{study.Sem_Year}}</span></td> <span>{{study.Sem_Year}}</span></td>
<!--<td> <!--<td>
<span>{{study.SDate}}</span></td>--> <span>{{study.SDate}}</span></td>-->
<td> <td>
<span>{{study.ListName}} </span> <span>{{study.ListName}} </span>
</td> </td>
<td>
<span>{{study.SDate}}</span>
</td>
<td> <td>
<span style="white-space:pre-wrap;">{{study.Comments}}</span></td> <span style="white-space:pre-wrap;">{{study.Comments}}</span></td>