diff --git a/src/app/components/app-sidebar/app-sidebar.component.ts b/src/app/components/app-sidebar/app-sidebar.component.ts
index 6691bce..0e74865 100644
--- a/src/app/components/app-sidebar/app-sidebar.component.ts
+++ b/src/app/components/app-sidebar/app-sidebar.component.ts
@@ -138,11 +138,6 @@ export class AppSidebar {
name: 'AllocateMaterial',
url: '/studymaterial/allocatematerial',
icon: 'fa fa-user-secret'
- },
- {
- name: 'Study Material Status',
- url: '/studymaterial/studyMaterialStatus',
- icon: 'fa fa-square-o'
}
]
},{
diff --git a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html
index 310c329..7a25f67 100644
--- a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html
+++ b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.html
@@ -35,10 +35,10 @@
@@ -67,7 +67,7 @@
| Study Center Name |
- Batch Name |
+ Sem/Year |
Course Name |
Quantity |
Status |
@@ -78,7 +78,7 @@
| Center A |
- Batch A |
+ 1st Sem / 2018 |
MCA |
10 |
@@ -88,7 +88,7 @@
| Center B |
- Batch B |
+ 2nd Sem / 2018 |
MBA |
15 |
@@ -98,7 +98,7 @@
| Center C |
- Batch C |
+ 3rd Sem / 2019 |
BE |
20 |
@@ -108,7 +108,7 @@
| Center D |
- Batch D |
+ 4th Sem / 2019 |
DE |
34 |
@@ -148,10 +148,10 @@
@@ -169,10 +169,10 @@
@@ -197,7 +197,7 @@
@@ -209,10 +209,10 @@
| Select |
Study Center Name |
- Batch Name |
+ Sem/Year |
Course Name |
-
- Request Quantity |
+ Register Forms |
+ Paid Forms |
Allocate Quantity |
@@ -225,6 +225,7 @@
MCA |
10 |
+ 10 |
|
@@ -233,8 +234,8 @@
Center B |
Batch B |
MBA |
-
- 15 |
+ 15 |
+ 15 |
|
@@ -243,9 +244,9 @@
Center C |
Batch C |
BE |
-
- 20 |
- |
+ 20 |
+ 18 |
+ |
@@ -255,6 +256,7 @@
| DE |
34 |
+ 34 |
|
diff --git a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html
index e3ac12c..a27defa 100644
--- a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html
+++ b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html
@@ -36,10 +36,10 @@
@@ -69,7 +69,7 @@
| University Name |
Course Name |
- Courier No |
+ Sem/Year |
Quantity |
Received Date |
@@ -78,28 +78,28 @@
| Anna University |
MCA |
- 1A |
+ 1st Sem |
10 |
10/10/2018 |
| Bharathi University |
MBA |
- 1B |
+ 2nd Sem |
15 |
15/10/2018 |
| Thiruvalluvar University |
BE |
- 1C |
+ 3rd Sem |
20 |
10/11/2018 |
| Kamaraj University |
DE |
- 1D |
+ 4th sem |
34 |
12/11/2018 |
@@ -170,25 +170,20 @@
-
+
+