-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jtax_section10a.php
282 lines (241 loc) · 6.49 KB
/
Jtax_section10a.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
<!Doctype html>
<html lang="en">
<head>
<title>JTax Section 10A/AA/B page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale="1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.jtax {
background-color: rgb(255,255,255);
border: none;
color: blue;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
border-radius: 12px;
float:left;
}
.jtaxicon
{
text-decoration:none;
}
.jtax:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.info
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.info:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.info:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.sources
{
background-color: rgb(255,255,255);
color: blue;
}
.sources:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.sources:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.deductions
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.deductions:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.deductions:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.taxes
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.taxes:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.taxes:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.taxfiling
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.taxfiling:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.taxfiling:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.footer
{
margin-left:20px;
}
.none:hover
{
text-decoration:none;
}
.bottom{
border-style: inset;
border-width:2px;
}
.div1
{
margin-left:200px;
}
.form
{
width:700px;
}
.save
{
background-color:white;
margin-left:500px;
}
</style>
</head>
<body>
<nav class="navbar navbar-default nb">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand nb" href="Jtaxmainpage.php">JTax</a>
</div>
</div>
</nav>
<br>
<br>
<div class="container">
<div class="btn-group btn-group-justified">
<div class="btn-group">
<button type="button" class="btn btn-primary info"><a href="Jtaxpersonalinfo.php" class="none">Information</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary dropdown-toggle sources" data-toggle="dropdown">
Income Sources <span class="caret"></span></button>
<ul class="dropdown-menu" role="menu">
<li><a href="Jtaxsalary.php">Salary</a></li>
<li><a href="Jtaxotherincome.php">Other Income</a></li>
<li><a href="Jtaxhouse.php">House Property</a></li>
<li><a href="Jtaxcapitalgain.php">Capital Gain</a></li>
<li><a href="Jtaxbussiness.php">Bussiness and Profession</a></li>
</ul>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary deductions">
<a href="Jtaxdeductions.php" class="none">
Deductions</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary taxes">
<a href="Jtaxtaxespaid.php" class="none">
Taxes paid</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary taxfiling">
<a href="Jtaxtaxfiling.php" class="none">
Tax Filing</a></button>
</div>
</div>
</div>
<br>
<br></br>
<div class="div1">
<h3>Section 10A, Section 10AA, Section 10B Deductions</h3>
<br>
<h4><b>Section 10A Deductions</b></h4>
<br>
<form action="" method="post" class="form">
<div class="form-row">
<div class="form-group col-md-12">
<label for="inputState">Section</label>
<br>
<select name="s">
<option value="1">Electronic Hardware Technology Park</option>
<option value="3">Export Processing Zone</option>
<option value="2">Free Trade Zone</option>
<option selected="selected" value="0">Software Technology Park</option>
<option value="4">Special Economic Zone</option>
</select>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputState"> Particulars *</label>
<input type="text" class="form-control" name="p" required/>
</div>
<div class="form-group col-md-6">
<label for="inputCity">Amount *</label>
<input type="number" class="form-control" id="inputCity" name="a" required/>
</div>
</div>
<button type="button" class="btn btn-default">
<a href="Jtax_section10a.php" class="none">
Add Entry</a>
</button>
<hr class="bottom">
<br>
<h3>Section 10AA, 10B, 10BA Deductions</h3>
<br>
<div class="form-row">
<div class="form-group col-md-12">
<label for="inputState">Section</label>
<br>
<select name="s">
<option selected="selected" value="0">10AA - Special Economic Zone</option>
<option value="1">10B - Hundred Percent Export Oriented units</option>
<option value="2">10BA - Exports of hand-made wooden articles</option>
</select>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputState"> Particulars *</label>
<input type="text" class="form-control" name="p1" required/>
</div>
<div class="form-group col-md-6">
<label for="inputCity">Amount *</label>
<input type="number" class="form-control" id="inputCity" name="a1" required/>
</div>
</div>
<button type="button" class="btn btn-default">
<a href="Jtax_section10a.php" class="none">
Add Entry</a>
</button>
</form>
<a href="Jtaxbussiness.php">Back to Bussiness And Profession</a>
</div>
<hr class="bottom">
<p class="footer">JTax is a product by JUGGERNAUTS</p>
</body>
</html>