-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRentalIncome.php
164 lines (161 loc) · 9.52 KB
/
RentalIncome.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
<!DOCTYPE html>
<html>
<!-- Mirrored from demos.pixelatethemes.com/financepro-2/Demo_5/busniess-growth.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Dec 2017 09:55:14 GMT -->
<head>
<meta charset="UTF-8">
<title>CT || Rental Income</title>
<!-- mobile responsive meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="plugins/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="plugins/fncp-icon/style.css">
<link rel="stylesheet" href="plugins/Stroke-Gap-Icons-Webfont/style.css">
<link rel="stylesheet" href="plugins/animate.min.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.carousel.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="plugins/bootstrap-select/dist/css/bootstrap-select.min.css">
<!-- main stylesheet-->
<link rel="stylesheet" href="css/stellarnav.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/space.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="style-home-page3 header3-inn">
<div class="bg-header3-inn">
<?php include("Header.php"); ?>
<section class="inner-banner">
<div class="thm-container">
<div class="row">
<div class="col-md-6">
<div class="page-title">
<h3>Rental Income</h3>
</div>
</div>
<div class="col-md-6">
<div class="bread-cumb">
<div class="thm-container">
<ul class="list-inline">
<li><a href="index.php">Home</a></li>
<li><a href="#"><span>Services</span></a></li>
<li><span>Rental Income</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="page with-sidebar left blog-page sec-pad service-single-page">
<div class="thm-container">
<div class="row">
<div class="col-md-8 pull-right">
<div class="left-box">
<div class="single-service-box ">
<div class="img-box"><img src="images/single-service-1.png" alt="Awesome Image"></div>
<!-- /.img-box-->
<div class="sec-title">
<h2>Rental Income</h2>
<div class="decor-line"></div>
</div>
<p>We prepare personal tax returns and will help you minimize your personal taxes by taking advantage of the tax exemptions and deductions that may apply to you. </p>
<div class=" faq-page mt-30">
<div id="accordion" role="tablist" class="panel-group accordion">
<div class="panel panel-default"><a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" class="collapsed" aria-expanded="false">INCOME</a>
<div id="collapseOne" role="tabpanel" class="panel-collapse collapse" aria-expanded="false" style="height: 0px;">
<div class="inner-box">
<div class="about-company-history">
<ul class="list-box ml-20">
<li>T4- Employment Income
</li>
<li>T4A- Other Income (e.g. pension, retirement, old age security)
</li>
<li>RC62- Universal Child Care Benefits</li>
<li>T4E- Statement of Employment Insurance
</li>
<li>T3- Statement of Trust income
</li>
<li>T5- Statement of Investment Income
</li>
<li>T776- Rental Income
</li>
<li>T4RSP- Statement of RRSP Income
</li>
<li>Capital Gains
</li>
<li>Self employment Income
</li>
<li>T5007 - WSIB Income or Social Assistance
</li>
<li>Other Income Slips</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default"><a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" class="collapsed" aria-expanded="false">DEDUCTIONS</a>
<div id="collapseTwo" role="tabpanel" class="panel-collapse collapse" aria-expanded="false" style="height: 0px;">
<div class="inner-box">
<div class="about-company-history">
<ul class="list-box ml-20">
<li>All child care expenses/Camp Fees
</li>
<li>Registered Retirement Savings Plan
</li>
<li>Union & professional dues</li>
<li>T2200- Employment Expenses
</li>
<li>Safety deposit box rental/Interest expense
</li>
<li>Public transit passes
</li>
<li>Children Fitness & Arts expense
</li>
<li>Home Buyer Plan- RRSP
</li>
<li>T2201- Disability Certificate
</li>
<li>Interest paid on Student loan
</li>
<li>T2002, TL11- Tuition fees
</li>
<li>Charitable donations</li>
<li>Property taxes/Rent paid </li>
<li>Rent (If ranting)</li>
<li>Utilities (Heat, Hydro, Water)</li>
<li>Condominium fees</li>
<li>Property taxes (Need Actual Bill)</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.single-service-box-->
</div>
</div>
<?php include ("leftCheckMenu.php")?>
</div>
</div>
</section>
<?php include("Footer.php") ?>
<!-- helper js-->
<script src="plugins/jquery.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/owl.carousel-2/owl.carousel.min.js"></script>
<script src="plugins/jquery.mixitup.min.js"></script>
<script src="plugins/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
<script src="plugins/waypoints.min.js"></script>
<script src="plugins/jquery.counterup.min.js"></script>
<script src="js/stellarnav.js"></script>
<script type="text/javascript" src="js/modernizr.min.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/theme.js"></script>
</body>
<!-- Mirrored from demos.pixelatethemes.com/financepro-2/Demo_5/busniess-growth.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Dec 2017 09:55:18 GMT -->
</html>