UNIT

{{ ctrl.sale.property.name }}

{{ ctrl.sale.unit.floor_plan }}

{{ ctrl.SSUtilService.getFullUnitNumber1(ctrl.sale.unit) }}

PERSONAL DETAILS

Type of Buyer

{{ ctrl.buyer_types[buyer.type] }}

Name as per NRIC

Name as per Passport

{{ buyer.individual.legal_name }}

First Name

{{ buyer.individual.first_name }}

Last Name

{{ buyer.individual.last_name }}

Nationality

{{ ctrl.SSUtilService.findValueFromArray(ctrl.nationalities, "id", buyer.individual.nationality).name }}

NRIC No

{{ buyer.individual.national_id }}

Passport No

{{ buyer.individual.passport_no }}

Gender

{{ ctrl.SSUtilService.findValueFromArray(ctrl.genders, "id", buyer.individual.gender).name }}

Industry

{{ buyer.individual.industry }}

Occupation

{{ buyer.individual.occupation }}

Date of Birth

{{ ctrl.SSUtilService.formatDateDMY(buyer.individual.dob) }}

Marital Status

{{ ctrl.SSUtilService.findValueFromArray(ctrl.maritalStatuses, "id", buyer.individual.marital_status).name }}

Email

{{ buyer.email_contact.value }}

Contact Number

{{ buyer.phone1_contact.value }}

Lawyer's Details:
First Name of the Lawyer: {{ lawyer.first_name }}
Last Name of the Lawyer: {{ lawyer.last_name }}
Email: {{ lawyer.email }}
Mobile Number: {{ lawyer.phone1 }}
Contact Number: {{ lawyer.phone2 }}
DOCUMENT UPLOAD

Payment {{ $index + 1 }}

Bank: {{ instrument.bank_name }}
Payment Method: {{ ctrl.SSUtilService.findValueFromArray(ctrl.SSEoiService.payment_types, "id", instrument.type).name }}
Cheque No: {{ instrument.instrument_no }}
Reference No: {{ instrument.instrument_no }}
Name ( as reflected on the Cheque): {{ instrument.account_holder_name }}
Amount: {{ ctrl.SSAppService.getFormattedAmountWithDecimal(instrument.amount) }}
Relationship: {{ instrument.relationship_with_account_holder }}
AGENT SELECTION

Do you have a co-broke agent?

{{ ctrl.sale.brokers_detail.length > 1 ? 'Yes': 'No' }}

Selected Agent

Profile Photo Profile Photo

{{ ctrl.SSUserService.getDisplayName(agent.user) }}

{{ agent.agency_name }}

{{ agent.user.phone1 }}

{{ agent.user.email }}

{{ agent.role_name }}

REMARKS
{{ctrl.sale.remarks}}