-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonline-itr-filing.php
293 lines (236 loc) · 11.5 KB
/
online-itr-filing.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
<?php include('header.php');?>
<!-- BANNER-inner -->
<div class="banner-inner">
<img src="images/itrfile.png" alt="" class="innar-img">
</div>
<!-- consumer-complaint -->
<div class="consumer-complaint">
<div class="container">
<h2>File Income Tax Return Online | Vidhik Sevaen</h2>
<p>Filing of income taxes doesn't need to be a challenging task. If you are worried that filing taxes is about carrying hundreds of papers and organizing everything like students do before an exam, let us tell you right away that income tax filing today is nothing like that. With India embracing the digital world and the many conveniences it offers, electronic filing (e-filing) makes it possible to file income tax returns (ITRs) in a matter of few clicks.</p>
<br><br>
<div class="row">
<div class="col-md-5">
<div class="complaint-form" data-aos-duration="1500" data-aos="zoom-in">
<form method="post" enctype="multipart/form-data">
<div class="input-cont">
<label for="name">Name </label>
<input type="text" placeholder=" Name" name="name" required>
</div>
<div class="input-cont">
<label for="name">Phone no </label>
<input type="text" placeholder=" Phone no" name="phone" required pattern="[0-9]+">
</div>
<div class="input-cont">
<label for="name">Email </label>
<input type="email" placeholder=" Email" required name="email">
</div>
<div class="input-cont">
<label for="name">Address </label>
<input type="text" placeholder=" Address" required="" name="address">
</div>
<div class="input-cont">
<label for="name">Aadhar card number: </label>
<input type="text" placeholder=" Aadhar card number" name="adhar" required>
</div>
<div class="input-cont">
<label for="name">Select State: </label>
<select name="state" id="state" required>
<option value="">State</option>
<?php
$table1='state_list';
$stmt=$show->state($table1);
$num=$stmt->rowCount();
if($num>0){
while($row=$stmt->fetch(PDO::FETCH_ASSOC)){
echo "<option value='".$row['state']."'>".$row['state']."</option>";
}
}
?>
</select>
</div>
<div class="input-cont">
<label for="name">Select Fees : </label>
<select name="fees" required id="fess">
<option value="700">700 /- </option>
</select>
</div>
<div class="input-cont">
<label for="name">Uplode Image: <sub>( optional max size 2MB )</sub> </label>
<input type="file" id="myFile" name="file" onchange="return fileValidation('myFile','2000')" >
</div>
<div class="input-cont" style="margin:25px 0 0; width: 35%; ">
<input type="submit" name="book_sub" value="submit" class="input-success" style="">
</div>
</form>
<?php if(isset($_POST['book_sub'])){
$uid=$show->getid('ids','USR');
$img=$show->imageEdit($_FILES['file']['name']);
$data = array(
'user_id' => $uid,
'name' => htmlentities(strip_tags($_POST['name'])),
'phone' => htmlentities(strip_tags($_POST['phone'])),
'email' => htmlentities(strip_tags($_POST['email'])),
'address'=>htmlentities(strip_tags($_POST['address'])),
'state'=>htmlentities(strip_tags($_POST['state'])),
'adhar'=>htmlentities(strip_tags($_POST['adhar'])),
'fees'=>htmlentities(strip_tags($_POST['fees'])),
'image'=>$img,
'date'=>date('Y-m-d'),
'payment_status'=>'Pending',
'status'=>'Pending',
'type'=>'itr_file'
);
// print_r($data);
move_uploaded_file($_FILES['file']['tmp_name'],"product_img/".$img);
$em=htmlentities(strip_tags($_POST['email']));
if($show->insert('business_forms',$data)){
$id=$db->lastInsertId();
echo '<script>
setTimeout(function() {
swal({
title: "Thank You!",
text: "You will be redirected to payment now.",
type: "success"
}, function() {
window.location = "pay_now.php?oid='.$id.'";
});
}, 1000);
</script>';
}
}?>
</div>
</div>
<div class="col-md-7">
<div class="complaint-online">
<h5>File Income Tax Return Online</h5>
<h6><b> What is Income Tax Return?</b><br>
Income tax return is the proof that you have paid your tax on time. The tax return proof contains the details of your annual earnings and the amount you’ve paid as tax. This makes it easier for every taxpayer to calculate the tax liability, schedule tax payments, a request of refund for over payment of tax etc. To complete the income tax return process effortlessly, you should know about the various ITR (Income Tax Return) forms related to the entire process. These forms are notified every year by the Central Board of Direct Taxes (CBDT).</h6>
<br>
<h6><b>Who Can File Income Tax with Vidhik Sevaen?</b><br></h6>
<li><img src="images/pas11.png" alt="" class="pan-icon">SALARIED PERSON</li>
<li><img src="images/pas12.png" alt="" class="pan-icon">SALARIED PERSON WITH OTHERS INCOME</li>
<li><img src="images/pas13.png" alt="" class="pan-icon">PARTNERSHIP</li>
<li><img src="images/pas14.png" alt="" class="pan-icon">PRIVATE LIMITED COMPANY</li>
<li><img src="images/pas15.png" alt="" class="pan-icon">LLP</li>
<br>
</div>
<div class="complaint-online">
<h6><b>Documents Required:-</b></h6>
<table>
<tr>
<th>Indiviual/Salaried Person</th>
<th>Private Limited Company </th>
<th>LLP Company</th>
</tr>
<tr>
<td>Pan card and aadhaar card All bank statement TDS certificate(form 16-for TDS on salary) TDS certificate (form 16a-for TDS on non-salary) like professional fees, rent, interest etc.</td>
<td>Directors pan and aadhaar card Company pan card Profit and loss statement Balance sheet All bank statements Investment proofs Others</td>
<td>LLP pan, address details, date of registration proofs Partner pan, aadhaar and address details Profit and loss statement Balance sheet Bank statements</td>
</tr>
</table>
<br>
<table>
<tr>
<td>ITR 1</td>
<td>For Individuals being a Resident (other than Not Ordinarily Resident) having Total Income upto Rs.50 lakhs, having Income from Salaries, One House Property, Other Sources (Interest etc.), and Agricultural Income upto Rs.5 thousand(Not for an Individual who is either Director in a company or has invested in Unlisted Equity Shares)</td>
</tr>
<tr>
<td>ITR 2</td>
<td>ITR 2 For Individuals and HUFs not having income from profits and gains of business or profession</td>
</tr>
<tr>
<td>ITR 3</td>
<td>For individuals and HUFs having income from profits and gains of business or profession</td>
</tr>
<tr>
<td>ITR 4</td>
<td>For Individuals, HUFs and Firms (other than LLP) being a Resident having Total Income upto Rs.50 lakhs and having income from Business and Profession which is computed under sections 44AD, 44ADA or 44AE (Not for an Individual who is either Director in a company or has invested in Unlisted Equity Shares)</td>
</tr>
<tr>
<td>ITR 5</td>
<td>For persons other than:- (i) Individual, (ii) HUF, (iii) Company and (iv) Person filing Form ITR-7</td>
</tr>
<tr>
<td>ITR 6</td>
<td>For Companies other than companies claiming exemption undersection 11</td>
</tr>
<tr>
<td>ITR 7</td>
<td>For persons including companies required to furnish return under sections 139(4A) or 139(4B) or 139(4C) or 139(4D)</td>
</tr>
</table>
<h6><b>Advantages:-</b><br></h6>
<li>Easy loan approval</li>
<li>Quick visa processing</li>
<li>Claim tax refund</li>
<li>Income & address proof</li>
<li>Avoid late fees under 234F</li>
</div>
</div>
</div>
<div class="row">
<h2>How We Work</h2>
<div class="col-md-4">
<div class="box-work">
<p>Fill our Form and Make the Payment.</p>
</div>
</div>
<div class="col-md-4">
<div class="box-work">
<p>Documentation process completed by our expert.</p>
</div>
</div>
<div class="col-md-4">
<div class="box-work">
<p>File the ITR and provide the acknowledgement.</p>
</div>
</div>
<div class="col-md-3">
<div class="box-work">
<p>Get a Call from Our Income Tax Expert.</p>
</div>
</div>
<div class="col-md-3">
<div class="box-work">
<p>Error- Free Computation of Tax completed by our expert.</p>
</div>
</div>
<div class="col-md-3">
<div class="box-work">
<p>Upload all the required documents requested by our expert.</p>
</div>
</div>
<div class="col-md-3">
<div class="box-work">
<p>Confirmation of details and Filling for Returns.</p>
</div>
</div>
</div>
</div>
<div class="faq">
<div class="container">
<h3>FAQ</h3>
<h6><b>Please check the frequesntly asked questions</b></h6>
<br><br>
<div class="col-md-12">
<div class="faq-box">
<h5>Who should file an ITR?</h5>
<p>An individual whose annual income is more than the basic exemption limit of Rs 2.5 lakh should file an ITR. The basic exemption limit for senior citizens (60 years onwards and less than 80 years) is Rs 3 lakh, and for super senior citizens is Rs 5 lakh.</p>
<h5>How can I claim deductions for tax saving?</h5>
<p>You should file an income tax return to claim tax deductions for tax savings such as ELSS, PPF, NSC investments and for payments such as housing loan repayments, insurance premium and donations.</p>
<h5>I receive my salary income after deduction of TDS. Am I required to file an income tax return?</h5>
<p>You are required to file an income tax return once your annual income exceeds Rs 2.5 lakh. A deduction of TDS does not replace the requirement to file ITR. While e-filing your ITR, you should furnish the details of your annual income, claim deductions and credit for TDS deducted by your employer.</p>
<h5>How do I check TDS details from my form 26AS?</h5>
<p>You can check your Form 26AS from your e-filing login. Our E-filing software auto-populates the TDS details from your Form 26AS in your income tax return.</p>
<h5>How can I claim an income tax refund?</h5>
<p>You can claim an income tax refund by e-filing your income tax return. An e-filing enables you to claim credit for excess TDS paid and a tax refund.</p>
<h5>Is my data filed secure with Vidhik Sevaen?</h5>
<p>Vidhik Sevaen uses a 128 bit SSL encryption for transmission of data and enables complete data privacy. We does not share its data with unaffiliated third parties.</p>
<h5>How to e-verify my ITR?</h5>
<p>You can e-verify your ITR within 120 days from the date of filing. You can e-verify using your net banking account or Aadhaar based OTP. A failure to e-verify your ITR can invalidate your ITR filing.</p>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>