| Property Number |
<%= @property.property_number %> |
| Old Stand Number |
<%= @property.old_stand_number %> |
| Size |
<%= @property.size %> m² |
| Price per m² |
<%= number_to_currency(@property.price_psm) %> |
| Sale Value |
<%= number_to_currency(@property.sale_value) %> |
| Status |
<%= @property.status.humanize %> |
| To Sale |
<%= @property.to_sale ? "Yes" : "No" %> |
| Deposit |
<%= number_to_currency(@property.deposit) %> |
| Tenure |
<%= @property.tenure %> months |
| Completion Date |
<%= @property.completion_date&.strftime("%d %b %Y") %> |
| Instalment |
<%= number_to_currency(@property.instalment) %> |
| Balance |
<%= number_to_currency(@property.balance) %> |
| Project |
<%= @property.project&.name %> |
| Class Category |
<%= @property.class_category&.name %> |
| Property Use |
<%= @property.property_use_id %> |
| General Plan |
<%= @property.general_plan_id %> |
| Comment |
<%= @property.comment %> |
| File No |
<%= @property.file_no %> |
| Take-on Purchase Price |
<%= number_to_currency(@property.takeon_purchase_price) %> |
| Deposit Paid |
<%= number_to_currency(@property.deposit_paid) %> |
| Amount Paid |
<%= number_to_currency(@property.amount_paid) %> |
| Take-on Date |
<%= @property.takeon_date&.strftime("%d %b %Y") %> |
| Agent |
<%= @property.agent %> |
| Active |
<%= @property.active ? "Yes" : "No" %> |
| VAT Inclusive |
<%= @property.vat_inclusive ? "Yes" : "No" %> |