diff --git a/src/app/views/courier/courier/courier.component.html b/src/app/views/courier/courier/courier.component.html
index 4a460ac..4aa3730 100644
--- a/src/app/views/courier/courier/courier.component.html
+++ b/src/app/views/courier/courier/courier.component.html
@@ -27,8 +27,10 @@
| {{cour.courierName}} |
{{cour.docketNo}} |
+ {{cour.date}} |
{{cour.type}} |
{{cour.comments}} |
+ {{cour.sendTo}} |
{{cour.receiveBy}} |
{{cour.status}} |
@@ -83,34 +87,57 @@
+
+
+
+
-
+
-
-
+
diff --git a/src/app/views/courier/courier/courier.component.ts b/src/app/views/courier/courier/courier.component.ts
index 50c19bd..d27058b 100644
--- a/src/app/views/courier/courier/courier.component.ts
+++ b/src/app/views/courier/courier/courier.component.ts
@@ -20,6 +20,7 @@ export class CourierComponent implements OnInit {
type: 'Received',
comments: 'Documents Details',
receiveBy: 'sss',
+ sendTo: 'KR Univ',
status: 'sent',
date: '20/07/2018',
qt: 120,
@@ -32,6 +33,7 @@ export class CourierComponent implements OnInit {
type: 'Dispatched',
comments: 'answer booklets details',
receiveBy: 'asd',
+ sendTo: 'SC 2',
status: 'received by SC',
date: '28/06/2018',
qt: 120,
@@ -44,6 +46,7 @@ export class CourierComponent implements OnInit {
type: 'Dispatched',
comments: 'details',
receiveBy: 'abc',
+ sendTo: 'SC 1',
status: 'Sent by SC',
date: '12/06/2018',
qt: 120,
diff --git a/src/app/views/enrolment/student/student.component.html b/src/app/views/enrolment/student/student.component.html
index c954de0..ea47bb9 100644
--- a/src/app/views/enrolment/student/student.component.html
+++ b/src/app/views/enrolment/student/student.component.html
@@ -93,7 +93,7 @@
Student Name |
Father Name |
Mobile |
- Course |
+ Course/University |
Sem/Year |
Batch |
Status |
@@ -106,13 +106,13 @@
{{app.studentName}} |
{{app.fatherName}} |
{{app.mobile}} |
- {{app.course}} |
+ {{app.course}} / {{app.univ}} |
{{app.sem}} |
{{app.batch}} |
Active
In-Active
- |
+ |
@@ -136,14 +136,14 @@
Add Student
-
-
+
-
+
+
+
+ Re-registertion
+ |