+
@@ -605,6 +726,17 @@
+
+
+ 25800
+
+
+ 25000
+
+
+ 800
+
+
-
+
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',