<% var defs = PrepController.prepData.defsIndex; var found = false; for (var lot in defs){ if(theLot === null || lot == theLot){ found = true; %>
 
Vendor / Builder: <%=PrepController.prepMeta.phase.col_RegistrationNo%> Enrollment: <%=PrepController.prepMeta.lots[lot].col_WarrantyNumber%>
Purchaser Name: <%=PrepController.prepMeta.lots[lot].col_Name1%> <% if (PrepController.prepMeta.lots[lot].col_Name2 !== "") { %>
<%=PrepController.prepMeta.lots[lot].col_Name2%> <% }%>
Legal Address: <%=PrepController.prepMeta.lots[lot].col_Munaddress%>
Phone Res: <% var resforma = ''; var resphone = PrepController.prepMeta.lots[lot].col_PhoneRes; if (resphone) resforma = '(' + resphone.substring(0,3) + ') ' + resphone.substring(3,6) + '-' + resphone.substring(6,10); %> <%=resforma%> Project: <%=PrepController.prepMeta.phase.col_Project%>
Phone Bus: <% var busforma = ''; var busphone = PrepController.prepMeta.lots[lot].col_PhoneBus; if (busphone) busforma = '(' + busphone.substring(0,3) + ') ' + busphone.substring(3,6) + '-' + busphone.substring(6,10); %> <%=busforma%> Plan: <%=PrepController.prepMeta.phase.col_PlanNo%>
Closing Date: <% var sday = ''; var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; var fclosing = new Date(PrepController.prepMeta.lots[lot].col_FinalClosing); if (fclosing) { var dd = fclosing.getDate(); var mm = fclosing.getMonth(); var yy = fclosing.getFullYear(); var mstr = months[fclosing.getMonth()]; dd = (dd<10)? '0'+dd : dd; mm = (mm<10)? '0'+mm : mm; sday = mstr + ' ' + dd + ', ' + yy; } %> <%=sday%> Lot / Phase: <%=lot%> / <%=PrepController.prepMeta.lots[lot].col_Phase%>
Inspector: <%=SigninController.user_name%> Municiaplity: <%=PrepController.prepMeta.phase.col_Region%>
<% var stoday = ''; var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; var today = new Date(); if (today) { var dd = today.getDate(); var mm = today.getMonth(); var yy = today.getFullYear(); var mstr = months[today.getMonth()]; dd = (dd<10)? '0'+dd : dd; mm = (mm<10)? '0'+mm : mm; stoday = mstr + ' ' + dd + ', ' + yy; } %> Inspection Date: <%=stoday%>

Please list below any damaged, incomplete, or missing items and anything that is not in good operating condition. Also note any (substitutions) of items referred to in, or to be selected under, the Agreement of Purchase and Sales (APS). Please initial all changes and deletions.As a minimum, check the following:

DAMAGED, INCOMPLETE OR MISSING
  • Windows, side lights and other glazing. Window and door screens
  • Bathtub sinks and toilets
  • Bathroom accessories if provided
  • Mirrors, counter tops and cabinetry
  • Flooring (hardwood, vinyl, ceramic tiles, carpeting)
  • Interior finished and trim carpentry
  • Furnace
  • Hot water heater, if provided (not rental)
  • Exterior finished, driveways, walkways, decks and landscaping
OPERATING CONDITION
  • Windows, interior and exterior doors including garage overhead doors, door locks
  • Faucets: Kitchen, bathroom, laundry room
  • Exhaust fans (kitchen, bathrooms) if provided
  • Electrical outlets and fixtures
  • Gas fireplaces, incl.circulation fans, if provided
  • Heat Recovery Ventilation system, if provided
  • Heating system
  • Hot water heater, if provided (not rental)
  • Air conditioning system, if provided and if conditions permit
<% for (var room in defs[lot]){ %>
<%=room%>
<% for (var component in defs[lot][room]){ var compDefs = defs[lot][room][component]; for (var i=0; i
<%=prtcomp%> <%=compDefs[i].description.toUpperCase()%> _________ _________
<% } } %>
<% } %>

THE COMPLETED PRE-DELIVERY INSPECTION IS A FORMAL RECORD OF THE HOME'S CONDITION BEFORE THE PURCHASER TAKES POSSESSION IT WILL BE USED AS A REFERENCE FOR FUTURE WARRANTY REQUESTS

* Purchasers or owners who intend to designate someone to conduct the PDI in their place should ensure they provide written authority to the vendor/builder authorizing the designate to sign this form on their behalf.

  <% if(PrepController.inspectionSignature != null){ %> <% }%>    
________________________
Builder Representative
________________________
Purchaser
<%=stoday%>
Date
 
________________________
Designate's Name(please print)
________________________
Designate's Signature
<%=stoday%>
Date
 
I the homeowner, confirm that all repair work listed will be completed
<% if(PrepController.inspectionSignature != null){ %> <% }%>      
________________________
Purchaser
  <%=stoday%>
Date
 
<% } } if(!found){ %>
 
This lot has no defficiencies.
<% } %>