diff --git a/ng8-seed/src/app/app.module.ts b/ng8-seed/src/app/app.module.ts index 15f1f5e..5f9eaa6 100644 --- a/ng8-seed/src/app/app.module.ts +++ b/ng8-seed/src/app/app.module.ts @@ -59,6 +59,7 @@ import { ReqListComponent } from './components/req-list/req-list.component'; import { UserProfileComponent } from './components/user-profile/user-profile.component'; import { SuccessComponent } from './components/payment-status/success/success.component'; import { FailureComponent } from './components/payment-status/failure/failure.component'; +import { UserCertificateComponent } from './components/user-certificate/user-certificate.component'; export function HttpLoaderFactory(http: HttpClient) { @@ -91,6 +92,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { UserProfileComponent, SuccessComponent, FailureComponent, + UserCertificateComponent, // ProjectListComponent ], diff --git a/ng8-seed/src/app/app.routing.ts b/ng8-seed/src/app/app.routing.ts index 3d09f8c..13db87b 100644 --- a/ng8-seed/src/app/app.routing.ts +++ b/ng8-seed/src/app/app.routing.ts @@ -15,6 +15,7 @@ import { Component } from '@angular/core'; import { UserProfileComponent } from './components/user-profile/user-profile.component'; import { SuccessComponent } from './components/payment-status/success/success.component'; import { FailureComponent } from './components/payment-status/failure/failure.component'; +import { UserCertificateComponent } from './components/user-certificate/user-certificate.component'; export const AppRoutes: Routes = [{ path: '', redirectTo: 'home', @@ -63,6 +64,10 @@ export const AppRoutes: Routes = [{ path:'user-profile', component:UserProfileComponent }, + { + path:'user-certificate', + component:UserCertificateComponent + }, { canActivate:[AuthGuardService], path:'payment-status/:status', diff --git a/ng8-seed/src/app/components/contribute/contribute.component.ts b/ng8-seed/src/app/components/contribute/contribute.component.ts index 726f25f..1911085 100644 --- a/ng8-seed/src/app/components/contribute/contribute.component.ts +++ b/ng8-seed/src/app/components/contribute/contribute.component.ts @@ -319,7 +319,7 @@ export class ContributeComponent implements OnInit { return } if(this.grandTotal ==''){ - alert("Please Fill the amount"); + alert("Please tell us the number of items you would like to contribute"); return } let data = {'records': @@ -364,7 +364,7 @@ export class ContributeComponent implements OnInit { return } if(this.general_devlop_amt ==''){ - alert("Please Fill the amount"); + alert("Please tell us the number of items you would like to contribute"); return } let data = {'records': diff --git a/ng8-seed/src/app/components/payment/payment.component.html b/ng8-seed/src/app/components/payment/payment.component.html index 3351e4b..0f15d61 100644 --- a/ng8-seed/src/app/components/payment/payment.component.html +++ b/ng8-seed/src/app/components/payment/payment.component.html @@ -44,8 +44,8 @@
Ack No. : {{pdf_data_source.trackid}} |
+ref_id. : {{pdf_data_source.ref_id}} |
+
Received with thanks, the sum of Rs. {{pdf_data_source.amount}} /- ({{pdf_data_source.numtowords}}) from Mr/Ms. {{pdf_data_source.name}} (PAN : {{pdf_data_source.org_pan}}) as donation towards improvement of Government Schools in Tamil Nadu through the online portal https://contribute.tnschools.gov.in
@@ -259,4 +283,4 @@ Contribution to Tamil Nadu State Parent Teacher Association – CSR Fund is tax