diff --git a/ng6-seed/ng6-seed.zip b/ng6-seed/ng6-seed.zip
deleted file mode 100644
index 38076affb..000000000
Binary files a/ng6-seed/ng6-seed.zip and /dev/null differ
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html
index 08f7c888f..bc3b23a62 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html
@@ -6,7 +6,7 @@
{{(details.pd_type_name | slice:0:1)}}
+ [matTooltip]="details.pd_type_name" matTooltipPosition="above">{{(details.pd_type_name | slice:0:1)}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html
index 86e8b7e0e..037c35c73 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html
@@ -6,7 +6,7 @@
{{(details.pd_type_name | slice:0:1)}}
+ [matTooltip]="details.pd_type_name" matTooltipPosition="above">{{(details.pd_type_name | slice:0:1)}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html
index ef0a6b08f..b4ecb5c24 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html
@@ -5,7 +5,7 @@
{{(details.pd_type_name | slice:0:1)}}
+ [matTooltip]="details.pd_type_name" matTooltipPosition="above">{{(details.pd_type_name | slice:0:1)}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html
index e11883010..0153e37cc 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html
@@ -5,7 +5,7 @@
{{(details.pd_type_name | slice:0:1)}}
+ [matTooltip]="details.pd_type_name" matTooltipPosition="above">{{(details.pd_type_name | slice:0:1)}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html
index 6f5fdaf0f..186a64ad6 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html
@@ -5,7 +5,7 @@
{{(details.pd_type_name | slice:0:1)}}
+ [matTooltip]="details.pd_type_name" matTooltipPosition="above">{{(details.pd_type_name | slice:0:1)}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.ts
index 3a2f64e99..674a1dd52 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.ts
@@ -164,10 +164,9 @@ apiLoadFinish: boolean = false;
}
addSupplierDetailsWithData(supp_data) {
-
-var result = Object.keys(supp_data).map(function(key) {
- return supp_data[key];
-});
+ var result = Object.keys(supp_data).map(function(key) {
+ return supp_data[key];
+ });
if (result.length > 0) {
for (let val of result) {
let vals = {
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html
index 3f2e4fcec..e7e216521 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html
@@ -417,6 +417,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts
index b89a4eff2..bf5b2f28e 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.ts
@@ -115,6 +115,7 @@ export class StartPdComponent implements OnInit, OnDestroy {
answeredQuestions: number;
+
// start
// end
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/manage-pd.module.ts b/ng6-seed/src/app/personal-discussion/manage-pd/manage-pd.module.ts
index 4c582d98b..d23e0e2fb 100644
--- a/ng6-seed/src/app/personal-discussion/manage-pd/manage-pd.module.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/manage-pd.module.ts
@@ -101,37 +101,66 @@ const pdCustomNotifierOptions: NotifierOptions = {
};
@NgModule({
- imports: [
- CommonModule,
- ManagePdRoutingModule,
- NotifierModule.withConfig(pdCustomNotifierOptions),
- MatCardModule,
- MatIconModule,
- MatInputModule,
- MatRadioModule,
- MatTableModule,
- MatPaginatorModule,
- MatButtonModule,
- MatProgressBarModule,
- MatAutocompleteModule,
- MatToolbarModule,
- FlexLayoutModule,
- NgxDatatableModule,
- FormsModule,
- MatSlideToggleModule,
- MatSelectModule, MatListModule, MatGridListModule, MatTabsModule, MatBadgeModule, MatCheckboxModule, MatStepperModule, MatSidenavModule, MatMenuModule, MatButtonToggleModule,
- ReactiveFormsModule,
- FileUploadModule,
- TreeModule,
- MatDialogModule, MatSortModule,
- NgxMatSelectSearchModule, MatTooltipModule, MatExpansionModule,
- AgmCoreModule.forRoot({apiKey: 'AIzaSyBtdO5k6CRntAMJCF-H5uZjTCoSGX95cdk'}), OwlDateTimeModule,
- OwlNativeDateTimeModule,
- ],
+ // imports: [
+ // CommonModule,
+ // ManagePdRoutingModule,
+ // NotifierModule.withConfig(pdCustomNotifierOptions),
+ // MatCardModule,
+ // MatIconModule,
+ // MatInputModule,
+ // MatRadioModule,
+ // MatTableModule,
+ // MatPaginatorModule,
+ // MatButtonModule,
+ // MatProgressBarModule,
+ // MatAutocompleteModule,
+ // MatToolbarModule,
+ // FlexLayoutModule,
+ // NgxDatatableModule,
+ // FormsModule,
+ // MatSlideToggleModule,
+ // MatSelectModule, MatListModule, MatGridListModule, MatTabsModule, MatBadgeModule, MatCheckboxModule, MatStepperModule, MatSidenavModule, MatMenuModule, MatButtonToggleModule,
+ // ReactiveFormsModule,
+ // FileUploadModule,
+ // TreeModule,
+ // MatDialogModule, MatSortModule,
+ // NgxMatSelectSearchModule, MatTooltipModule, MatExpansionModule,
+ // AgmCoreModule.forRoot({apiKey: 'AIzaSyBtdO5k6CRntAMJCF-H5uZjTCoSGX95cdk'}), OwlDateTimeModule,
+ // OwlNativeDateTimeModule,
+ // ],
declarations: [BankingDetailsComponent, ListPdComponent, FamilyDetailsComponent, AddressComponent, ManagePdComponent, MapPdViewComponent, AddPdComponent, ViewPdComponent, PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent, StartPdComponent, InprogressPdComponent, AllPdComponent, ScheduledPdComponent, CompletedPdComponent, QcCompletedPdComponent, ClientInfoComponent, CurrentLoanComponent, AssetsInfoComponent, LoanDetailsComponent, OtherIncomeComponent, SupplierInfoComponent, PersonalInfoComponent],
- exports: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent, StartPdComponent, CompletedPdComponent, QcCompletedPdComponent],
- providers: [PdTrigerService, GetGeometricLocationService],
- entryComponents: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent]
+ // exports: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent, StartPdComponent, CompletedPdComponent, QcCompletedPdComponent],
+ // providers: [PdTrigerService, GetGeometricLocationService],
+ // entryComponents: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent],
+ imports: [
+ CommonModule,
+ ManagePdRoutingModule,
+ NotifierModule.withConfig(pdCustomNotifierOptions),
+ MatCardModule,
+ MatIconModule,
+ MatInputModule,
+ MatRadioModule,
+ MatTableModule,
+ MatPaginatorModule,
+ MatButtonModule,
+ MatProgressBarModule,
+ MatToolbarModule,
+ FlexLayoutModule,
+ NgxDatatableModule,
+ FormsModule,MatSlideToggleModule,
+ MatSelectModule, MatListModule,MatGridListModule, MatTabsModule, MatBadgeModule, MatCheckboxModule,MatStepperModule,MatSidenavModule ,MatMenuModule, MatButtonToggleModule,
+ ReactiveFormsModule,
+ FileUploadModule,
+ TreeModule,
+ MatDialogModule,MatSortModule,
+ NgxMatSelectSearchModule,MatTooltipModule, MatExpansionModule,
+ AgmCoreModule.forRoot({apiKey: 'AIzaSyBtdO5k6CRntAMJCF-H5uZjTCoSGX95cdk'}),OwlDateTimeModule,
+ OwlNativeDateTimeModule,
+ ],
+ // declarations: [ListPdComponent, ManagePdComponent, MapPdViewComponent, AddPdComponent, ViewPdComponent, PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent, StartPdComponent, InprogressPdComponent, AllPdComponent, ScheduledPdComponent, CompletedPdComponent, QcCompletedPdComponent, ClientInfoComponent, SupplierInfoComponent, PersonalInfoComponent, AssetsInfoComponent],
+ exports: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent, StartPdComponent, CompletedPdComponent, QcCompletedPdComponent],
+ providers: [PdTrigerService, GetGeometricLocationService],
+ entryComponents: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent]
})
export class ManagePdModule {
}
diff --git a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts
index 0ca33f2c0..aa5c94ce0 100644
--- a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts
+++ b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts
@@ -265,7 +265,7 @@ getPDFormDetailsWithID(pdID, formID ):Observable {
// saveData[0].fk_updatedby = this._aws.getlocale();
// saveData[0].updatedon = currentdate;
- return this._http.post(this.apiUrl+"savePDQuestions",{"records":saveData})
+ return this._http.post(this.apiUrl+"savePDQuestions",{"records1":saveData})
.pipe(
catchError(this.handleError('operation', []))
)
diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html b/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html
index 350c34216..6d24d5113 100644
--- a/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html
+++ b/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html
@@ -44,7 +44,7 @@
{{master.product_name}} / {{master.subproduct_name}}
{{master.pd_type_name}} / {{master.loan_amount}}
- {{master.addressline1}},{{master.addressline2}} ,{{master.addressline3}}
+ {{master.addressline1}},{{master.addressline2}} ,{{master.addressline3}}
Remarks : {{master.remarks}}
diff --git a/ng6-seed/src/app/settings/users/register/register.component.html b/ng6-seed/src/app/settings/users/register/register.component.html
index c676e20a8..9fcaa8124 100755
--- a/ng6-seed/src/app/settings/users/register/register.component.html
+++ b/ng6-seed/src/app/settings/users/register/register.component.html
@@ -1,279 +1,164 @@
-
-
-
-
-