Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darrensapalo/00c815817339aaa4a334600e06add5a3 to your computer and use it in GitHub Desktop.
Save darrensapalo/00c815817339aaa4a334600e06add5a3 to your computer and use it in GitHub Desktop.
Address activation bug on coborrower form
main-es2015.js:36436 StorageHandler: Successfully constructed the storage handler.
main-es2015.js:36436 APIService: Successfully created the API Service.
vendor-es2015.js:68662 Angular is running in the development mode. Call enableProdMode() to enable the production mode.
vendor-es2015.js:96250 Ionic Native: deviceready event fired after 949 ms
main-es2015.js:36456 App: JWT in localStorage does not exist.
warn @ main-es2015.js:36456
main-es2015.js:36436 App: Platform is now ready.
plugins/cordova-sqlite-storage/www/SQLitePlugin.js:175 OPEN database: _ionicstorage
plugins/cordova-sqlite-storage/www/SQLitePlugin.js:106 new transaction is queued, waiting for open operation to finish
plugins/cordova-sqlite-storage/www/SQLitePlugin.js:179 OPEN database: _ionicstorage - OK
plugins/cordova-sqlite-storage/www/SQLitePlugin.js:80 DB opened: _ionicstorage
main-es2015.js:36483 [
{
"id": "4KMPciLmIr",
"applicationInfo": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"signature": null,
"formDataId": "Mdx0345ZKC"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormInfo (length:1).
main-es2015.js:36436 StorageHandler: Archives were successfully loaded, initialize succeeded.
main-es2015.js:36436 StorageHandler: [{"id":"4KMPciLmIr","applicationInfo":{"applicationStatus":60,"formId":"seafarers_loan_coborrower"},"signature":null,"formDataId":"Mdx0345ZKC"}]
main-es2015.js:36428 APIService: performing POST /api/login with body
main-es2015.js:36483 {
"mobileNo": "639175983424",
"password": "questionable!456",
"location": {
"lat": 14.5437983,
"lon": 121.0115267
},
"ip": "192.168.200.2",
"userAgent": "Mozilla/5.0 (Linux; Android 9; AOSP on IA Emulator Build/PSR1.180720.117; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36"
}
main-es2015.js:36428 APIService: Applying the JWT for Authorization Bearer token use.
main-es2015.js:36444 StandardLogin: User was successfully logged in, and no longer needs to verify their mobile number.
main-es2015.js:36436 StorageHandler: Updating settings: {
"id": "user",
"mobileNo": "639175983424",
"JWT": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlYXN5Y2FzaCIsImV4cCI6MTU4MDk1NDE5OSwidXNlciI6eyJpZCI6IjVlMmViYzc1NzQzMmJkNjhjN2MwNTczOSIsImZpcnN0TmFtZSI6IkRhcnJlbiIsImxhc3ROYW1lIjoiU2FwYWxvIiwibW9iaWxlTm8iOiI2MzkxNzU5ODM0MjQiLCJlbWFpbCI6ImRhcnJlbi5zYXBhbG9AZ21haWwuY29tIn0sImFwcCI6eyJpZCI6IjVkNWUwZWI3NDZkZTMzMTM4NzllNzJkYyIsInVzZXJuYW1lIjoia2Fib3Jyb3ciLCJuYW1lIjoiS2Fib3Jyb3cifSwiaWF0IjoxNTgwOTEwOTk5fQ.mWLvCE5rbSCRF0CYz9FXNZuq_g37kuAaByhLlQvp554"
}
main-es2015.js:36428 StandardLogin: Displaying server login response before checking whether to request otp or not:
main-es2015.js:36483 {
"response": {
"status": 200,
"url": "https://s.dash.easycash.ph/api/login",
"headers": {
"access-control-allow-origin": "http://localhost:8100",
"date": "Wed, 05 Feb 2020 13:56:39 GMT",
"content-length": "732",
"server": "nginx/1.10.3 (Ubuntu)",
"okhttp-selected-protocol": "http/1.1",
"okhttp-response-source": "NETWORK 200",
"vary": "Accept-Encoding",
"x-powered-by": "dash.easycash.ph",
"connection": "keep-alive",
"content-type": "application/json; charset=utf-8",
"etag": "W/\"2dc-k/L9Ppr9wQ5reRXRwyf/7a0nf2E\""
},
"data": {
"app": {
"id": "5d5e0eb746de3313879e72dc",
"username": "kaborrow",
"name": "Kaborrow"
},
"user": {
"id": "5e2ebc757432bd68c7c05739",
"firstName": "Darren",
"lastName": "Sapalo",
"mobileNo": "639175983424",
"email": "darren.sapalo@gmail.com"
},
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlYXN5Y2FzaCIsImV4cCI6MTU4MDk1NDE5OSwidXNlciI6eyJpZCI6IjVlMmViYzc1NzQzMmJkNjhjN2MwNTczOSIsImZpcnN0TmFtZSI6IkRhcnJlbiIsImxhc3ROYW1lIjoiU2FwYWxvIiwibW9iaWxlTm8iOiI2MzkxNzU5ODM0MjQiLCJlbWFpbCI6ImRhcnJlbi5zYXBhbG9AZ21haWwuY29tIn0sImFwcCI6eyJpZCI6IjVkNWUwZWI3NDZkZTMzMTM4NzllNzJkYyIsInVzZXJuYW1lIjoia2Fib3Jyb3ciLCJuYW1lIjoiS2Fib3Jyb3cifSwiaWF0IjoxNTgwOTEwOTk5fQ.mWLvCE5rbSCRF0CYz9FXNZuq_g37kuAaByhLlQvp554",
"lnaHash": "f658f56c859cef09190e3d3196d8ab9f92713ad7"
}
},
"data": {
"app": {
"id": "5d5e0eb746de3313879e72dc",
"username": "kaborrow",
"name": "Kaborrow"
},
"user": {
"id": "5e2ebc757432bd68c7c05739",
"firstName": "Darren",
"lastName": "Sapalo",
"mobileNo": "639175983424",
"email": "darren.sapalo@gmail.com"
},
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlYXN5Y2FzaCIsImV4cCI6MTU4MDk1NDE5OSwidXNlciI6eyJpZCI6IjVlMmViYzc1NzQzMmJkNjhjN2MwNTczOSIsImZpcnN0TmFtZSI6IkRhcnJlbiIsImxhc3ROYW1lIjoiU2FwYWxvIiwibW9iaWxlTm8iOiI2MzkxNzU5ODM0MjQiLCJlbWFpbCI6ImRhcnJlbi5zYXBhbG9AZ21haWwuY29tIn0sImFwcCI6eyJpZCI6IjVkNWUwZWI3NDZkZTMzMTM4NzllNzJkYyIsInVzZXJuYW1lIjoia2Fib3Jyb3ciLCJuYW1lIjoiS2Fib3Jyb3cifSwiaWF0IjoxNTgwOTEwOTk5fQ.mWLvCE5rbSCRF0CYz9FXNZuq_g37kuAaByhLlQvp554",
"lnaHash": "f658f56c859cef09190e3d3196d8ab9f92713ad7"
}
}
main-es2015.js:36428 StandardLogin: Checking api/user revealed that the user is already verified.
main-es2015.js:36428 StandardLogin: Displaying login package before checking whether to request email verification or not:
main-es2015.js:36483 {
"loginServerResponse": {
"app": {
"id": "5d5e0eb746de3313879e72dc",
"username": "kaborrow",
"name": "Kaborrow"
},
"user": {
"id": "5e2ebc757432bd68c7c05739",
"firstName": "Darren",
"lastName": "Sapalo",
"mobileNo": "639175983424",
"email": "darren.sapalo@gmail.com"
},
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlYXN5Y2FzaCIsImV4cCI6MTU4MDk1NDE5OSwidXNlciI6eyJpZCI6IjVlMmViYzc1NzQzMmJkNjhjN2MwNTczOSIsImZpcnN0TmFtZSI6IkRhcnJlbiIsImxhc3ROYW1lIjoiU2FwYWxvIiwibW9iaWxlTm8iOiI2MzkxNzU5ODM0MjQiLCJlbWFpbCI6ImRhcnJlbi5zYXBhbG9AZ21haWwuY29tIn0sImFwcCI6eyJpZCI6IjVkNWUwZWI3NDZkZTMzMTM4NzllNzJkYyIsInVzZXJuYW1lIjoia2Fib3Jyb3ciLCJuYW1lIjoiS2Fib3Jyb3cifSwiaWF0IjoxNTgwOTEwOTk5fQ.mWLvCE5rbSCRF0CYz9FXNZuq_g37kuAaByhLlQvp554",
"lnaHash": "f658f56c859cef09190e3d3196d8ab9f92713ad7"
},
"skipOtpVerifyMobile": true,
"mobileNo": "639175983424"
}
main-es2015.js:36436 StandardLogin: User is already email verified.
main-es2015.js:35032 hash received: f658f56c859cef09190e3d3196d8ab9f92713ad7
main-es2015.js:36436 apps-and-loans-service: It's different- f658f56c859cef09190e3d3196d8ab9f92713ad7 and undefined
main-es2015.js:35041 deleting all data.
main-es2015.js:36483 [
{
"id": "4KMPciLmIr",
"applicationInfo": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"signature": null,
"formDataId": "Mdx0345ZKC"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormInfo (length:1).
main-es2015.js:34272 Got all of Form Info
main-es2015.js:34273 Array(1)
main-es2015.js:34275 Deleting model Form Info with id 4KMPciLmIr
main-es2015.js:36483 [
{
"id": "Mdx0345ZKC",
"formData": {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {
"coborrower_information": {
"information_organism": {
"information_molecule": {
"relationship": "brother",
"first_name": "werwer",
"middle_name": "werwer",
"last_name": "werwer",
"gender": "2",
"civil_status": "S",
"birthDate": "1979-02-05T08:51:22.861-05:00",
"birth_place": "werwer",
"email": "weerwerwerwer@werwer.com",
"mobile_number": "23424234",
"facebook_url": "qweqe.qweqwe.qwe"
}
}
}
}
}
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormModels (length:1).
main-es2015.js:34272 Got all of Form Model
main-es2015.js:34273 Array(1)
main-es2015.js:34275 Deleting model Form Model with id Mdx0345ZKC
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:34272 Got all of Loan Application
main-es2015.js:34273 Array(1)
main-es2015.js:34275 Deleting model Loan Application with id 5e3aa1f1a0d8381cb2448926
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from Loans (length:0).
main-es2015.js:34272 Got all of Loan
main-es2015.js:34273 Array(0)
main-es2015.js:36483 [
{
"id": "4KMPciLmIr",
"applicationInfo": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"signature": null,
"formDataId": "Mdx0345ZKC"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormInfo (length:1).
main-es2015.js:36483 [
{
"id": "Mdx0345ZKC",
"formData": {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {
"coborrower_information": {
"information_organism": {
"information_molecule": {
"relationship": "brother",
"first_name": "werwer",
"middle_name": "werwer",
"last_name": "werwer",
"gender": "2",
"civil_status": "S",
"birthDate": "1979-02-05T08:51:22.861-05:00",
"birth_place": "werwer",
"email": "weerwerwerwer@werwer.com",
"mobile_number": "23424234",
"facebook_url": "qweqe.qweqwe.qwe"
}
}
}
}
}
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormModels (length:1).
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36436 StorageHandler: Saved all data for ApplicationFormInfo.
main-es2015.js:36483 []
main-es2015.js:34265 Deleting Form Info with id: 4KMPciLmIr.
main-es2015.js:36436 StorageHandler: Saved all data for ApplicationFormModels.
main-es2015.js:36483 []
main-es2015.js:34265 Deleting Form Model with id: Mdx0345ZKC.
main-es2015.js:36436 StorageHandler: Saved all data for LoanApplications.
main-es2015.js:36483 []
main-es2015.js:34265 Deleting Loan Application with id: 5e3aa1f1a0d8381cb2448926.
main-es2015.js:35043 successfully deleted all data.
main-es2015.js:35044 Array(0)
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from Loans (length:0).
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:0).
main-es2015.js:36444 apps-and-loans-service: Determining if the applications are up to date.
main-es2015.js:36420 apps-and-loans-service: Found: 0, 0, 1, 0
main-es2015.js:36420 apps-and-loans-service: Getting the application loans
main-es2015.js:36436 apps-and-loans-service: Found a total of 1 modification/s.
main-es2015.js:36428 easycash-file-manager: Applying a modification:
main-es2015.js:36483 {
"id": "5e3aa1f1a0d8381cb2448926",
"modification": 1,
"dataType": "loanApplication"
}
main-es2015.js:36428 easycash-file-manager: Remote is newer, so i need to download the loan application
main-es2015.js:36444 easycash-file-manager: Successfully downloaded loan application data.
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:0).
main-es2015.js:36436 StorageHandler: Model for LoanApplications does not exist yet; performing create on CRUPDATE operation.
main-es2015.js:36436 StorageHandler: Saved all data for LoanApplications.
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36444 easycash-file-manager: Successfully updated loan application data on storage:
main-es2015.js:36483 {
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
main-es2015.js:36444 easycash-file-manager: About to download requirements.
main-es2015.js:36428 easycash-file-manager: What does requirements look like?
main-es2015.js:36483 [
"profilePic",
"primaryId",
"secondaryId",
"payslip",
"companyId",
"businessPermit",
"billing",
"digitalSignature",
"coe",
"governmentID",
"employmentContract",
"overseasCertificate",
"seafarerBook",
"seafarerCert",
"proofOfBilling",
"passport",
"allotmentSlip",
"marriageCert",
"endorsementHr"
]
main-es2015.js:36444 apps-and-loans-service: Successfully finished granular updates with 0 elements of the local data.
main-es2015.js:36483 []
main-es2015.js:36428 StandardLogin: Attempting to apply JWT after log in. Displaying login package:
main-es2015.js:36483 {
"loginServerResponse": {
"app": {
"id": "5d5e0eb746de3313879e72dc",
"username": "kaborrow",
"name": "Kaborrow"
},
"user": {
"id": "5e2ebc757432bd68c7c05739",
"firstName": "Darren",
"lastName": "Sapalo",
"mobileNo": "639175983424",
"email": "darren.sapalo@gmail.com"
},
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlYXN5Y2FzaCIsImV4cCI6MTU4MDk1NDE5OSwidXNlciI6eyJpZCI6IjVlMmViYzc1NzQzMmJkNjhjN2MwNTczOSIsImZpcnN0TmFtZSI6IkRhcnJlbiIsImxhc3ROYW1lIjoiU2FwYWxvIiwibW9iaWxlTm8iOiI2MzkxNzU5ODM0MjQiLCJlbWFpbCI6ImRhcnJlbi5zYXBhbG9AZ21haWwuY29tIn0sImFwcCI6eyJpZCI6IjVkNWUwZWI3NDZkZTMzMTM4NzllNzJkYyIsInVzZXJuYW1lIjoia2Fib3Jyb3ciLCJuYW1lIjoiS2Fib3Jyb3cifSwiaWF0IjoxNTgwOTEwOTk5fQ.mWLvCE5rbSCRF0CYz9FXNZuq_g37kuAaByhLlQvp554",
"lnaHash": "f658f56c859cef09190e3d3196d8ab9f92713ad7"
},
"skipOtpVerifyMobile": true,
"mobileNo": "639175983424"
}
main-es2015.js:36428 StandardLogin: Applying JWT after receiving the login package.
main-es2015.js:36428 APIService: Applying the JWT for Authorization Bearer token use.
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from Loans (length:0).
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36436 login-service: Moving user to initial screen:
main-es2015.js:36483 {
"path": "/user/applications/5e3aa1f1a0d8381cb2448926/qualified",
"state": {
"refreshData": true
}
}
main-es2015.js:36428 APIService: Applying the JWT for Authorization Bearer token use.
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:35032 hash received: f658f56c859cef09190e3d3196d8ab9f92713ad7
main-es2015.js:36436 apps-and-loans-service: No need to update because the lna has not changed.
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
app-applications-myloans-qualified-myloans-qualified-module-es2015.js:315 found the data. time to check changes
main-es2015.js:36456 APIService: Failed to parse response data as a JSON object.
warn @ main-es2015.js:36456
Object @ main-es2015.js:32719
_next @ vendor-es2015.js:145462
next @ vendor-es2015.js:140973
(anonymous) @ vendor-es2015.js:139678
notify_ @ vendor-es2015.js:139643
next @ vendor-es2015.js:139678
next @ vendor-es2015.js:139726
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
promise.then @ vendor-es2015.js:150447
invoke @ polyfills-es2015.js:3365
onInvoke @ vendor-es2015.js:69411
invoke @ polyfills-es2015.js:3364
run @ polyfills-es2015.js:3130
zone.scheduleMicroTask @ polyfills-es2015.js:3861
invokeTask @ polyfills-es2015.js:3397
onInvokeTask @ vendor-es2015.js:69392
invokeTask @ polyfills-es2015.js:3396
runTask @ polyfills-es2015.js:3174
drainMicroTaskQueue @ polyfills-es2015.js:3565
Promise.then (async)
scheduleMicroTask @ polyfills-es2015.js:3548
scheduleTask @ polyfills-es2015.js:3387
onScheduleTask @ polyfills-es2015.js:3278
scheduleTask @ polyfills-es2015.js:3378
scheduleTask @ polyfills-es2015.js:3217
scheduleMicroTask @ polyfills-es2015.js:3237
scheduleResolveOrReject @ polyfills-es2015.js:3851
resolvePromise @ polyfills-es2015.js:3797
(anonymous) @ polyfills-es2015.js:3713
(anonymous) @ helpers.js:315
(anonymous) @ helpers.js:283
callbackFromNative @ cordova.js:287
(anonymous) @ VM550:1
main-es2015.js:36456 APIService: Api running...
warn @ main-es2015.js:36456
Object @ main-es2015.js:32720
_next @ vendor-es2015.js:145462
next @ vendor-es2015.js:140973
(anonymous) @ vendor-es2015.js:139678
notify_ @ vendor-es2015.js:139643
next @ vendor-es2015.js:139678
next @ vendor-es2015.js:139726
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
promise.then @ vendor-es2015.js:150447
invoke @ polyfills-es2015.js:3365
onInvoke @ vendor-es2015.js:69411
invoke @ polyfills-es2015.js:3364
run @ polyfills-es2015.js:3130
zone.scheduleMicroTask @ polyfills-es2015.js:3861
invokeTask @ polyfills-es2015.js:3397
onInvokeTask @ vendor-es2015.js:69392
invokeTask @ polyfills-es2015.js:3396
runTask @ polyfills-es2015.js:3174
drainMicroTaskQueue @ polyfills-es2015.js:3565
Promise.then (async)
scheduleMicroTask @ polyfills-es2015.js:3548
scheduleTask @ polyfills-es2015.js:3387
onScheduleTask @ polyfills-es2015.js:3278
scheduleTask @ polyfills-es2015.js:3378
scheduleTask @ polyfills-es2015.js:3217
scheduleMicroTask @ polyfills-es2015.js:3237
scheduleResolveOrReject @ polyfills-es2015.js:3851
resolvePromise @ polyfills-es2015.js:3797
(anonymous) @ polyfills-es2015.js:3713
(anonymous) @ helpers.js:315
(anonymous) @ helpers.js:283
callbackFromNative @ cordova.js:287
(anonymous) @ VM550:1
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36483 [
{
"employment": {
"incomeReceivingMethod": {
"type": 0,
"bank": ""
},
"company": "",
"landline": "",
"positionTitle": "",
"positionLevel": 0,
"bankName": "",
"addressUnit": "",
"addressBrgyDistrict": "",
"addressCityMun": "",
"addressProvince": "",
"addressRegion": "",
"address": "",
"addressLine1": "",
"addressLine2": "",
"addressLine3": "",
"addressLine4": "",
"addressLine5": ""
},
"borrower": {
"addressPermanent": {
"unit": "Qweqwe",
"brgyDistrict": "Werwert",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Qweqwe, Werwert, City Of Makati, Metro Manila",
"status": null,
"years": 23
},
"addressPresent": {
"unit": "Wertwert",
"brgyDistrict": "Werw",
"cityMun": "137602",
"province": "1376",
"region": "13",
"address": "Wertwert, Werw, City Of Makati, Metro Manila",
"status": null,
"years": 15
},
"bank": {
"name": "",
"fullName": "",
"accountNumber": "",
"accountName": ""
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"email": "darren.sapalo@gmail.com",
"mobileNo": "639175983424",
"facebookLink": "rqwewerewr.werwer.wqwe",
"birthPlace": "qweqwe",
"gender": 2,
"profilePic": "",
"addressSame": false,
"agreed": 0,
"civilStatus": "M",
"birthDate": "1981-01-29T00:00:00.000Z",
"ssNumber": "werwer"
},
"requirements": {
"profilePic": {
"label": "Profile Photo",
"files": [],
"status": "missing",
"metaData": []
},
"primaryId": {
"label": "Primary ID",
"files": [],
"status": "missing",
"number": "",
"expiry": "",
"metaData": []
},
"secondaryId": {
"label": "Secondary ID",
"files": [],
"status": "missing",
"metaData": []
},
"payslip": {
"label": "Payslip",
"files": [],
"status": "missing",
"metaData": []
},
"companyId": {
"label": "Company ID",
"files": [],
"status": "missing",
"metaData": []
},
"businessPermit": {
"label": "Business Permit",
"files": [],
"status": "missing",
"regDate": "",
"metaData": []
},
"billing": {
"label": "Billing",
"files": [],
"status": "missing",
"metaData": []
},
"digitalSignature": {
"label": "Digital Signature",
"files": [],
"status": "missing",
"metaData": []
},
"coe": {
"label": "Certificate of Employment",
"files": [],
"status": "missing",
"metaData": []
},
"governmentID": {
"label": "Government IDs",
"files": [],
"status": "missing",
"metaData": []
},
"employmentContract": {
"label": "Employment Contract",
"files": [],
"status": "missing",
"metaData": []
},
"overseasCertificate": {
"label": "Overseas Employment Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerBook": {
"label": "Seafarer's Identification & Record Book",
"files": [],
"status": "missing",
"metaData": []
},
"seafarerCert": {
"label": "Seafarer's Registration Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"proofOfBilling": {
"label": "Proof of Billing",
"files": [],
"status": "missing",
"metaData": []
},
"passport": {
"label": "Passport",
"files": [],
"status": "missing",
"metaData": []
},
"allotmentSlip": {
"label": "Allotment Slip",
"files": [],
"status": "missing",
"metaData": []
},
"marriageCert": {
"label": "Marriage Certificate",
"files": [],
"status": "missing",
"metaData": []
},
"endorsementHr": {
"label": "Certificate of Employment and Compensation (HR Endorsement Form)",
"files": [],
"status": "missing",
"metaData": []
}
},
"seafarerEmployment": {
"salaryMethod": 1,
"agency": "werwer",
"position": "sdfsdf",
"yearsWithAgency": 23,
"durationOfContract": 5,
"dateOfDeparture": "2021-01-29T00:00:00.000Z"
},
"business": {
"name": "",
"designation": "",
"businessTin": "",
"permitType": "",
"permitRegDate": null
},
"attachments": {
"files": []
},
"release": {
"amount": 21000,
"term": 2
},
"status": 60,
"employmentType": 1,
"approvedLoanOfficer": false,
"approvedAccounting": false,
"readyForSigning": false,
"type": 3,
"amount": 21000,
"term": 2,
"purpose": 3,
"user": "5e2ebc757432bd68c7c05739",
"coBorrowers": [],
"references": [],
"createdAt": "2020-02-05T11:07:29.254Z",
"updatedAt": "2020-02-05T13:12:28.696Z",
"qualification": {
"age": true,
"residenceArea": true
},
"qualified": true,
"id": "5e3aa1f1a0d8381cb2448926"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from LoanApplications (length:1).
main-es2015.js:36456 StorageHandler: About to create a new form.
warn @ main-es2015.js:36456
createNewForm @ main-es2015.js:34097
requirementsCoborrower @ app-applications-requirements-requirements-coborrower-requirements-coborrower-module-es2015.js:157
(anonymous) @ RequirementsCoborrowerPage.html:27
handleEvent @ vendor-es2015.js:73308
callWithDebugContext @ vendor-es2015.js:74926
debugHandleEvent @ vendor-es2015.js:74562
dispatchEvent @ vendor-es2015.js:61028
(anonymous) @ vendor-es2015.js:62925
schedulerFn.__isAsync @ vendor-es2015.js:66304
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
(anonymous) @ vendor-es2015.js:139678
notify_ @ vendor-es2015.js:139643
next @ vendor-es2015.js:139678
next @ vendor-es2015.js:139726
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
next @ vendor-es2015.js:140759
emit @ vendor-es2015.js:66223
subscription.clicks.pipe.subscribe.e @ main-es2015.js:1774
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
(anonymous) @ vendor-es2015.js:139678
notify_ @ vendor-es2015.js:139643
next @ vendor-es2015.js:139678
next @ vendor-es2015.js:139726
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
debouncedNext @ vendor-es2015.js:144080
dispatchNext @ vendor-es2015.js:144093
_execute @ vendor-es2015.js:149426
execute @ vendor-es2015.js:149414
flush @ vendor-es2015.js:149502
invokeTask @ polyfills-es2015.js:3397
onInvokeTask @ vendor-es2015.js:69392
invokeTask @ polyfills-es2015.js:3396
runTask @ polyfills-es2015.js:3174
invokeTask @ polyfills-es2015.js:3471
ZoneTask.invoke @ polyfills-es2015.js:3460
timer @ polyfills-es2015.js:5656
setInterval (async)
scheduleTask @ polyfills-es2015.js:5677
scheduleTask @ polyfills-es2015.js:3384
onScheduleTask @ polyfills-es2015.js:3278
scheduleTask @ polyfills-es2015.js:3378
scheduleTask @ polyfills-es2015.js:3217
scheduleMacroTask @ polyfills-es2015.js:3240
scheduleMacroTaskWithCurrentZone @ polyfills-es2015.js:4113
(anonymous) @ polyfills-es2015.js:5692
proto.(anonymous function) @ polyfills-es2015.js:4434
requestAsyncId @ vendor-es2015.js:149400
schedule @ vendor-es2015.js:149396
schedule @ vendor-es2015.js:140695
schedule @ vendor-es2015.js:149490
_next @ vendor-es2015.js:144068
next @ vendor-es2015.js:140973
(anonymous) @ vendor-es2015.js:139678
notify_ @ vendor-es2015.js:139643
next @ vendor-es2015.js:139678
next @ vendor-es2015.js:139726
__tryOrUnsub @ vendor-es2015.js:141107
next @ vendor-es2015.js:141046
_next @ vendor-es2015.js:140996
next @ vendor-es2015.js:140973
next @ vendor-es2015.js:140759
clickEvent @ main-es2015.js:1782
(anonymous) @ RequirementsCoborrowerPage.html:27
handleEvent @ vendor-es2015.js:73308
callWithDebugContext @ vendor-es2015.js:74926
debugHandleEvent @ vendor-es2015.js:74562
dispatchEvent @ vendor-es2015.js:61028
(anonymous) @ vendor-es2015.js:72240
(anonymous) @ vendor-es2015.js:85847
invokeTask @ polyfills-es2015.js:3397
onInvokeTask @ vendor-es2015.js:69392
invokeTask @ polyfills-es2015.js:3396
runTask @ polyfills-es2015.js:3174
invokeTask @ polyfills-es2015.js:3471
invokeTask @ polyfills-es2015.js:4609
globalZoneAwareCallback @ polyfills-es2015.js:4635
main-es2015.js:36428 StorageHandler: Analyzing initial form data structure:
main-es2015.js:36483 {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {}
}
main-es2015.js:36428 StorageHandler: Extracting form ID: seafarers_loan_coborrower
main-es2015.js:36428 preload: Initial form data
main-es2015.js:36483 {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {}
}
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormInfo (length:0).
main-es2015.js:36436 StorageHandler: Model for ApplicationFormInfo does not exist yet; performing create on CRUPDATE operation.
main-es2015.js:36436 StorageHandler: Saved all data for ApplicationFormInfo.
main-es2015.js:36483 [
{
"id": "HHgPgN85vm",
"applicationInfo": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"signature": null,
"formDataId": "wUlgK2i0k4"
}
]
main-es2015.js:36428 preload: retrieved borrower details
main-es2015.js:36483 {
"personal": {
"addressPermanent": {
"address": "wertwert, werw, City Of Makati, Metro Manila",
"brgyDistrict": "werw",
"cityMun": "137602",
"province": null,
"region": "13",
"status": null,
"unit": "wertwert"
},
"addressPresent": {
"address": "wertwert, werw, City Of Makati, Metro Manila",
"brgyDistrict": "werw",
"cityMun": "137602",
"province": null,
"region": "13",
"status": null,
"unit": "wertwert"
},
"requirements": {
"primaryId": {
"label": "Primary ID",
"files": []
},
"secondaryId": {
"label": "Secondary ID",
"files": []
}
},
"firstName": "Darren",
"lastName": "Sapalo",
"gender": 2,
"birthPlace": "werwerr",
"civilStatus": "M",
"facebookLink": "www.facebook.com/werwerewrsdf",
"middleName": "Abanilla"
},
"mobileNo": "639175983424",
"emailIsVerified": true,
"mobileNoIsVerified": true,
"salt": "ugHDLalfaxhAZPwu5MEnEA==",
"isCoBorrower": false,
"facebookId": "",
"dragonpayId": "",
"passwordHash": "A9eFiUKAo5umP3pY1Rjj7en9pBC7dfTXoFva2xnf9Bb1mbEA0WCSx0ocbFaEKkdsyprS+N5h0KfORPUaFnYlSg==",
"email": "darren.sapalo@gmail.com",
"addressPermanent": {
"unit": "wertwert",
"brgyDistrict": "werw",
"cityMun": "137602",
"province": null,
"region": "13",
"address": "wertwert, werw, City Of Makati, Metro Manila",
"status": null
},
"addressPresent": {
"unit": "wertwert",
"brgyDistrict": "werw",
"cityMun": "137602",
"province": null,
"region": "13",
"address": "wertwert, werw, City Of Makati, Metro Manila",
"status": null
},
"requirements": {
"primaryId": {
"label": "Primary ID",
"files": []
},
"secondaryId": {
"expiry": "Secondary ID",
"files": []
}
},
"firstName": "Darren",
"middleName": "Abanilla",
"lastName": "Sapalo",
"facebookLink": "www.facebook.com/werwerewrsdf",
"birthPlace": "werwerr",
"gender": 2,
"civilStatus": "M",
"id": "5e2ebc757432bd68c7c05739"
}
main-es2015.js:36428 preload: overwrite
main-es2015.js:36483 {}
main-es2015.js:36483 []
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormModels (length:0).
main-es2015.js:36436 StorageHandler: Model for ApplicationFormModels does not exist yet; performing create on CRUPDATE operation.
main-es2015.js:36436 StorageHandler: Saved all data for ApplicationFormModels.
main-es2015.js:36483 [
{
"id": "wUlgK2i0k4",
"formData": {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {}
}
}
]
main-es2015.js:36436 StorageHandler: Successfully constructed the storage handler.
main-es2015.js:36444 form-application.ts: Received the ApplicationFormInfo to be displayed on the form-application component.
main-es2015.js:36436 form-application.ts: Displaying the PreFormData:
main-es2015.js:36483 {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
}
main-es2015.js:36436 form-application.ts: Displaying the formData:
main-es2015.js:36483 {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {}
}
main-es2015.js:36436 form-application.ts: Displaying the Form Data:
main-es2015.js:36483 {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {}
}
main-es2015.js:36428 form-application.ts: Loading the form...
main-es2015.js:36483 {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
}
main-es2015.js:36428 form-application.ts: Attempting to fetch form definition...
main-es2015.js:36428 form-application.ts: Form definition loaded:
main-es2015.js:36483 {
"formID": "seafarers_loan_coborrower",
"formName": "Seafarer's Loan Coborrower",
"showNavigation": false,
"pages": [
{
"id": "coborrower_information",
"label": "Co-borrower Information",
"type": "page",
"sons": [
{
"id": "information_organism",
"label": null,
"type": "organism",
"sons": [
{
"id": "information_molecule",
"type": "molecule",
"sons": [
{
"id": "relationship",
"typeId": "SelectText",
"type": "atom",
"metaData": {
"label": "Relationship",
"values": [
{
"id": "friend",
"label": "Friend"
},
{
"id": "colleague",
"label": "Colleague"
},
{
"id": "others",
"label": "Others"
},
{
"id": "sister",
"label": "Sister"
},
{
"id": "brother",
"label": "Brother"
},
{
"id": "mother",
"label": "Mother"
},
{
"id": "father",
"label": "Father"
},
{
"id": "daughter",
"label": "Daughter"
},
{
"id": "son",
"label": "Son"
},
{
"id": "wife",
"label": "Wife"
},
{
"id": "husband",
"label": "Husband"
},
{
"id": "grandmother",
"label": "Grandmother"
},
{
"id": "grandfather",
"label": "Grandfather"
},
{
"id": "granddaughter",
"label": "Granddaughter"
},
{
"id": "grandson",
"label": "Grandson"
}
]
}
},
{
"id": "first_name",
"typeId": "InputText",
"type": "atom",
"metaData": {
"label": "First Name"
}
},
{
"id": "middle_name",
"typeId": "InputText",
"type": "atom",
"metaData": {
"label": "Middle Name"
}
},
{
"id": "last_name",
"typeId": "InputText",
"type": "atom",
"metaData": {
"label": "Last Name"
}
},
{
"id": "gender",
"typeId": "SelectText",
"type": "atom",
"metaData": {
"label": "Gender",
"values": [
{
"id": "2",
"label": "Male"
},
{
"id": "1",
"label": "Female"
}
]
}
},
{
"id": "civil_status",
"typeId": "SelectText",
"type": "atom",
"metaData": {
"label": "Civil Status",
"values": [
{
"id": "S",
"label": "Single"
},
{
"id": "M",
"label": "Married"
},
{
"id": "D",
"label": "Divorced/Separated"
},
{
"id": "W",
"label": "Widowed"
}
]
}
},
{
"id": "birthDate",
"typeId": "DatePicker",
main-es2015.js:36428 form-application.ts: Generating strategies...
main-es2015.js:36428 form-application.ts: Configuring navigation...
main-es2015.js:36428 form-application.ts: Initializing the storage...
main-es2015.js:36428 form-application.ts: Configuring the form...
main-es2015.js:36420 form-config-coborrower: Preparing the page...
main-es2015.js:36436 form-config-coborrower: Instructing FormGenerator (seafarers_loan_coborrower:coborrower_information) to preload with PageModel: {}
main-es2015.js:36436 form-config-coborrower: Form Generator is informed to re-configure their form, based on its current page=coborrower_information.
main-es2015.js:36483 {}
main-es2015.js:36436 form-page.ts: Setting the form for page (id:coborrower_information).
main-es2015.js:36420 form-page.ts: Successfully finished computations on page load. Finished in 0 iterations.
main-es2015.js:36436 form-page.ts: Re-loaded the atom registry, the page layout(id=coborrower_information).
main-es2015.js:36436 form-page.ts: Re-configuring page level observable.
main-es2015.js:36444 form-page.ts: Value observable defined.
main-es2015.js:36444 form-page.ts: Value observable subscription created.
main-es2015.js:36428 form-page.ts: Updating the page label.
main-es2015.js:36428 form-page.ts: Scrolling the screen back to the top of the screen.
main-es2015.js:36428 form-application.ts: Received notification to scroll into content.
main-es2015.js:36428 form-page.ts: Setting flag that the page has been loaded.
main-es2015.js:36428 form-application.ts: Setting up page flipping mechanism...
vendor-es2015.js:119274 Redefining LocalForage driver: cordovaSQLiteDriver
SQLitePlugin.js:168 database already open: _ionicstorage
SQLitePlugin.js:80 DB opened: _ionicstorage
main-es2015.js:36483 [
{
"id": "HHgPgN85vm",
"applicationInfo": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"signature": null,
"formDataId": "wUlgK2i0k4"
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormInfo (length:1).
main-es2015.js:36436 StorageHandler: Archives were successfully loaded, initialize succeeded.
main-es2015.js:36436 StorageHandler: [{"id":"HHgPgN85vm","applicationInfo":{"applicationStatus":60,"formId":"seafarers_loan_coborrower"},"signature":null,"formDataId":"wUlgK2i0k4"}]
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "w"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "w"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer "
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer "
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweqe!eswdwer"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweqe!eswdwer"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com",
"mobile_number": "234234234"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com",
"mobile_number": "234234234"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com",
"mobile_number": "234234234",
"facebook_url": "werwer.werwer.wer"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com",
"mobile_number": "234234234",
"facebook_url": "werwer.werwer.wer"
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 []
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36420 FormNavigation: Navigating to page 1 from 0.
main-es2015.js:36436 FormNavigation: Performing validation on the FormGenerator.
main-es2015.js:36428 form-validation: About to validate the form...
main-es2015.js:36483 {
"destinationPage": 1,
"currentPage": 0
}
main-es2015.js:36428 form-page.ts: Validating the form...
main-es2015.js:36428 form-page.ts: Applying non recursive validation.
main-es2015.js:36428 form-page.ts: Collected a total of 0 validation changes.
main-es2015.js:36483 {
"atomErrors": [
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
],
"moleculeErrors": [
[]
],
"organismErrors": [
[]
],
"pageErrors": []
}
main-es2015.js:36420 FormNavigation: Form is read only? false
main-es2015.js:36420 FormNavigation: Form page has no validation errors? true
main-es2015.js:36436 form-config-coborrower: Preparing for read/write operation on form model.
main-es2015.js:36436 form-config-coborrower: Saving the form data.
main-es2015.js:36483 [
{
"id": "wUlgK2i0k4",
"formData": {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {}
}
}
]
main-es2015.js:36436 StorageHandler: Successfully fetched from ApplicationFormModels (length:1).
main-es2015.js:36436 StorageHandler: Saved all data for ApplicationFormModels.
main-es2015.js:36483 [
{
"id": "wUlgK2i0k4",
"formData": {
"formID": "seafarers_loan_coborrower",
"preFormData": {
"applicationStatus": 60,
"formId": "seafarers_loan_coborrower"
},
"easyCash": {
"applicationId": "5e3aa1f1a0d8381cb2448926"
},
"seafarers_loan_coborrower": {
"coborrower_information": {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com",
"mobile_number": "234234234",
"facebook_url": "werwer.werwer.wer"
}
}
}
}
}
}
]
main-es2015.js:36444 form-config-coborrower: Successfully updated FormInfo and FormModel.
main-es2015.js:36444 form-config-coborrower: Saved the page model of page (seafarers_loan_coborrower:coborrower_information).
main-es2015.js:36436 form-config-coborrower: Page model data:
main-es2015.js:36483 {
"information_organism": {
"information_molecule": {
"relationship": "others",
"first_name": "werwer",
"middle_name": "qweqwe",
"last_name": "werwer",
"gender": "2",
"civil_status": "M",
"birthDate": "1993-02-05T08:56:47.773-05:00",
"birth_place": "werwer",
"email": "qweq@werwe.com",
"mobile_number": "234234234",
"facebook_url": "werwer.werwer.wer"
}
}
}
main-es2015.js:36436 form-config-coborrower: formModel wUlgK2i0k4 was successfully updated.
main-es2015.js:36420 form-config-coborrower: Preparing the page...
main-es2015.js:36436 form-config-coborrower: Instructing FormGenerator (seafarers_loan_coborrower:coborrower_address) to preload with PageModel: {}
main-es2015.js:36436 form-config-coborrower: Form Generator is informed to re-configure their form, based on its current page=coborrower_address.
main-es2015.js:36483 {}
main-es2015.js:36436 form-page.ts: Setting the form for page (id:coborrower_address).
main-es2015.js:36420 form-page.ts: Successfully finished computations on page load. Finished in 0 iterations.
main-es2015.js:36436 form-page.ts: Re-loaded the atom registry, the page layout(id=coborrower_address).
main-es2015.js:36436 form-page.ts: Re-configuring page level observable.
main-es2015.js:36444 form-page.ts: Value observable defined.
main-es2015.js:36444 form-page.ts: Value observable subscription created.
main-es2015.js:36428 form-page.ts: Updating the page label.
main-es2015.js:36428 form-page.ts: Scrolling the screen back to the top of the screen.
main-es2015.js:36428 form-application.ts: Received notification to scroll into content.
main-es2015.js:36428 form-page.ts: Setting flag that the page has been loaded.
main-es2015.js:36436 form-application.ts: formModel (id:wUlgK2i0k4) has been updated.
main-es2015.js:36483 {
"formInfoId": "HHgPgN85vm",
"formModelId": "wUlgK2i0k4"
}
main-es2015.js:36428 input-autocomplete: Getting top modal...
main-es2015.js:36428 input-autocomplete: Generating a new modal...
main-es2015.js:36428 input-autocomplete: Modal successfully created.
main-es2015.js:36428 input-autocomplete: Presenting modal.
main-es2015.js:2592 Successfully presented modal
main-es2015.js:36428 input-autocomplete: Input-autocomplete modal dismissed.
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 [
{
"type": "metadata",
"key": "setting organism value on page for key permanent_address_organism",
"value": true,
"object": {
"id": "permanent_address_organism",
"label": "Permanent Address",
"type": "organism",
"activationRule": "parent.present_address_organism.present_address_molecule.same_address === '0'",
"deactivateBehavior": "removed",
"sons": [
{
"id": "permanent_address_molecule",
"type": "molecule",
"sons": [
{
"id": "region",
"typeId": "InputAutocomplete",
"type": "atom",
"metaData": {
"label": "Region",
"values": [
{
"id": "13",
"psgcCode": "130000000",
"regDesc": "NATIONAL CAPITAL REGION (NCR)",
"regCode": "13",
"label": "NATIONAL CAPITAL REGION (NCR)"
},
{
"id": "01",
"psgcCode": "010000000",
"regDesc": "REGION I (ILOCOS REGION)",
"regCode": "01",
"label": "REGION I (ILOCOS REGION)"
},
{
"id": "02",
"psgcCode": "020000000",
"regDesc": "REGION II (CAGAYAN VALLEY)",
"regCode": "02",
"label": "REGION II (CAGAYAN VALLEY)"
},
{
"id": "03",
"psgcCode": "030000000",
"regDesc": "REGION III (CENTRAL LUZON)",
"regCode": "03",
"label": "REGION III (CENTRAL LUZON)"
},
{
"id": "04",
"psgcCode": "040000000",
"regDesc": "REGION IV-A (CALABARZON)",
"regCode": "04",
"label": "REGION IV-A (CALABARZON)"
},
{
"id": "17",
"psgcCode": "170000000",
"regDesc": "REGION IV-B (MIMAROPA)",
"regCode": "17",
"label": "REGION IV-B (MIMAROPA)"
},
{
"id": "05",
"psgcCode": "050000000",
"regDesc": "REGION V (BICOL REGION)",
"regCode": "05",
"label": "REGION V (BICOL REGION)"
},
{
"id": "06",
"psgcCode": "060000000",
"regDesc": "REGION VI (WESTERN VISAYAS)",
"regCode": "06",
"label": "REGION VI (WESTERN VISAYAS)"
},
{
"id": "07",
"psgcCode": "070000000",
"regDesc": "REGION VII (CENTRAL VISAYAS)",
"regCode": "07",
"label": "REGION VII (CENTRAL VISAYAS)"
},
{
"id": "08",
"psgcCode": "080000000",
"regDesc": "REGION VIII (EASTERN VISAYAS)",
"regCode": "08",
"label": "REGION VIII (EASTERN VISAYAS)"
},
{
"id": "09",
"psgcCode": "090000000",
"regDesc": "REGION IX (ZAMBOANGA PENINSULA)",
"regCode": "09",
"label": "REGION IX (ZAMBOANGA PENINSULA)"
},
{
"id": "10",
"psgcCode": "100000000",
"regDesc": "REGION X (NORTHERN MINDANAO)",
"regCode": "10",
"label": "REGION X (NORTHERN MINDANAO)"
},
{
"id": "11",
"psgcCode": "110000000",
"regDesc": "REGION XI (DAVAO REGION)",
"regCode": "11",
"label": "REGION XI (DAVAO REGION)"
},
{
"id": "12",
"psgcCode": "120000000",
"regDesc": "REGION XII (SOCCSKSARGEN)",
"regCode": "12",
"label": "REGION XII (SOCCSKSARGEN)"
},
{
"id": "14",
"psgcCode": "140000000",
"regDesc": "CORDILLERA ADMINISTRATIVE REGION (CAR)",
"regCode": "14",
"label": "CORDILLERA ADMINISTRATIVE REGION (CAR)"
},
{
"id": "15",
"psgcCode": "150000000",
"regDesc": "AUTONOMO
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? Yes
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 [
{
"type": "metadata",
"key": "setting organism value on page for key permanent_address_organism",
"value": true,
"object": {
"id": "permanent_address_organism",
"label": "Permanent Address",
"type": "organism",
"activationRule": "parent.present_address_organism.present_address_molecule.same_address === '0'",
"deactivateBehavior": "removed",
"sons": [
{
"id": "permanent_address_molecule",
"type": "molecule",
"sons": [
{
"id": "region",
"typeId": "InputAutocomplete",
"type": "atom",
"metaData": {
"label": "Region",
"values": [
{
"id": "13",
"psgcCode": "130000000",
"regDesc": "NATIONAL CAPITAL REGION (NCR)",
"regCode": "13",
"label": "NATIONAL CAPITAL REGION (NCR)"
},
{
"id": "01",
"psgcCode": "010000000",
"regDesc": "REGION I (ILOCOS REGION)",
"regCode": "01",
"label": "REGION I (ILOCOS REGION)"
},
{
"id": "02",
"psgcCode": "020000000",
"regDesc": "REGION II (CAGAYAN VALLEY)",
"regCode": "02",
"label": "REGION II (CAGAYAN VALLEY)"
},
{
"id": "03",
"psgcCode": "030000000",
"regDesc": "REGION III (CENTRAL LUZON)",
"regCode": "03",
"label": "REGION III (CENTRAL LUZON)"
},
{
"id": "04",
"psgcCode": "040000000",
"regDesc": "REGION IV-A (CALABARZON)",
"regCode": "04",
"label": "REGION IV-A (CALABARZON)"
},
{
"id": "17",
"psgcCode": "170000000",
"regDesc": "REGION IV-B (MIMAROPA)",
"regCode": "17",
"label": "REGION IV-B (MIMAROPA)"
},
{
"id": "05",
"psgcCode": "050000000",
"regDesc": "REGION V (BICOL REGION)",
"regCode": "05",
"label": "REGION V (BICOL REGION)"
},
{
"id": "06",
"psgcCode": "060000000",
"regDesc": "REGION VI (WESTERN VISAYAS)",
"regCode": "06",
"label": "REGION VI (WESTERN VISAYAS)"
},
{
"id": "07",
"psgcCode": "070000000",
"regDesc": "REGION VII (CENTRAL VISAYAS)",
"regCode": "07",
"label": "REGION VII (CENTRAL VISAYAS)"
},
{
"id": "08",
"psgcCode": "080000000",
"regDesc": "REGION VIII (EASTERN VISAYAS)",
"regCode": "08",
"label": "REGION VIII (EASTERN VISAYAS)"
},
{
"id": "09",
"psgcCode": "090000000",
"regDesc": "REGION IX (ZAMBOANGA PENINSULA)",
"regCode": "09",
"label": "REGION IX (ZAMBOANGA PENINSULA)"
},
{
"id": "10",
"psgcCode": "100000000",
"regDesc": "REGION X (NORTHERN MINDANAO)",
"regCode": "10",
"label": "REGION X (NORTHERN MINDANAO)"
},
{
"id": "11",
"psgcCode": "110000000",
"regDesc": "REGION XI (DAVAO REGION)",
"regCode": "11",
"label": "REGION XI (DAVAO REGION)"
},
{
"id": "12",
"psgcCode": "120000000",
"regDesc": "REGION XII (SOCCSKSARGEN)",
"regCode": "12",
"label": "REGION XII (SOCCSKSARGEN)"
},
{
"id": "14",
"psgcCode": "140000000",
"regDesc": "CORDILLERA ADMINISTRATIVE REGION (CAR)",
"regCode": "14",
"label": "CORDILLERA ADMINISTRATIVE REGION (CAR)"
},
{
"id": "15",
"psgcCode": "150000000",
"regDesc": "AUTONOMO
main-es2015.js:36444 form-page.ts: Compute pass #1
main-es2015.js:36444 form-page.ts: Compute result #1- Applying changes:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
"key": "permanent_address_organism",
"type": "primitive",
"value": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
{
"type": "metadata",
"value": true,
"key": "activating model for permanent_address_organism",
"object": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
]
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
"key": "permanent_address_organism",
"type": "primitive",
"value": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
{
"type": "metadata",
"value": true,
"key": "activating model for permanent_address_organism",
"object": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
]
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
"key": "permanent_address_organism",
"type": "primitive",
"value": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
{
"type": "metadata",
"value": true,
"key": "activating model for permanent_address_organism",
"object": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
]
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
"key": "permanent_address_organism",
"type": "primitive",
"value": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
{
"type": "metadata",
"value": true,
"key": "activating model for permanent_address_organism",
"object": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
]
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
main-es2015.js:36428 input-autocomplete: Getting top modal...
main-es2015.js:36428 input-autocomplete: Generating a new modal...
main-es2015.js:36428 input-autocomplete: Modal successfully created.
main-es2015.js:36428 input-autocomplete: Presenting modal.
main-es2015.js:2592 Successfully presented modal
main-es2015.js:36428 input-autocomplete: Input-autocomplete modal dismissed.
main-es2015.js:2552 model changed
modelChanged @ main-es2015.js:2552
modal.onDidDismiss.then.event @ main-es2015.js:2586
invoke @ polyfills-es2015.js:3365
onInvoke @ vendor-es2015.js:69411
invoke @ polyfills-es2015.js:3364
run @ polyfills-es2015.js:3130
zone.scheduleMicroTask @ polyfills-es2015.js:3861
invokeTask @ polyfills-es2015.js:3397
onInvokeTask @ vendor-es2015.js:69392
invokeTask @ polyfills-es2015.js:3396
runTask @ polyfills-es2015.js:3174
drainMicroTaskQueue @ polyfills-es2015.js:3565
invokeTask @ polyfills-es2015.js:3475
invokeTask @ polyfills-es2015.js:4609
globalZoneAwareCallback @ polyfills-es2015.js:4635
emit @ vendor-es2015.js:108102
dismiss @ vendor-es2015.js:109480
async function (async)
dismiss @ vendor-es2015.js:109479
dismiss @ 40-es2015.js:247
ref.$onInstancePromise$.then @ vendor-es2015.js:107517
invoke @ polyfills-es2015.js:3365
onInvoke @ vendor-es2015.js:69411
invoke @ polyfills-es2015.js:3364
run @ polyfills-es2015.js:3130
zone.scheduleMicroTask @ polyfills-es2015.js:3861
invokeTask @ polyfills-es2015.js:3397
onInvokeTask @ vendor-es2015.js:69392
invokeTask @ polyfills-es2015.js:3396
runTask @ polyfills-es2015.js:3174
drainMicroTaskQueue @ polyfills-es2015.js:3565
invokeTask @ polyfills-es2015.js:3475
invokeTask @ polyfills-es2015.js:4609
globalZoneAwareCallback @ polyfills-es2015.js:4635
main-es2015.js:2553 Object
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"type": "array-replace",
"object": {
"label": "Province",
"values": [],
"hooks": {
"definitions": {
"onPageModelChanged": " \n(layout, pageLayout, pageModel, formDataStructure) => {\n const exists = a => a !== null && a !== undefined;\n const isEquivalent = this.utils.isEquivalent;\n \n const selectedRegion =\n exists(pageModel) &&\n exists(pageModel.permanent_address_organism) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule\n ) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule.region\n )\n ? pageModel.permanent_address_organism\n .permanent_address_molecule.region\n : null;\n\n const initialListOfProvinces = pageLayout.metaData\n .provinces;\n\n const newValue = initialListOfProvinces.filter(\n pr => pr.regCode === selectedRegion\n ).sort((a, b) => a.provDesc > b.provDesc);\n\n if (isEquivalent(layout.metaData.values, newValue))\n return [];\n\n return [\n {\n type: \"array-replace\",\n object: layout.metaData,\n key: \"values\",\n value: newValue\n }\n ];\n}"
},
"references": {}
},
"value": null
},
"key": "values",
"value": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
]
},
{
"object": {
"id": "city_or_municipality",
"typeId": "InputAutocomplete",
"type": "atom",
"activationRule": "parent.region === '13' || (parent.province !== null && parent.province !== undefined)",
"deactivateBehavior": "removed",
"metaData": {
"label": "City or Municipality",
"values": [
{
"id": "137401",
"psgcCode": "137401000",
"citymunDesc": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137401",
"label": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT"
},
{
"id": "137602",
"psgcCode": "137602000",
"citymunDesc": "CITY OF MAKATI, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137602",
"label": "CITY OF MAKATI, NCR, FOURTH DISTRICT"
},
{
"id": "133902",
"psgcCode": "133902000",
"citymunDesc": "BINONDO, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode": "133902",
"label": "BINONDO, CITY OF MANILA"
},
{
"id": "137601",
"psgcCode": "137601000",
"citymunDesc": "CITY OF LAS PIÑAS, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137601",
"label": "CITY OF LAS PIÑAS, NCR, FOURTH DISTRICT"
},
{
"id": "137501",
"psgcCode": "137501000",
"citymunDesc": "CALOOCAN CITY, NCR, THIRD DISTRICT",
"regDesc": "13",
"provCode": "1375",
"citymunCode": "137501",
"label": "CALOOCAN CITY, NCR, THIRD DISTRICT"
},
{
"id": "137403",
"psgcCode": "137403000",
"citymunDesc": "CITY OF PASIG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137403",
"label": "CITY OF PASIG, NCR, SECOND DISTRICT"
},
{
"id": "
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"region": "13"
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"type": "array-replace",
"object": {
"label": "Province",
"values": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
],
"hooks": {
"definitions": {
"onPageModelChanged": " \n(layout, pageLayout, pageModel, formDataStructure) => {\n const exists = a => a !== null && a !== undefined;\n const isEquivalent = this.utils.isEquivalent;\n \n const selectedRegion =\n exists(pageModel) &&\n exists(pageModel.permanent_address_organism) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule\n ) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule.region\n )\n ? pageModel.permanent_address_organism\n .permanent_address_molecule.region\n : null;\n\n const initialListOfProvinces = pageLayout.metaData\n .provinces;\n\n const newValue = initialListOfProvinces.filter(\n pr => pr.regCode === selectedRegion\n ).sort((a, b) => a.provDesc > b.provDesc);\n\n if (isEquivalent(layout.metaData.values, newValue))\n return [];\n\n return [\n {\n type: \"array-replace\",\n object: layout.metaData,\n key: \"values\",\n value: newValue\n }\n ];\n}"
},
"references": {}
},
"value": null
},
"key": "values",
"value": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
]
},
{
"object": {
"id": "city_or_municipality",
"typeId": "InputAutocomplete",
"type": "atom",
"activationRule": "parent.region === '13' || (parent.province !== null && parent.province !== undefined)",
"deactivateBehavior": "removed",
"metaData": {
"label": "City or Municipality",
"values": [
{
"id": "137401",
"psgcCode": "137401000",
"citymunDesc": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137401",
"label": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT"
},
{
"id": "137602",
"psgcCode": "137602000",
"citymunDesc": "CITY OF MAKATI, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137602",
"label": "CITY OF MAKATI, NCR, FOURTH DISTRICT"
},
{
"id": "133902",
"psgcCode": "133902000",
"citymunDesc": "BINONDO, CITY
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(1)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(1)
main-es2015.js:36444 form-page.ts: Compute pass #0
main-es2015.js:36444 form-page.ts: Compute result #0- Applying changes:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"type": "array-replace",
"object": {
"label": "Province",
"values": [],
"hooks": {
"definitions": {
"onPageModelChanged": " \n(layout, pageLayout, pageModel, formDataStructure) => {\n const exists = a => a !== null && a !== undefined;\n const isEquivalent = this.utils.isEquivalent;\n \n const selectedRegion =\n exists(pageModel) &&\n exists(pageModel.permanent_address_organism) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule\n ) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule.region\n )\n ? pageModel.permanent_address_organism\n .permanent_address_molecule.region\n : null;\n\n const initialListOfProvinces = pageLayout.metaData\n .provinces;\n\n const newValue = initialListOfProvinces.filter(\n pr => pr.regCode === selectedRegion\n ).sort((a, b) => a.provDesc > b.provDesc);\n\n if (isEquivalent(layout.metaData.values, newValue))\n return [];\n\n return [\n {\n type: \"array-replace\",\n object: layout.metaData,\n key: \"values\",\n value: newValue\n }\n ];\n}"
},
"references": {}
},
"value": null
},
"key": "values",
"value": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
]
},
{
"object": {
"province": null,
"city_or_municipality": null,
"region": "13",
"years_of_residence": null
},
"key": "city_or_municipality",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for city_or_municipality",
"object": null
},
{
"object": {
"province": null,
"city_or_municipality": null,
"region": "13",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"region": "13",
"years_of_residence": null
}
}
},
"key": "permanent_address_organism",
"type": "primitive",
"value": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
{
"type": "metadata",
"value": true,
"key": "activating model for permanent_address_organism",
"object": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
]
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"region": "13",
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? Yes
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"type": "array-replace",
"object": {
"label": "Province",
"values": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
],
"hooks": {
"definitions": {
"onPageModelChanged": " \n(layout, pageLayout, pageModel, formDataStructure) => {\n const exists = a => a !== null && a !== undefined;\n const isEquivalent = this.utils.isEquivalent;\n \n const selectedRegion =\n exists(pageModel) &&\n exists(pageModel.permanent_address_organism) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule\n ) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule.region\n )\n ? pageModel.permanent_address_organism\n .permanent_address_molecule.region\n : null;\n\n const initialListOfProvinces = pageLayout.metaData\n .provinces;\n\n const newValue = initialListOfProvinces.filter(\n pr => pr.regCode === selectedRegion\n ).sort((a, b) => a.provDesc > b.provDesc);\n\n if (isEquivalent(layout.metaData.values, newValue))\n return [];\n\n return [\n {\n type: \"array-replace\",\n object: layout.metaData,\n key: \"values\",\n value: newValue\n }\n ];\n}"
},
"references": {}
},
"value": null
},
"key": "values",
"value": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
]
},
{
"object": {
"province": null,
"city_or_municipality": null,
"region": "13",
"years_of_residence": null
},
"key": "city_or_municipality",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for city_or_municipality",
"object": null
},
{
"object": {
"province": null,
"city_or_municipality": null,
"region": "13",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"object": {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
"key": "permanent_address_organism",
"type": "primitive",
"value": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
},
{
"type": "metadata",
"value": true,
"key": "activating model for permanent_address_organism",
"object": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
]
main-es2015.js:36444 form-page.ts: Compute pass #1
main-es2015.js:36444 form-page.ts: Compute result #1- Applying changes:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"type": "array-replace",
"object": {
"label": "Province",
"values": [
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "CITY OF MANILA",
"regCode": "13",
"provCode": "1339",
"label": "CITY OF MANILA"
},
{
"id": "1339",
"psgcCode": "133900000",
"provDesc": "NCR, CITY OF MANILA, FIRST DISTRICT",
"regCode": "13",
"provCode": "1339",
"label": "NCR, CITY OF MANILA, FIRST DISTRICT"
},
{
"id": "1376",
"psgcCode": "137600000",
"provDesc": "NCR, FOURTH DISTRICT",
"regCode": "13",
"provCode": "1376",
"label": "NCR, FOURTH DISTRICT"
},
{
"id": "1374",
"psgcCode": "137400000",
"provDesc": "NCR, SECOND DISTRICT",
"regCode": "13",
"provCode": "1374",
"label": "NCR, SECOND DISTRICT"
},
{
"id": "1375",
"psgcCode": "137500000",
"provDesc": "NCR, THIRD DISTRICT",
"regCode": "13",
"provCode": "1375",
"label": "NCR, THIRD DISTRICT"
}
],
"hooks": {
"definitions": {
"onPageModelChanged": " \n(layout, pageLayout, pageModel, formDataStructure) => {\n const exists = a => a !== null && a !== undefined;\n const isEquivalent = this.utils.isEquivalent;\n \n const selectedRegion =\n exists(pageModel) &&\n exists(pageModel.permanent_address_organism) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule\n ) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule.region\n )\n ? pageModel.permanent_address_organism\n .permanent_address_molecule.region\n : null;\n\n const initialListOfProvinces = pageLayout.metaData\n .provinces;\n\n const newValue = initialListOfProvinces.filter(\n pr => pr.regCode === selectedRegion\n ).sort((a, b) => a.provDesc > b.provDesc);\n\n if (isEquivalent(layout.metaData.values, newValue))\n return [];\n\n return [\n {\n type: \"array-replace\",\n object: layout.metaData,\n key: \"values\",\n value: newValue\n }\n ];\n}"
},
"references": {}
},
"value": null
},
"key": "values",
"value": []
},
{
"object": {
"id": "city_or_municipality",
"typeId": "InputAutocomplete",
"type": "atom",
"activationRule": "parent.region === '13' || (parent.province !== null && parent.province !== undefined)",
"deactivateBehavior": "removed",
"metaData": {
"label": "City or Municipality",
"values": [
{
"id": "137401",
"psgcCode": "137401000",
"citymunDesc": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137401",
"label": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT"
},
{
"id": "137602",
"psgcCode": "137602000",
"citymunDesc": "CITY OF MAKATI, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137602",
"label": "CITY OF MAKATI, NCR, FOURTH DISTRICT"
},
{
"id": "133902",
"psgcCode": "133902000",
"citymunDesc": "BINONDO, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode": "133902",
"label": "BINONDO, CITY OF MANILA"
},
{
"id": "137601",
"psgcCode": "137601000",
"citymunDesc": "CITY OF LAS PIÑAS, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137601",
"label": "CITY OF LAS PIÑAS, NCR, FOURTH DISTRICT"
},
{
"id": "137501",
"psgcCode": "137501000",
"citymunDesc": "CALOOCAN CITY, NCR, THIRD DISTRICT",
"regDesc": "13",
"provCode": "1375",
"citymunCode": "137501",
"label": "CALOOCAN CITY, NCR, THIRD DISTRICT"
},
{
"id": "137403",
"psgcCode": "137403000",
"citymunDesc": "CITY OF PASIG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137403",
"label":
main-es2015.js:36444 form-page.ts: Previous page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Computed new page model:
main-es2015.js:36483 {
"present_address_organism": {
"present_address_molecule": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
}
},
"permanent_address_organism": {
"permanent_address_molecule": {
"province": null,
"city_or_municipality": null,
"years_of_residence": null
}
}
}
main-es2015.js:36444 form-page.ts: Has the model changed? No
main-es2015.js:36444 form-page.ts: Page layout changes computed:
main-es2015.js:36483 [
{
"object": {
"province": null,
"city_or_municipality": null,
"same_address": "0",
"years_of_residence": null
},
"key": "years_of_residence",
"type": "primitive",
"value": null
},
{
"type": "metadata",
"value": true,
"key": "activating model for years_of_residence",
"object": null
},
{
"type": "array-replace",
"object": {
"label": "Province",
"values": [],
"hooks": {
"definitions": {
"onPageModelChanged": " \n(layout, pageLayout, pageModel, formDataStructure) => {\n const exists = a => a !== null && a !== undefined;\n const isEquivalent = this.utils.isEquivalent;\n \n const selectedRegion =\n exists(pageModel) &&\n exists(pageModel.permanent_address_organism) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule\n ) &&\n exists(\n pageModel.permanent_address_organism\n .permanent_address_molecule.region\n )\n ? pageModel.permanent_address_organism\n .permanent_address_molecule.region\n : null;\n\n const initialListOfProvinces = pageLayout.metaData\n .provinces;\n\n const newValue = initialListOfProvinces.filter(\n pr => pr.regCode === selectedRegion\n ).sort((a, b) => a.provDesc > b.provDesc);\n\n if (isEquivalent(layout.metaData.values, newValue))\n return [];\n\n return [\n {\n type: \"array-replace\",\n object: layout.metaData,\n key: \"values\",\n value: newValue\n }\n ];\n}"
},
"references": {}
},
"value": null
},
"key": "values",
"value": []
},
{
"object": {
"id": "city_or_municipality",
"typeId": "InputAutocomplete",
"type": "atom",
"activationRule": "parent.region === '13' || (parent.province !== null && parent.province !== undefined)",
"deactivateBehavior": "removed",
"metaData": {
"label": "City or Municipality",
"values": [
{
"id": "137401",
"psgcCode": "137401000",
"citymunDesc": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137401",
"label": "CITY OF MANDALUYONG, NCR, SECOND DISTRICT"
},
{
"id": "137602",
"psgcCode": "137602000",
"citymunDesc": "CITY OF MAKATI, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137602",
"label": "CITY OF MAKATI, NCR, FOURTH DISTRICT"
},
{
"id": "133902",
"psgcCode": "133902000",
"citymunDesc": "BINONDO, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode": "133902",
"label": "BINONDO, CITY OF MANILA"
},
{
"id": "137601",
"psgcCode": "137601000",
"citymunDesc": "CITY OF LAS PIÑAS, NCR, FOURTH DISTRICT",
"regDesc": "13",
"provCode": "1376",
"citymunCode": "137601",
"label": "CITY OF LAS PIÑAS, NCR, FOURTH DISTRICT"
},
{
"id": "137501",
"psgcCode": "137501000",
"citymunDesc": "CALOOCAN CITY, NCR, THIRD DISTRICT",
"regDesc": "13",
"provCode": "1375",
"citymunCode": "137501",
"label": "CALOOCAN CITY, NCR, THIRD DISTRICT"
},
{
"id": "137403",
"psgcCode": "137403000",
"citymunDesc": "CITY OF PASIG, NCR, SECOND DISTRICT",
"regDesc": "13",
"provCode": "1374",
"citymunCode": "137403",
"label": "CITY OF PASIG, NCR, SECOND DISTRICT"
},
{
"id": "133905",
"psgcCode": "133905000",
"citymunDesc": "SANTA CRUZ, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode": "133905",
"label": "SANTA CRUZ, CITY OF MANILA"
},
{
"id": "133907",
"psgcCode": "133907000",
"citymunDesc": "SAN MIGUEL, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode": "133907",
"label": "SAN MIGUEL, CITY OF MANILA"
},
{
"id": "133908",
"psgcCode": "133908000",
"citymunDesc": "ERMITA, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode": "133908",
"label": "ERMITA, CITY OF MANILA"
},
{
"id": "133909",
"psgcCode": "133909000",
"citymunDesc": "INTRAMUROS, CITY OF MANILA",
"regDesc": "13",
"provCode": "1339",
"citymunCode
main-es2015.js:36444 form-page.ts: Finished computing recursive form mutations.
main-es2015.js:36415 Array(0)
main-es2015.js:36444 form-page.ts: Non Recursive Page layout changes computed:
main-es2015.js:36415 Array(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment