Property <%= @property.property_number %> Details

Property Information

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" %>

Property Terms

<% if @property.property_terms.any? %> <% @property.property_terms.each do |term| %> <% end %>
Tenure (months) Price/sqm Purchase Price Deposit Sale Type
<%= term.tenure %> <%= number_to_currency(term.price_psm, unit: "") %> <%= number_to_currency(term.purchase_price, unit: "")%> <%= number_to_currency(term.deposit, unit: "") %> <%= term.sale_type %>
<% else %>

No property terms defined.

<% end %>
<%= link_to "Edit Property", edit_admin_portal_property_path(@property), class: "btn btn-primary mt-3" %> <%= link_to "Back to Properties", admin_portal_properties_path, class: "btn btn-secondary mt-3" %>