-
Notifications
You must be signed in to change notification settings - Fork 0
/
HomeFeasibilityReport.php
733 lines (697 loc) · 35.3 KB
/
HomeFeasibilityReport.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<?php
require_once("loadbooking.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>New Home Feasibility Report</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- Customized CSS -->
<!--<link rel="stylesheet" href="css/general.css">-->
<link rel="stylesheet" href="css/general.css">
<!-- Import JQuery -->
<script src="js/jquery-1.12.4.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<!-- Import pdfMake -->
<!--<script src='node_modules/pdfmake/build/pdfmake.min.js'></script>-->
<!--<script src='node_modules/pdfmake/build/vfs_fonts.js'></script>-->
<script src='node_modules/pdfmake/build/pdfmake.min.js'></script>
<script src='node_modules/pdfmake/build/vfs_fonts.js'></script>
<?php require_once("saveloaddata.php"); ?>
<?php require_once("meta.php"); ?>
</head>
<body>
<!--Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">ArchiCentre Task</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"-->
<!--aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">-->
<!--<span class="navbar-toggler-icon"></span>-->
<!--</button>-->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!--
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#">Back</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<a class="nav-link" href="#">Welcome XXXXX@XXX.COM</a>
<button class="btn btn-outline-secondary my-2 my-sm-0" type="submit">Logout</button>
</form>
-->
</div>
</nav>
<!--Title-->
<div class="container">
<div id="savingPDFAlert" class="myAlert-top alert alert-info collapse">
<strong>Saving PDF. Please don't close this page. It will take a while</strong>
</div>
<h2 class="content-head text-center firstH1">New Home Design - Feasibility Study</h2><br>
<p>
An Archicentre Australia New Home Design Report (‘Report’) is a feasibility study which will explore your
property’s potential and provide information to help you to decide whether to proceed with your project
and whether to engage your Archicentre Australia Architect for ongoing services.<br>
The presented New Home Design Sketches (‘Design’) is a response to your project requirements and objectives,
and considers your existing site, your budget, sustainability and possible regulatory issues.<br>
This Report is not intended to provide the final design solution for your new home but rather present you with
a visual representation of an initial feasibility study. This is intended to help you to re-assess, confirm or clarify your needs.
</p>
</div>
<!--Details-->
<div id="clientDetails" class="container">
<h3 class="sectionSubHead">CLIENT DETAILS</h3>
<form>
<div class="row">
<div class="col-sm">
<label>Name</label><br>
<input id="customer_name" class="form-control" type="text" title="Name" value="<?php echo doNiceArrayElemAsString('custfirstname') . " " . doNiceArrayElemAsString('custlastname'); ?>">
</div>
<div class="col-sm">
<label>Phone</label><br>
<input id="customer_phone" class="form-control" type="text" title="Phone" value="<?php echo doNiceArrayElemAsString('custmobile'); ?>">
</div>
</div>
</form>
<form>
<div class="row">
<div class="col-sm">
<label>Report Date</label><br>
<input id="customer_report" class="form-control" type="text" title="BookingNo">
</div>
<div class="col-sm">
<label>Booking No.</label><br>
<input id="customer_booking" class="form-control" type="text" title="BookingNo" value="<?php echo $bookingcode; ?>">
</div>
</div>
</form>
<hr>
</div>
<div id="assessmentDetails" class="container">
<h3 class="sectionSubHead">NEW HOME DESIGN DETAILS</h3>
<form>
<div class="row">
<div class="col-sm">
<label>Address</label><br>
<input id="address" class="form-control" type="text" title="address" value="<?php echo doNiceArrayElemAsString('address1'); ?>">
</div>
</div>
<div class="row">
<div class="col-sm">
<label>Suburb</label><br>
<input id="suburb" class="form-control" type="text" title="suburb" value="<?php echo doNiceArrayElemAsString('city'); ?>">
</div>
<div class="col-sm">
<label>State</label><br>
<input id="state" class="form-control" type="text" title="state" value="<?php echo doNiceArrayElemAsString('state', false); ?>">
<!--<select id="state" style="width:100%;height: 50px;margin-top: 6px" title="state" >-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)==""){echo "selected";};?> disabled value="">Select a State</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="VIC"){echo "selected";} ;?> value="VIC">VIC</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="NSW"){echo "selected";};?> value="NSW">NSW</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="QLD"){echo "selected";};?> value="QLD">QLD</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="SA"){echo "selected";};?> value="SA">SA</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="WA"){echo "selected";};?> value="WA">WA</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="TAS"){echo "selected";};?> value="TAS">TAS</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="ACT"){echo "selected";};?> value="ACT">ACT</option>-->
<!--<option <?php if(doNiceArrayElemAsString('state', false)=="NT"){echo "selected";};?> value="NT">NT</option>-->
<!--</select>-->
<!--<select id="state" style="width:100%" title="state">-->
<!--<option selected disabled value="">Select a State</option>-->
<!--<option value="VIC">VIC</option>-->
<!--<option value="NSW">NSW</option>-->
<!--<option value="QLD">QLD</option>-->
<!--<option value="SA">SA</option>-->
<!--<option value="WA">WA</option>-->
<!--<option value="TAS">TAS</option>-->
<!--<option value="ACT">ACT</option>-->
<!--<option value="NT">NT</option>-->
<!--</select>-->
</div>
<div class="col-sm">
<label>Postcode</label><br>
<input id="postcode" class="form-control" type="text" title="postcode" value="<?php echo doNiceArrayElemAsString('postcode'); ?>">
</div>
</div>
</form>
<form>
<div class="row form-group">
<div class="col-sm">
<label>Date of Assessment</label><br>
<textarea id="dateOfAssessment" class="form-control" title="dateOfAssessment"></textarea>
</div>
<div class="col-sm">
<label>Time of Assessment</label><br>
<textarea id="timeOfAssessment" class="form-control" title="time of assessment"></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-sm">
<label>Existing Use of Property</label><br>
<textarea id="proposedUsed" class="form-control" title="existing use"></textarea>
</div>
<div class="col-sm">
<label>Weather Conditions</label><br>
<textarea id="weatherConditions" class="form-control" title="weather conditions"></textarea>
</div>
</div>
<div class="row">
<div class="col-sm">
<label>Verbal Summary to</label><br>
<textarea id="verbalSummary" class="form-control" title="verbal summary"></textarea>
</div>
<div class="col-sm">
<label>Date</label><br>
<textarea id="date" class="form-control" title="date"></textarea>
</div>
</div>
</form>
<br>
</div>
<div id="architectDetails" class="container">
<hr>
<h3 class="sectionSubHead">ARCHITECT DETAILS</h3>
<form>
<div class="row form-group">
<div class="col-sm">
<label>Architect Name</label><br>
<input id="architect" class="form-control" type="text" title="name" value="<?php echo doNiceArrayElemAsString('archfirstname') . " " . doNiceArrayElemAsString('archlastname'); ?>">
</div>
<div class="col-sm">
<label>Registration No.</label><br>
<input id="registrationNo" class="form-control" type="text" title="registrationNo" value="<?php echo doNiceArrayElemAsString('archregno'); ?>">
</div>
</div>
<div class="row form-group">
<div class="col-sm">
<label>Email</label><br>
<input id="email" class="form-control" type="text" title="email" value="<?php echo doNiceArrayElemAsString('archemail', false); ?>">
</div>
<div class="col-sm">
<label>Phone</label><br>
<input id="architectPhone" class="form-control" type="text" title="phone" value="<?php echo doNiceArrayElemAsString('archmobile', false); ?>">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<label>Architect Address</label><br>
<input id="architectAddress" class="form-control" type="text" title="address" value="<?php echo doNiceAddress(doNiceArrayElemAsString('archaddress1'), doNiceArrayElemAsString('archcity'), doNiceArrayElemAsString('archstate'), doNiceArrayElemAsString('archpostcode')); ?>">
</div>
</div>
</form>
<hr>
<br>
</div>
<!--Cover Image-->
<div class="container">
<div class="row">
<div class="col-sm-6">
<input type="button" value="Upload Cover Image" class="uploadCoverImageButton"
onclick="HomeFeasibilityCover()">
<input type="file" id="HomeFeasibilityUploadCoverImage" class="inputImage" accept="image/x-png,image/jpeg">
</div>
<div class="col-sm-6">
<div class="col-sm">
<img id="HomeFeasibilityCoverImage" src="#" alt="Image1"
style="width:0;height:265px;display: none"/>
</div>
<div class="col-sm">
<input type="button" value="Remove" id="HomeFeasibilityCoverImageRemoveButton"
onclick="RemoveHomeFeasibilityCover()"
style="display: none; margin-top: 5px;margin-bottom: 5px;width: 100%">
<br>
</div>
</div>
</div>
<hr>
<br>
</div>
<!--Scope of the Report-->
<div class="container">
<h3 class="sectionSubHead">The Scope of this Report</h3>
<form>
<div class="row form-group">
<div class="col-sm">
<label>The Report includes the following</label><br>
<textarea title="included" class="form-control" style="height: 250px" id="includedScope">
Description of your site;
List of your project requirements and budget;
Sketch floor plan of your Design;
Sketch view of your Design;
Outline of some of the design issues that were considered by the architect in creating the Design;
Outline of some of the sustainability features of the Design;
Preliminary advice of relevant Council and statutory authority approvals required;
Broad opinion of cost for the proposal;
Outline of the design and building process;
Outline of the roles of other consultants;
</textarea>
</div>
</div>
<div class="row form-group">
<div class="col-sm">
<label>The following are specifically not included in this Report</label><br>
<textarea title="notIncluded" class="form-control" style="height: 200px" id="notIncludedScope">
Detailed Planning or Development control requirements;
Detailed investigation of existing site conditions;
Suggested construction methods, building materials, finishes, services, equipment, or systems;
Suggested fittings, fitments and equipment;
Detailed joinery, interior or landscape design;
General or construction dimensions, including set-outs, offsets, levels and site features;
Opinion of probable costs with respect to the above (these will depend on the outcome of decisions made during the future design development and documentation process).
</textarea>
</div>
</div>
</form>
<hr>
<br>
</div>
<!--Existing Site-->
<div class="container" id="existingSite">
<h3 class="sectionSubHead" style="font-size: 18px">Existing Site</h3>
<label style="color: red;font-weight: bold">PROPERTY</label>
<textarea title="property" class="form-control" id="property"></textarea>
<br>
<label style="color: red;font-weight: bold">CLIENT REQUIREMENTS</label>
<textarea title="requirements" class="form-control" id="client_requirements"></textarea>
<br>
<label style="color: red;font-weight: bold">IMPORTANT FEATURES FUNCTIONS OR ELEMENTS</label>
<textarea title="requirements" class="form-control" id="features"></textarea>
<br>
<label style="color: red;font-weight: bold">BUDGET</label>
<textarea title="requirements" class="form-control" id="budget"></textarea>
<hr>
<br>
</div>
<!--Design Considerations-->
<div class="container">
<h3 class="sectionSubHead" style="font-size: 18px">Design Considerations</h3>
<p>The following notes outline the items that were considered in the preparation of the Design:</p>
<textarea title="designConsiderations" class="form-control" id="designConsiderations"></textarea>
<br>
</div>
<!--Design Sustainability Features-->
<div class="container">
<h3 class="sectionSubHead" style="font-size: 18px">Design Sustainability Features</h3>
<p>The following notes outline some of the proposed sustainability features of the Design:</p>
<textarea title="designSustainabilityFeatures" class="form-control" id="designSustainabilityFeatures"></textarea>
<br>
</div>
<!--Relevant Required Approvals -->
<div class="container" id="relevantRequiredApprovals">
<h3 class="sectionSubHead" style="font-size: 18px">Relevant Required Approvals</h3>
<p>The construction of the proposal presented in this Report will require the following approvals:</p>
<table>
<tr>
<th class="sectionSubHeaderSmaller" style="width: 20%;color: #f44336;" colspan="2">REQUIRED APPROVALS:</th>
</tr>
<tr>
<td>Development/Planning</td>
<td style="text-align: center">
<select title="approvals0" id="approvals0">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
<tr>
<td>Building/Construction</td>
<td style="text-align: center">
<select title="approvals1" id="approvals1">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
<tr>
<td><input class="form-control" title="others" placeholder="other" id="other0"></td>
<td style="text-align: center">
<select title="approvals2" id="approvals2">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
</table>
<br>
</div>
<!--Broad Opinion of Cost-->
<div class="container" id="broadOpinionOfCost">
<h3 class="sectionSubHead" style="font-size: 18px">Broad Opinion of Cost</h3>
<p>This broad opinion of cost is based on the Design presented in this Report. If the Design changes, the broad opinion of cost may be different.</p>
<button onclick="moreHomeCost()" type="button" class="btn btn-primary">More Broad Opinion of Cost</button>
<p></p>
<table id="homeFeasibilityTable">
<tr>
<th rowspan="2" style="color: #f44336;text-align: center">ITEM</th>
<th colspan="2" style="color: #f44336;text-align: center">BROAD OPINION OF COST</th>
</tr>
<tr>
<td style="text-align: center">Low Range</td>
<td style="text-align: center">High Range</td>
</tr>
<tr>
<td><input class="form-control" title="Site Establishment" value="Site Establishment/Services" id="homeName0"></td>
<td><input class="form-control" title="lowRange" value="$" id="homeLow0" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" title="highRange" value="$" id="homeHigh0" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td><input class="form-control" value='Demolition' title="Demolition" id="homeName1"></td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLow1" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHigh1" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td><input class="form-control" value='Building Shell' title="Building Shell" id="homeName2"></td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLow2" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHigh2" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td><input class="form-control" value='Fitout' title="Fitout" id="homeName3"></td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLow3" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHigh3" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td><input class="form-control" value='Heating/Cooling' title="Heating/Cooling" id="homeName4"></td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLow4" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHigh4" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td><input class="form-control" value='External Works' title="External Works" id="homeName5"></td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLow5" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHigh5" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td><input class="form-control" value='Contractor’s Margin' title="Contractor’s Margin" id="homeName6"></td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLow6" onblur="calculateHomeLow()" onkeyup="formatNumber(this.id)"></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHigh6" onblur="calculateHomeHigh()" onkeyup="formatNumber(this.id)"></td>
</tr>
<tr>
<td>Subtotal:</td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLowSubTotal" readonly></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHighSubTotal" readonly></td>
</tr>
<tr>
<td>GST(10%):</td>
<td><input class="form-control" value = '$' title="homeLowGST" id="homeLowGST" readonly></td>
<td><input class="form-control" value = '$' title="homeHighGST" id="homeHighGST" readonly></td>
</tr>
<tr>
<td>Total:</td>
<td><input class="form-control" value = '$' title="lowRange" id="homeLowTotal" readonly></td>
<td><input class="form-control" value = '$' title="highRange" id="homeHighTotal" readonly></td>
</tr>
</table>
<br>
<p>All or some of the following items may be necessary, but are not included in the broad opinion of cost:</p>
<textarea class="form-control" rows="10" style="height: inherit" title="extraItemsCosts" id="extraItemCosts">
New or alterations to existing services connections;
Escalation costs if the project is delayed;
Items provided by the client, separate contracts, staging and miscellaneous items;
Home security, home automation, IT, communications systems etc, plant or equipment;
Landscaping, including paving, pool or spa, fencing, gates;
Furnishing, drapes or blinds;
Insurance and Local and Statutory Authority Fees;
Professional Fees, e.g. architect, structural engineer, building surveyor, soil testing, features survey, energy-rating, quantity surveyor and legal;
Unforeseeable costs for which it is wise to allow a 10-15% contingency sum</textarea>
</div>
<!-- Who else is involved? -->
<div class="container" id="homePeople">
<br>
<h3 class="sectionSubHead" style="font-size: 18px ; margin-top: 20px">Who else is involved?</h3>
<button onclick="addPeople()" type="button" class="btn btn-primary">Add People</button>
<table id="homePeopleTable" style="margin-top: 10px">
<tr>
<th width="25%" style="color: #f44336;text-align: center">Who They are</th>
<th style="color: #f44336;text-align: center">What they do</th>
</tr>
<tr>
<td><input class="form-control" placeholder="Land surveyor" id="homeInvolvedPeople0" style="text-align: center"></td>
<td>
<p>Prepare different types of site information depending on your project. This may include:</p>
<ul>
<li>exact site boundaries, compared with fence lines;</li>
<li>ground levels and levels of existing buildings above the ground;</li>
<li>site contours;</li>
<li>exact locations of neighbouring or adjacent buildings;</li>
<li>building heights, and exact locations of significant features or vegetation;</li>
<li>location of easements</li>
</ul>
</td>
</tr>
<tr>
<td><input class="form-control" placeholder="Geotechnical(soil) engineer" id="homeInvolvedPeople1" style="text-align: center"></td>
<td>
<p>Using specialist equipment, take one or more samples of soil from your site for analysis, provide
information about its structure and make recommendations about the design of the new
substructure of the building, such as the slab or footings. </p>
</td>
</tr>
<tr>
<td><input class="form-control" placeholder="Structural enginner" id="homeInvolvedPeople2" style="text-align: center"></td>
<td>
<p>Design and document the structural components of your building such as the slab or footings,
wall bracing, roof beams etc, based on the architect’s design, geotechnical recommendations,
and construction documentation. They generally prepare their own set of drawings and
computations for the project which are usually mandatory for building permit/approval
application.</p>
</td>
</tr>
<tr>
<td><input class="form-control" placeholder="Building surveyor" id="homeInvolvedPeople3" style="text-align: center"></td>
<td>
<p>Issue the building permit/approval and check the construction documentation for compliance
with the National Construction Code. Carry out on-site checks at major milestones during the
build, such as completion of the slab and framing. Note that the building surveyor does not
carry out quality inspections or check for compliance with the scope of the contract throughout
the build.</p>
</td>
</tr>
<tr>
<td><input class="form-control" placeholder="Planning advisor" id="homeInvolvedPeople4" style="text-align: center"></td>
<td>
<p>Advise on planning issues and may represent you at Council meetings or hearings. Generally
required only for complex projects.</p>
</td>
</tr>
<tr>
<td><input class="form-control" placeholder="Energy rater" id="homeInvolvedPeople5" style="text-align: center"></td>
<td>
<p>Analyse the project for compliance with required sustainability measures and provide advice
regarding ways to achieve compliance, if required.</p>
</td>
</tr>
<tr>
<td><input class="form-control" placeholder="Quantity surveyor" id="homeInvolvedPeople6" style="text-align: center"></td>
<td>
<p>Prepare independent cost estimates for the build and provide advice regarding budgetary issues.</p>
</td>
</tr>
</table>
</div>
<!--Drawings-->
<div class="container">
<h2 class="content-head text-center firstH1">Drawings</h2><br>
</div>
<div class="container">
<input type="button" id="get_drawing" value="Upload Drawings (Max 4 drawings)" class="uploadImageButton"
onclick="HomeFeasibilityUploadDrawings()" style="white-space: normal; width: 15%">
<input type="file" id="HomeFeasibilityUploadDrawings" class="inputImage" accept="image/x-png,image/jpeg" multiple>
</div>
<div class="container" style="margin-top: 20px">
<table id="homeFeasibilityDrawingsTable">
</table>
<br>
<hr style="height:1px;border:none;color:#333;background-color:#333;">
</div>
<!--Attachments-->
<div class="container">
<h2 class="content-head text-center firstH1">Attachments</h2><br>
</div>
<div class="container">
<hr>
<p>
The following selected Technical Information Sheets are an important part of this Report.
These can be found in the Technical Information Booklet on the Archicentre Australia Supplementary Documents web page – click
<a href="http://www.archicentreaustralia.com.au/report_downloads/">http://www.archicentreaustralia.com.au/report_downloads/</a>
- along with some additional information we hope you will find of interest.
If you have difficulty downloading this, please contact Archicentre Australia immediately on 1300 13 45 13.
</p>
</div>
<div class="container">
<div class="row">
<div class="col-sm">
<label>Property Management Guide</label>
<select id="propertyMaintenanceGuide" style="width:100%" title="property management guide">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
<div class="col-sm">
<label>Cracking in Masonry</label>
<select id="crackingInMasonry" style="width:100%" title="cracking in masonry">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
<div class="col-sm">
<label>Treatment of Dampness </label>
<select id="treatmentOfDampness" style="width:100%" title="treatment of dampness">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
</div>
<div class="row">
<div class="col-sm">
<label>Health & Safety Warning</label>
<select id='healthSafetyWarning' style="width:100%" title="health and safety warning">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
<div class="col-sm">
<label>Roofing & Guttering </label>
<select id="roofingGuttering" style="width:100%" title="Roofing & Guttering">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
<div class="col-sm">
<label>Home Safety Checklist</label>
<select id="homeSafetyChecklist" style="width:100%" title="Home Safety Checklist">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
</div>
<div class="row">
<div class="col-sm">
<label>Termites & Borers</label>
<select id='termitesBorers' style="width:100%" title="health and safety warning">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
<div class="col-sm">
<label>Re-stumping </label>
<select id="reStumping" style="width:100%" title="Roofing & Guttering">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
<div class="col-sm">
<label>Cost Guide</label>
<select id='costGuide' style="width:100%" title="Home Safety Checklist">
<optgroup label="No Visible Significant Defect">
<option value="√">✔</option>
</optgroup>
<optgroup label="Major Defect">
<option value="NA">Not applicable, no such item</option>
</optgroup>
</select>
</div>
</div>
</div>
<!--Action Buttons-->
<div class="container" style="text-align:center">
<br>
<br>
<br>
<?php
if (!$isuserlink)
{
if (SharedIsAdmin())
{
?>
<button onclick="SaveReport()" type="button" class="btn btn-primary save">Save</button>
<button onclick="generatePDF('final')" type="button" class="btn btn-primary">View as PDF</button>
<!-- <button onclick="generatePDF('save')" type="button" class="btn btn-primary">Save as Report for Customer</button> -->
<button onclick="checkPDF()" type="button" class="btn btn-primary">Save as Report for Customer</button>
<?php
}
else
{
if (!$iscompleted)
{
?>
<button onclick="SaveReport()" type="button" class="btn btn-primary save">Save</button>
<?php
}
?>
<button onclick="generatePDF('preview')" type="button" class="btn btn-primary">Preview PDF</button>
<?php
}
}
?>
<br><br><br><br>
</div>
<br>
<br>
<br>
<!--Scripts-->
<!--<script src="js/images.js"></script>-->
<!--<!–Image File–>-->
<!--<script src="HomeFeasibilityJS/images.js"></script>-->
<!--<!–Text File–>-->
<!--<script src="HomeFeasibilityJS/text.js"></script>-->
<!--<!–PDF Generator–>-->
<!--<script src="HomeFeasibilityJS/PDFGenerator.js"></script>-->
<!--<!–General Functions–>-->
<!--<script src="HomeFeasibilityJS/generalFunctions.js"></script>-->
<!--<!–Get Table's Data–>-->
<!--<script src="HomeFeasibilityJS/getTableData.js"></script>-->
<!--Scripts-->
<script src="js/images.js"></script>
<script src="js/loadImageJS/load-image.all.min.js"></script>
<!--Text File-->
<script src="HomeFeasibilityJS/text.js?<?php echo time(); ?>"></script>
<!--PDF Generator-->
<script src="HomeFeasibilityJS/PDFGenerator.js?<?php echo time(); ?>"></script>
<!--General Functions-->
<script src="HomeFeasibilityJS/generalFunctions.js?<?php echo time(); ?>"></script>
<script src="HomeFeasibilityJS/htmlGeneralFunctions.js?<?php echo time(); ?>"></script>
<!--Get Table's Data-->
<script src="HomeFeasibilityJS/getTableData.js?<?php echo time(); ?>"></script>
</body>
</html>