diff --git a/src/app/views/courier/courier/courier.component.html b/src/app/views/courier/courier/courier.component.html index c89c234..1210bd4 100644 --- a/src/app/views/courier/courier/courier.component.html +++ b/src/app/views/courier/courier/courier.component.html @@ -11,7 +11,7 @@ Courier Details List
-
+
@@ -73,13 +73,21 @@
- Add Courier Details + Add Courier Details
+
+ + +
@@ -88,19 +96,12 @@
-
- - -
+
- - + +
@@ -115,7 +116,7 @@
- +
-
+
@@ -139,13 +136,18 @@
-
-
+
+ +
+ + +
+
@@ -195,7 +197,7 @@ {{myModalData.weight}}
-
+
{{myModalData.amt}}
@@ -203,7 +205,7 @@ {{myModalData.date}}
-
+
- + @@ -86,10 +86,10 @@

- +
- + @@ -111,13 +111,22 @@ @@ -366,11 +375,12 @@
BatchSession Form Id Student Name Father Name{{app.course}} / {{app.univ}} {{app.sem}} - Active - In-Active + {{app.status}} + {{app.comments}} - | - +
+ | + +
+ + | + + + +
- + + @@ -380,6 +390,8 @@ + @@ -387,6 +399,10 @@ + @@ -394,6 +410,10 @@ +
BatchSession Form Id Course University Sem/YearAction
B.Com KR Univ 3 +
Jul 2017B.Com KR Univ 2 + + +
Jan 2017B.Com KR Univ 1 + + +
@@ -446,7 +466,7 @@ - + @@ -491,13 +511,14 @@
BatchSession Form Id Course University
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subject CodeSubject Name
SFJK000021Subject 1
SFJK000021Subject 2
SFJK000021Subject 3
SFJK000021Subject 4
SFJK000021Subject 5
SFJK000021Subject 6
+
+
+
+ +
+ +
+ +
+ + + +
- + +
+
+   + +
+ +
+
+ +
+
+
+ View Document Status +
+
+
+
+
+ + +
+
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + +
Status NameTypeStatusAction
{{document.statusName}}{{document.type}} + {{document.status}} + + +
+ +
+ +
+ +
+
+
+
+ Fees
diff --git a/src/app/views/masters/status-master/status-master.component.scss b/src/app/views/masters/status-master/status-master.component.scss index cc75a4b..87c5967 100644 --- a/src/app/views/masters/status-master/status-master.component.scss +++ b/src/app/views/masters/status-master/status-master.component.scss @@ -8,5 +8,5 @@ cursor:pointer; } .saveBtn { - padding-top: 28px; + padding-top: 29px; } \ No newline at end of file diff --git a/src/app/views/masters/status-master/status-master.component.ts b/src/app/views/masters/status-master/status-master.component.ts index 3092756..50c0cf5 100644 --- a/src/app/views/masters/status-master/status-master.component.ts +++ b/src/app/views/masters/status-master/status-master.component.ts @@ -12,6 +12,7 @@ export class StatusMasterComponent implements OnInit { formStatus: any; markCardStatus: any; studyMaterialStatus: any; + documentStatus: any; constructor() { } ngOnInit() { @@ -39,6 +40,18 @@ export class StatusMasterComponent implements OnInit { status: 'Active' }, ] + this.documentStatus = [ + { + statusName: 'Sent to SC ', + type: 'Document', + status: 'Active' + }, + { + statusName: 'Received by SC', + type: 'Document', + status: 'Active' + }, + ] this.feesStatus = [ { statusName: 'Paid',