From d21e3f84eb30e92b5b856ab46442bbf2fa767228 Mon Sep 17 00:00:00 2001 From: saravanakumarkandasami Date: Sat, 15 Jun 2019 19:25:28 +0530 Subject: [PATCH] clix issues : ps --- src/app/app.module.ts | 2 +- .../pd-question-category.ts | 6 +-- .../pd-question-address.html | 2 +- .../pd-question-assessed-daily-sales.html | 1 + .../pd-question-banking.html | 2 +- .../pd-question-business-assets.html | 9 +++- .../pd-question-business-banking.html | 11 +++-- .../pd-question-business-group.ts | 4 ++ .../pd-question-business-info.html | 49 ++++++++++++++++--- .../pd-question-client-info.html | 13 ++++- .../pd-question-financial-info.html | 14 ++++-- .../pd-question-financial-info.scss | 15 ++++++ ...future-plans-and-business-environment.html | 4 +- ...future-plans-and-business-environment.scss | 0 ...n-future-plans-and-business-environment.ts | 29 +++++++---- .../pd-question-stock-info.html | 11 ++++- .../pd-question-supplier-info.html | 9 +++- .../pd-question-current-loans.html | 3 +- .../pd-question-emp-info.html | 2 +- .../pd-question-family.html | 6 ++- .../pd-question-final-remark.html | 2 +- .../pd-question-general-info.html | 2 +- .../pd-question-lender-representative.html | 2 +- .../pd-question-loans/pd-question-loans.html | 5 +- .../pd-question-neighbour-hood.html | 2 +- .../pd-question-other-income.html | 2 +- .../pd-question-rental-info.html | 24 ++++++++- 27 files changed, 178 insertions(+), 53 deletions(-) rename src/pages/pd-question/{ => pd-question-business-group}/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html (98%) rename src/pages/pd-question/{ => pd-question-business-group}/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.scss (100%) rename src/pages/pd-question/{ => pd-question-business-group}/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts (88%) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index a769879b..0305ec5f 100755 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -107,7 +107,7 @@ import { PdQuestionGeneralInfoPage } from '../pages/pd-question/pd-question-gene import { PdQuestionGeneralOtherApplicantPage } from '../pages/pd-question/pd-question-general-info/pd-question-general-other-applicant/pd-question-general-other-applicant'; import { PdQuestionNeighbourHoodPage } from '../pages/pd-question/pd-question-neighbour-hood/pd-question-neighbour-hood'; import { PdQuestionFinalRemarkPage } from '../pages/pd-question/pd-question-final-remark/pd-question-final-remark'; -import { PdQuestionFuturePlansAndBusinessEnvironmentPage } from '../pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment'; +import { PdQuestionFuturePlansAndBusinessEnvironmentPage } from '../pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment'; import { PdQuestionBusinessPage } from '../pages/pd-question/pd-question-business/pd-question-business' import { PdQuestionBusinessGroupPage } from '../pages/pd-question/pd-question-business-group/pd-question-business-group' import { PdQuestionBusinessAssetsPage } from '../pages/pd-question/pd-question-business-group/pd-question-business-assets/pd-question-business-assets' diff --git a/src/pages/pd-question-category/pd-question-category.ts b/src/pages/pd-question-category/pd-question-category.ts index 4fff6293..e2d5d93d 100755 --- a/src/pages/pd-question-category/pd-question-category.ts +++ b/src/pages/pd-question-category/pd-question-category.ts @@ -33,7 +33,7 @@ import { PdQuestionFinalRemarkPage } from '../pd-question/pd-question-final-rema import { PdQuestionBusinessPage } from '../pd-question/pd-question-business/pd-question-business' import { PdQuestionBusinessGroupPage } from '../pd-question/pd-question-business-group/pd-question-business-group' import {PdQuestionRentalDashPage} from '../pd-question/pd-question-rental-info/pd-question-rental-dash/pd-question-rental-dash' -import { PdQuestionFuturePlansAndBusinessEnvironmentPage } from '../pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment' +import { PdQuestionFuturePlansAndBusinessEnvironmentPage } from '../pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment' /** * Generated class for the PdQuestionCategoryPage page. * @@ -312,10 +312,6 @@ searchitem:any; { this.navCtrl.push(PdQuestionFinalRemarkPage,{'FormId':formName,'pdDetails':this.pdinfo}); } - else if(categroyId==23) - { - this.navCtrl.push(PdQuestionFuturePlansAndBusinessEnvironmentPage,{'FormId':formName,'pdDetails':this.pdinfo}); - } } filter(view){ if(!view){ diff --git a/src/pages/pd-question/pd-question-address/pd-question-address.html b/src/pages/pd-question/pd-question-address/pd-question-address.html index aa1f5f19..32682565 100755 --- a/src/pages/pd-question/pd-question-address/pd-question-address.html +++ b/src/pages/pd-question/pd-question-address/pd-question-address.html @@ -51,7 +51,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-assessed-daily-sales/pd-question-assessed-daily-sales.html b/src/pages/pd-question/pd-question-assessed-daily-sales/pd-question-assessed-daily-sales.html index c6721896..4122f7a6 100755 --- a/src/pages/pd-question/pd-question-assessed-daily-sales/pd-question-assessed-daily-sales.html +++ b/src/pages/pd-question/pd-question-assessed-daily-sales/pd-question-assessed-daily-sales.html @@ -77,6 +77,7 @@
+ Select {{frq.name}} diff --git a/src/pages/pd-question/pd-question-banking/pd-question-banking.html b/src/pages/pd-question/pd-question-banking/pd-question-banking.html index 04a9c86d..995883d3 100755 --- a/src/pages/pd-question/pd-question-banking/pd-question-banking.html +++ b/src/pages/pd-question/pd-question-banking/pd-question-banking.html @@ -29,7 +29,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-business-assets/pd-question-business-assets.html b/src/pages/pd-question/pd-question-business-group/pd-question-business-assets/pd-question-business-assets.html index 9bb89120..bd75b4a9 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-business-assets/pd-question-business-assets.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-business-assets/pd-question-business-assets.html @@ -37,7 +37,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -94,6 +94,7 @@ + Select Yes No @@ -117,6 +118,7 @@ + Select Yes No @@ -258,6 +260,7 @@
+ Select {{prop.address_type | titlecase}} @@ -279,6 +282,7 @@
+ Select {{vehicle.vehicle_type_name }} @@ -290,7 +294,7 @@ -
@@ -322,6 +326,7 @@
--> + Select {{data.viewValue | titlecase}} diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-business-banking/pd-question-business-banking.html b/src/pages/pd-question/pd-question-business-group/pd-question-business-banking/pd-question-business-banking.html index 721eca3b..4bd18964 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-business-banking/pd-question-business-banking.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-business-banking/pd-question-business-banking.html @@ -33,7 +33,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -83,7 +83,7 @@ - {{val.name}} @@ -92,11 +92,12 @@ - + + Select @@ -104,7 +105,6 @@ - Select {{ btLen.lender_name }} @@ -117,6 +117,7 @@ + Select {{bankacc.name}} @@ -127,6 +128,7 @@ + Select Yes No @@ -135,6 +137,7 @@ + Select Yes No NA diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-business-group.ts b/src/pages/pd-question/pd-question-business-group/pd-question-business-group.ts index 730f16ef..99064a89 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-business-group.ts +++ b/src/pages/pd-question/pd-question-business-group/pd-question-business-group.ts @@ -10,6 +10,7 @@ import { PdQuestionBusinessAssetsPage } from '../../../pages/pd-question/pd-ques import {PdQuestionBusinessBankingPage} from '../../../pages/pd-question/pd-question-business-group/pd-question-business-banking/pd-question-business-banking' import {PdQuestionFinancialInfoPage} from '../../../pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info' import {PdQuestionAssessedDashPage} from '../../../pages/pd-question/pd-question-assessed-dash/pd-question-assessed-dash' +import {PdQuestionFuturePlansAndBusinessEnvironmentPage} from '../../../pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment'; /** * Generated class for the PdQuestionBusinessGroupPage page. @@ -132,6 +133,9 @@ export class PdQuestionBusinessGroupPage { if(details.form_id==16){ this.navCtrl.push(PdQuestionAssessedDashPage,{'formDetails':details,'pdDetails':this.pdDetails}); } + if(details.form_id==23){ + this.navCtrl.push(PdQuestionFuturePlansAndBusinessEnvironmentPage,{'formDetails':details,'pdDetails':this.pdDetails}); + } } diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-business-info/pd-question-business-info.html b/src/pages/pd-question/pd-question-business-group/pd-question-business-info/pd-question-business-info.html index 82a24f88..b5b5436c 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-business-info/pd-question-business-info.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-business-info/pd-question-business-info.html @@ -30,7 +30,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -82,6 +82,7 @@ + Select {{app.applicant_name}} Others @@ -168,6 +169,7 @@ + Select {{title.name}} @@ -176,18 +178,21 @@ + Select {{member.name + ' Of' | titlecase}} + Select {{member.applicant_name | titlecase}} + Select {{comrelship.name | titlecase}} @@ -236,6 +241,7 @@ + Select Within India Export Both @@ -243,6 +249,7 @@ + Select Yes No @@ -364,6 +371,7 @@ + Select Yes No @@ -455,6 +463,7 @@ --> + Select + Select Within India Export Both @@ -537,6 +547,7 @@ + Select Yes No @@ -549,6 +560,7 @@ + Select @@ -668,6 +680,7 @@ + Select Yes No @@ -679,6 +692,7 @@ + Select @@ -693,6 +707,7 @@ + @@ -723,6 +738,7 @@ States Where Max Sales Done for {{retail.value.main_products}} + {{MSL.state_name}} @@ -733,6 +749,7 @@ Cities Where Max Sales Done for {{retail.value.main_products}} + {{MCL.city_name}} @@ -755,6 +772,7 @@ --> + Select @@ -839,7 +857,7 @@ + required>Select Yes No @@ -852,6 +870,7 @@ + Select @@ -865,6 +884,7 @@ + @@ -897,6 +917,7 @@ States Where Max Sales Done for {{wholesale.value.main_products}} + {{MSL.state_name}} @@ -931,6 +952,7 @@ --> + Select @@ -970,6 +992,7 @@ + Select Yes No @@ -981,6 +1004,7 @@ + Select @@ -994,6 +1018,7 @@ + @@ -1023,6 +1048,7 @@ States Where Max Sales Done for {{wholesale.value.main_products}} + {{MSL.state_name}} @@ -1032,7 +1058,7 @@ Cities Where Max Sales Done for {{wholesale.value.main_products}} - + Select {{MCL.city_name}} @@ -1055,7 +1081,7 @@ {{CL.country_name}} --> - + Select @@ -1126,6 +1152,7 @@ + Select Within India Export Both @@ -1135,7 +1162,7 @@ + required>Select Yes No @@ -1150,6 +1177,7 @@ + Select @@ -1163,6 +1191,7 @@ + @@ -1231,6 +1260,7 @@ --> + Select @@ -1272,6 +1302,7 @@ + Select Yes No @@ -1283,7 +1314,7 @@ - + Select @@ -1363,6 +1394,7 @@ --> + Select @@ -1467,6 +1499,7 @@ + Select Yes No @@ -1474,6 +1507,7 @@ + Select Yes No @@ -1492,7 +1526,7 @@ - + Select + Select Yes No diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-client-info/pd-question-client-info.html b/src/pages/pd-question/pd-question-business-group/pd-question-client-info/pd-question-client-info.html index 009a553c..0397d3c4 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-client-info/pd-question-client-info.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-client-info/pd-question-client-info.html @@ -28,7 +28,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -84,6 +84,7 @@
+ Select {{ pm.name }} @@ -93,6 +94,7 @@ + Select {{tl.name}} @@ -137,12 +139,14 @@ + Select {{ pm.name }} + Select Payment received in Cash. Payment @@ -201,6 +205,7 @@ + Select {{ pm.name }} @@ -210,6 +215,7 @@ + Select {{tl.name}} @@ -253,7 +259,7 @@ + (selectionChange)="checkCard($event.value,2,l);">Select {{ pm.name }} @@ -261,6 +267,7 @@ + Select Payment received in Cash. Payment @@ -322,6 +329,7 @@
+ Select {{ pm.name }} @@ -332,6 +340,7 @@ + Select {{tl.name}} diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.html b/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.html index 6d0f6f1d..7e3578f5 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.html @@ -34,7 +34,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -83,6 +83,7 @@ + Select Yes No @@ -125,6 +126,7 @@
+ Select Net Profit Net Loss @@ -193,13 +195,13 @@ -
Financial As Per Customers
+
Latest year's Finanicals as per Applicant Met
- + Select Yes No @@ -224,12 +226,14 @@ + Select Net Profit Net Loss - + + Select Yes No @@ -287,6 +291,7 @@ + Select Yes No @@ -374,6 +379,7 @@ + Select Yes No diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.scss b/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.scss index 0bd1941a..7bdbfac6 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.scss +++ b/src/pages/pd-question/pd-question-business-group/pd-question-financial-info/pd-question-financial-info.scss @@ -70,4 +70,19 @@ page-pd-question-financial-info { .toggle{ padding: 1.4rem; } + .element::-webkit-input-placeholder { + font-weight: bold; + } + // For Mozilla Firefox: + .element::-moz-placeholder { + font-weight: bold; + } + // For Internet Explorer: + .element:-ms-input-placeholder { + font-weight: bold; + } + // For Opera: + .element:-o-input-placeholder { + font-weight: bold; + } } diff --git a/src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html b/src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html similarity index 98% rename from src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html rename to src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html index 48f48ea7..0611e4c2 100644 --- a/src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.html @@ -4,7 +4,7 @@ - {{FormId.form_name}} + {{formDetails.form_name}} @@ -36,7 +36,7 @@ No Documents Found. Press the - camera button below to capture + camera button above to capture diff --git a/src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.scss b/src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.scss similarity index 100% rename from src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.scss rename to src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.scss diff --git a/src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts b/src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts similarity index 88% rename from src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts rename to src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts index 558bc3d0..34b8cf31 100644 --- a/src/pages/pd-question/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts +++ b/src/pages/pd-question/pd-question-business-group/pd-question-future-plans-and-business-environment/pd-question-future-plans-and-business-environment.ts @@ -1,12 +1,12 @@ import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams } from 'ionic-angular'; import { FormGroup, FormBuilder } from '@angular/forms'; -import { AwsServiceProvider } from '../../../providers/aws-service/aws-service'; -import { QuestionCategoryProvider } from '../../../providers/question-category/question-category'; -import { ToastProvider } from '../../../providers/common-provider/toast'; -import { CameraProvider } from '../../../providers/common-provider/camera' -import { LoadingProvider } from '../../../providers/common-provider/loading' +import {AwsServiceProvider} from '../../../../providers/aws-service/aws-service' +import {ToastProvider} from '../../../../providers/common-provider/toast' +import {QuestionCategoryProvider} from '../../../../providers/question-category/question-category' +import {CameraProvider} from '../../../../providers/common-provider/camera' +import {LoadingProvider} from '../../../../providers/common-provider/loading' /** * Generated class for the PdQuestionFuturePlansAndBusinessEnvironmentPage page. @@ -23,8 +23,10 @@ export class PdQuestionFuturePlansAndBusinessEnvironmentPage { pdDetails: any; + formDetails: any; pdid: any; FormId: any; + company_id:any; users: any; product_abbr: any; lender_short_name: any; @@ -39,9 +41,12 @@ export class PdQuestionFuturePlansAndBusinessEnvironmentPage { public qustcat: QuestionCategoryProvider, public aws: AwsServiceProvider, public toast: ToastProvider, private cameraProvider: CameraProvider, private loading: LoadingProvider) { + + this.formDetails=this.navParams.get('formDetails'); this.pdDetails = this.navParams.get('pdDetails'); this.pdid = this.pdDetails.pd_id - this.FormId = this.navParams.get('FormId'); + this.FormId = this.formDetails.form_id; + this.company_id=this.pdDetails.company_id this.users = aws.getlocale(); this.lender_short_name = this.pdDetails.lender_short_name; this.product_abbr = this.pdDetails.product_abbr; @@ -51,6 +56,7 @@ export class PdQuestionFuturePlansAndBusinessEnvironmentPage { parent_pdid: [this.pdDetails.parent_pd_id], pdid: [this.pdid], formid: ['23'], + company_id:[this.company_id], usp_of_the_business: [''], future_plans_for_business_expansion: [''], impact_of_gst_on_the_business: [''], @@ -130,8 +136,11 @@ export class PdQuestionFuturePlansAndBusinessEnvironmentPage { } getFuturePlans() { - let saveRecords = { 'parent_pdid': this.pdDetails.parent_pd_id, 'pd_id': this.pdid, 'pd_form_id': this.FormId.form_id } - this.qustcat.retiverForm(saveRecords).subscribe(data => { + let Records = { 'parent_pdid': this.pdDetails.parent_pd_id, + 'pd_id': this.pdid, + 'pd_form_id': this.FormId, + 'company_id': this.company_id} + this.qustcat.retiverForm(Records).subscribe(data => { if (data['dataStatus'] == true) { this._futurePlansForm.controls.usp_of_the_business.setValue(data['records'].usp_of_the_business); this._futurePlansForm.controls.future_plans_for_business_expansion.setValue(data['records'].future_plans_for_business_expansion); @@ -173,7 +182,7 @@ export class PdQuestionFuturePlansAndBusinessEnvironmentPage { getPDImages() { //FOR RETRIEVING PICTURES this.imageDisplay = [] - let record_for_pic = { 'pd_id': this.pdDetails.pd_id, 'form_id': this.FormId.form_id, 'company_id': null } + let record_for_pic = { 'pd_id': this.pdDetails.pd_id, 'form_id': this.FormId, 'company_id':this.pdDetails.company_id } this.qustcat.getPDImages(record_for_pic).subscribe(val => { if (!val['msg']) { @@ -230,7 +239,7 @@ export class PdQuestionFuturePlansAndBusinessEnvironmentPage { let records: any = { 'pd_id': this.pdDetails.pd_id, - 'formid': this.FormId.form_id, + 'formid': this.FormId, 'images': this.imageBucket, 'company_id': '' } diff --git a/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.html b/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.html index d5e53376..a993214d 100755 --- a/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.html +++ b/src/pages/pd-question/pd-question-business-group/pd-question-stock-info/pd-question-stock-info.html @@ -27,7 +27,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -85,6 +85,7 @@ + Select Add Stock Details No Stock Observed @@ -97,6 +98,7 @@ + Select Is the stock of Raw Materials observed, sufficient considering the size of operations
+ Select {{val.isdisplayvalue}} @@ -170,6 +173,7 @@
+ Select Add Stock Details No Stock Observed @@ -181,6 +185,7 @@ + Select + Select Add Stock Details No Stock Observed @@ -262,6 +268,7 @@ + Select + Select Add Stock Details No stock observed @@ -346,6 +354,7 @@ + Select - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -92,6 +92,7 @@ + Select {{tl.name}} @@ -132,11 +133,13 @@ + Select {{ pm.name }} + Select Payment made in Cash. Payment made through Banking channels. @@ -194,6 +197,7 @@
+ Select {{ tp.name }} @@ -202,6 +206,7 @@ + Select {{tl.name}} @@ -243,11 +248,13 @@ + Select {{ pm.name }} + Select Payment made in Cash. Payment made through Banking channels. diff --git a/src/pages/pd-question/pd-question-current-loans/pd-question-current-loans.html b/src/pages/pd-question/pd-question-current-loans/pd-question-current-loans.html index f7e40c43..fecf8382 100755 --- a/src/pages/pd-question/pd-question-current-loans/pd-question-current-loans.html +++ b/src/pages/pd-question/pd-question-current-loans/pd-question-current-loans.html @@ -29,7 +29,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -103,6 +103,7 @@ + Select - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-family/pd-question-family.html b/src/pages/pd-question/pd-question-family/pd-question-family.html index e45c3180..815a3fb5 100755 --- a/src/pages/pd-question/pd-question-family/pd-question-family.html +++ b/src/pages/pd-question/pd-question-family/pd-question-family.html @@ -28,7 +28,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -104,6 +104,7 @@
Residence Details of {{FamilyMemberAsLabel[i]}}
+ Select @@ -118,6 +119,7 @@ + Select + Select + Select diff --git a/src/pages/pd-question/pd-question-final-remark/pd-question-final-remark.html b/src/pages/pd-question/pd-question-final-remark/pd-question-final-remark.html index 84243348..c32ad87d 100755 --- a/src/pages/pd-question/pd-question-final-remark/pd-question-final-remark.html +++ b/src/pages/pd-question/pd-question-final-remark/pd-question-final-remark.html @@ -37,7 +37,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-general-info/pd-question-general-info.html b/src/pages/pd-question/pd-question-general-info/pd-question-general-info.html index 447704db..1c0b9361 100755 --- a/src/pages/pd-question/pd-question-general-info/pd-question-general-info.html +++ b/src/pages/pd-question/pd-question-general-info/pd-question-general-info.html @@ -29,7 +29,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-lender-representative/pd-question-lender-representative.html b/src/pages/pd-question/pd-question-lender-representative/pd-question-lender-representative.html index 59a14104..ffc5e79f 100755 --- a/src/pages/pd-question/pd-question-lender-representative/pd-question-lender-representative.html +++ b/src/pages/pd-question/pd-question-lender-representative/pd-question-lender-representative.html @@ -31,7 +31,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-loans/pd-question-loans.html b/src/pages/pd-question/pd-question-loans/pd-question-loans.html index 30a723cf..2332f2ab 100755 --- a/src/pages/pd-question/pd-question-loans/pd-question-loans.html +++ b/src/pages/pd-question/pd-question-loans/pd-question-loans.html @@ -31,7 +31,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -165,7 +165,7 @@ - + Select {{ list.end_use_of_topup }} @@ -180,7 +180,6 @@ - {{ sour.name }} diff --git a/src/pages/pd-question/pd-question-neighbour-hood/pd-question-neighbour-hood.html b/src/pages/pd-question/pd-question-neighbour-hood/pd-question-neighbour-hood.html index 96c03a7e..ea2d8363 100755 --- a/src/pages/pd-question/pd-question-neighbour-hood/pd-question-neighbour-hood.html +++ b/src/pages/pd-question/pd-question-neighbour-hood/pd-question-neighbour-hood.html @@ -31,7 +31,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-other-income/pd-question-other-income.html b/src/pages/pd-question/pd-question-other-income/pd-question-other-income.html index 6ff4a5db..2ec3fce2 100755 --- a/src/pages/pd-question/pd-question-other-income/pd-question-other-income.html +++ b/src/pages/pd-question/pd-question-other-income/pd-question-other-income.html @@ -31,7 +31,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture diff --git a/src/pages/pd-question/pd-question-rental-info/pd-question-rental-info.html b/src/pages/pd-question/pd-question-rental-info/pd-question-rental-info.html index 7cbe8402..f128790e 100755 --- a/src/pages/pd-question/pd-question-rental-info/pd-question-rental-info.html +++ b/src/pages/pd-question/pd-question-rental-info/pd-question-rental-info.html @@ -29,7 +29,7 @@ - No Documents Found. Press the camera button below to capture + No Documents Found. Press the camera button above to capture @@ -92,6 +92,7 @@ --> + Select @@ -112,6 +113,7 @@ --> + Select @@ -228,6 +230,7 @@ Relation To + Select {{relationto.id=="0" ? 'Not Applicable' : relationto.name | titlecase}} @@ -240,6 +243,7 @@ Ownership Proof Documents Sighted + Select Yes No @@ -249,6 +253,7 @@ Type of Document Sighted + Select {{prDocs.name | titlecase}} @@ -263,6 +268,7 @@ Nature of Let Out Property as per Loan Applicant + Select {{property.name}} @@ -279,6 +285,7 @@ Type of Units as per Loan Applicants + Select {{unit.name}} @@ -312,6 +319,7 @@ Unit of Measurement + Select {{unitM.name}} @@ -344,6 +352,7 @@ Is Rent Same for All Units + Select Yes No @@ -415,6 +424,7 @@ Name of the Tenant(s)/Lessees(s) of the Let out Property + Select Yes Name(s) not provided @@ -440,6 +450,7 @@ Mode of Payment of Rent as per Loan Applicant + Select {{payment.name}} @@ -490,6 +501,7 @@ Unit of Measurement + Select {{unitM.name}} @@ -506,6 +518,7 @@ Is Rent Agreement executed for the Property let out + Select Yes No @@ -517,6 +530,7 @@ Rent Agreement Seen + Select Yes No @@ -527,6 +541,7 @@ Is the Rent Agreement Registered at Sub-Registrar Office + Select Yes No @@ -607,6 +622,7 @@ Relation of Owner to Loan Applicant + Select {{relation.name | @@ -618,6 +634,7 @@ Relation To + Select {{relationto.id=="0" ? 'Not Applicable' : relationto.name | titlecase}} @@ -639,6 +656,7 @@ Tenant(s) / Lessee(s) Met During Visit of the Rented Property + Select Yes No @@ -677,6 +695,7 @@ Relation of Owner to Loan Applicant + Select {{relation.name | @@ -688,6 +707,7 @@ Relation To + Select {{relationto.id=="0" ? 'Not Applicable' : relationto.name | titlecase}} @@ -714,6 +734,7 @@ Mode of Payment of Rent as Validated by PD Officer with Tenant / Lessee During Visit + Select {{payment.name}} @@ -783,6 +804,7 @@ Third party check done on prevailing rent in the area + Select Yes No