From 0b2d1437bcc7932b37f7bbfd0d2263705b1a5b70 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 9 Aug 2018 12:06:19 +0530 Subject: [PATCH 1/4] course fees changes --- .../add-semyear-fees.component.html | 33 +++++++------------ .../course-master.component.html | 25 +++++--------- 2 files changed, 20 insertions(+), 38 deletions(-) diff --git a/src/app/views/masters/course-master/add-semyear-fees/add-semyear-fees.component.html b/src/app/views/masters/course-master/add-semyear-fees/add-semyear-fees.component.html index 572e21c..8734160 100644 --- a/src/app/views/masters/course-master/add-semyear-fees/add-semyear-fees.component.html +++ b/src/app/views/masters/course-master/add-semyear-fees/add-semyear-fees.component.html @@ -30,10 +30,11 @@
- +
@@ -42,24 +43,24 @@
-
+
- + - + - + @@ -79,26 +80,14 @@ - - - - - - + - + + @@ -80,6 +82,7 @@ + @@ -87,6 +90,7 @@ + @@ -94,6 +98,7 @@ + @@ -101,6 +106,7 @@ + @@ -133,9 +139,29 @@
+ +
+
+ + +
+ +
+
+ +
- +
- +
- +
- - + +
diff --git a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.scss b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.scss index e69de29..afeb7c4 100644 --- a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.scss +++ b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.scss @@ -0,0 +1,4 @@ + +.required{ + color:red; +} diff --git a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.ts b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.ts index d5e10d0..3e812e9 100644 --- a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.ts +++ b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.ts @@ -11,5 +11,10 @@ export class ReceivedmaterialComponent implements OnInit { ngOnInit() { } + ShowHideDiv(chkPassport) { + alert('hai'); + var dvPassport = document.getElementById("dvPassport"); + dvPassport.style.display = chkPassport.checked ? "block" : "none"; + } }
Fees Name Fees AmountOne Time / Per SemFees Type Action
Tution FeesAdmission Fees 15000 - One Time + New Register @@ -67,7 +68,7 @@
Exam FeesTution Fees 5000
Late Fees - 2000 - - Per Sem - - - -
Other Fees 1000 - Per Sem + Re-register diff --git a/src/app/views/masters/course-master/course-master.component.html b/src/app/views/masters/course-master/course-master.component.html index d93442f..d2c5c3b 100644 --- a/src/app/views/masters/course-master/course-master.component.html +++ b/src/app/views/masters/course-master/course-master.component.html @@ -224,28 +224,28 @@ \ No newline at end of file + + \ No newline at end of file diff --git a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts index b27d3ad..3c425c0 100644 --- a/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts +++ b/src/app/views/studymaterial/allocatematerial/allocatematerial.component.ts @@ -7,9 +7,43 @@ import { Component, OnInit } from '@angular/core'; }) export class AllocatematerialComponent implements OnInit { - constructor() { } + show = false; + closed = false; + public myModal; + public myModalData; + studyMaterialDetails: any; + constructor() { } + ngOnInit(){ + this.studyMaterialDetails = [ + { + studycentername: 'Studycenter A', + sem:'1st Sem/2018', + course: 'BE', + Quantity: '30', + + }, + { + studycentername: 'Studycenter B', + sem:'2nd Sem/2018', + course: 'MCA', + Quantity: '10', + }, + { + studycentername: 'Studycenter C', + sem:'1st Sem/2018', + course: 'MBA', + Quantity: '20', + } + ] + } + - ngOnInit() { + getModelWindowDetails(stuCent) { + this.myModalData = stuCent||null; + } + editStudyCenter(){ + this.show = !this.show; } } + \ No newline at end of file diff --git a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html index a27defa..8bb511b 100644 --- a/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html +++ b/src/app/views/studymaterial/receivedmaterial/receivedmaterial.component.html @@ -10,6 +10,7 @@
+
@@ -70,7 +71,8 @@
University Name Course Name Sem/YearQuantityReceived QuantityBalance Quantity Received Date
MCA 1st Sem 100 10/10/2018
MBA 2nd Sem 152 15/10/2018
BE 3rd Sem 200 10/11/2018
DE 4th sem 3410 12/11/2018