| Line 24... |
Line 24... |
| 24 |
});
|
24 |
});
|
| 25 |
</script>
|
25 |
</script>
|
| 26 |
|
26 |
|
| 27 |
<script type="text/javascript">
|
27 |
<script type="text/javascript">
|
| 28 |
$(document).ready(function(){
|
28 |
$(document).ready(function(){
|
| 29 |
$("input[name$='bPmpdetail']").click(function() {
|
29 |
$("input[name$='bPmpDetail']").click(function() {
|
| 30 |
var test1 = $(this).val();
|
30 |
var test1 = $(this).val();
|
| 31 |
$(".pmp").hide();
|
31 |
$(".pmp").hide();
|
| 32 |
$("#Pmp" + test1).show();
|
32 |
$("#Pmp" + test1).show();
|
| 33 |
});
|
33 |
});
|
| 34 |
});
|
34 |
});
|
| 35 |
|
35 |
|
| 36 |
</script>
|
36 |
</script>
|
| 37 |
|
37 |
|
| 38 |
<script type="text/javascript">
|
38 |
<script type="text/javascript">
|
| 39 |
$(document).ready(function(){
|
39 |
$(document).ready(function(){
|
| 40 |
$("input[name$='shopstatus']").click(function() {
|
40 |
$("input[name$='shopStatus']").click(function() {
|
| 41 |
var test1 = $(this).val();
|
41 |
var test1 = $(this).val();
|
| 42 |
$(".status").hide();
|
42 |
$(".status").hide();
|
| 43 |
$("#shop" + test1).show();
|
43 |
$("#shop" + test1).show();
|
| 44 |
});
|
44 |
});
|
| 45 |
});
|
45 |
});
|
| 46 |
|
46 |
|
| 47 |
</script>
|
47 |
</script>
|
| 48 |
<script type="text/javascript">
|
48 |
<script type="text/javascript">
|
| 49 |
$(document).ready(function(){
|
49 |
$(document).ready(function(){
|
| 50 |
$("input[name$='sellingonline']").click(function() {
|
50 |
$("input[name$='sellingOnline']").click(function() {
|
| 51 |
var test1 = $(this).val();
|
51 |
var test1 = $(this).val();
|
| 52 |
$(".Names").hide();
|
52 |
$(".Names").hide();
|
| 53 |
$("#selling" + test1).show();
|
53 |
$("#selling" + test1).show();
|
| 54 |
});
|
54 |
});
|
| 55 |
});
|
55 |
});
|
| Line 57... |
Line 57... |
| 57 |
</script>
|
57 |
</script>
|
| 58 |
|
58 |
|
| 59 |
|
59 |
|
| 60 |
<script type="text/javascript">
|
60 |
<script type="text/javascript">
|
| 61 |
$(document).ready(function(){
|
61 |
$(document).ready(function(){
|
| 62 |
$("input[name$='Insurance']").click(function() {
|
62 |
$("input[name$='insurance']").click(function() {
|
| 63 |
var test1 = $(this).val();
|
63 |
var test1 = $(this).val();
|
| 64 |
$(".doc").hide();
|
64 |
$(".doc").hide();
|
| 65 |
$("#doc" + test1).show();
|
65 |
$("#doc" + test1).show();
|
| 66 |
});
|
66 |
});
|
| 67 |
});
|
67 |
});
|
| Line 146... |
Line 146... |
| 146 |
<form role="form" name="myform" id ="form" enctype="multipart/form-data" data-toggle="validator" novalidate>
|
146 |
<form role="form" name="myform" id ="form" enctype="multipart/form-data" data-toggle="validator" novalidate>
|
| 147 |
<h4 class="page-header">1. Registered Business Name of HSPS(in Block Letters)</h4>
|
147 |
<h4 class="page-header">1. Registered Business Name of HSPS(in Block Letters)</h4>
|
| 148 |
<div class="form-group ">
|
148 |
<div class="form-group ">
|
| 149 |
|
149 |
|
| 150 |
<label for=""></label>
|
150 |
<label for=""></label>
|
| 151 |
<input type="text" name="RegisteredBusinessName" id="demo" class="bform" placeholder="Business Name"/>
|
151 |
<input type="text" name="registeredBusinessName" id="demo" class="bform" placeholder="Business Name"/>
|
| 152 |
|
152 |
|
| 153 |
|
153 |
|
| 154 |
</div>
|
154 |
</div>
|
| 155 |
|
155 |
|
| 156 |
|
156 |
|
| 157 |
<h4 class="page-header">2. Registered Address (In Block Letters)</h4>
|
157 |
<h4 class="page-header">2. Registered Address (In Block Letters)</h4>
|
| 158 |
|
158 |
|
| 159 |
<div class="form-group float-label-control">
|
159 |
<div class="form-group float-label-control">
|
| 160 |
<label for="">RegisteredAddress1</label>
|
160 |
<label for="">RegisteredAddress1</label>
|
| 161 |
<input type="text" name ="RegisteredAddress1" class="form-control" placeholder="Address 1">
|
161 |
<input type="text" name ="registeredAddress1" class="form-control" placeholder="Address 1">
|
| 162 |
</div>
|
162 |
</div>
|
| 163 |
<div class="form-group float-label-control">
|
163 |
<div class="form-group float-label-control">
|
| 164 |
<label for="">Address 2</label>
|
164 |
<label for="">Address 2</label>
|
| 165 |
<input type="text" name ="RegisteredAddress2"class="form-control" placeholder="Address 2">
|
165 |
<input type="text" name ="registeredAddress2"class="form-control" placeholder="Address 2">
|
| 166 |
</div>
|
166 |
</div>
|
| 167 |
<div class="form-group float-label-control">
|
167 |
<div class="form-group float-label-control">
|
| 168 |
<label for="">Address 3</label>
|
168 |
<label for="">Address 3</label>
|
| 169 |
<input type="text" name="RegisteredAddress3" class="form-control" placeholder="Address 3">
|
169 |
<input type="text" name="registeredAddress3" class="form-control" placeholder="Address 3">
|
| 170 |
</div>
|
170 |
</div>
|
| 171 |
<div class="form-group float-label-control">
|
171 |
<div class="form-group float-label-control">
|
| 172 |
<label for="">City</label>
|
172 |
<label for="">City</label>
|
| 173 |
<input type="text" name="city" class="form-control" placeholder="City">
|
173 |
<input type="text" name="city" class="form-control" placeholder="City">
|
| 174 |
</div>
|
174 |
</div>
|
| Line 219... |
Line 219... |
| 219 |
<option value="West Bengal">West Bengal</option>
|
219 |
<option value="West Bengal">West Bengal</option>
|
| 220 |
</select>
|
220 |
</select>
|
| 221 |
</div>
|
221 |
</div>
|
| 222 |
|
222 |
|
| 223 |
<div class="form-group float-label-control">
|
223 |
<div class="form-group float-label-control">
|
| 224 |
<label for="">Landline</label>
|
224 |
<label for="">landline</label>
|
| 225 |
<input type="text" class="form-control" name="Landline" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Landline">
|
225 |
<input type="text" class="form-control" name="Landline" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Landline">
|
| 226 |
</div>
|
226 |
</div>
|
| 227 |
|
227 |
|
| 228 |
<div class="form-group float-label-control">
|
228 |
<div class="form-group float-label-control">
|
| 229 |
<label for="">Mobile</label>
|
229 |
<label for="">Mobile</label>
|
| 230 |
<input type="text" class="form-control" name="Mobile" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Mobile">
|
230 |
<input type="text" class="form-control" name="mobile" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Mobile">
|
| 231 |
</div>
|
231 |
</div>
|
| 232 |
<div class="form-group float-label-control">
|
232 |
<div class="form-group float-label-control">
|
| 233 |
<label for="">Email1</label>
|
233 |
<label for="">Email1</label>
|
| 234 |
<input type="email" class="form-control" name="RegisteredEmail1" placeholder="Email1">
|
234 |
<input type="email" class="form-control" name="registeredEmail1" placeholder="Email1">
|
| 235 |
</div>
|
235 |
</div>
|
| 236 |
<p>Example:- xyz.hsps@gmail.com</p>
|
236 |
<p>Example:- xyz.hsps@gmail.com</p>
|
| 237 |
|
237 |
|
| 238 |
|
238 |
|
| 239 |
|
239 |
|
| 240 |
<div class="form-group float-label-control">
|
240 |
<div class="form-group float-label-control">
|
| 241 |
<label for="">Email2</label>
|
241 |
<label for="">Email2</label>
|
| 242 |
<input type="email" class="form-control" name="RegisteredEmail2" placeholder="Email2">
|
242 |
<input type="email" class="form-control" name="registeredEmail2" placeholder="Email2">
|
| 243 |
</div>
|
243 |
</div>
|
| 244 |
|
244 |
|
| 245 |
<h4 class="page-header">3. Type of Business Entity</h4>
|
245 |
<h4 class="page-header">3. Type of Business Entity</h4>
|
| 246 |
|
246 |
|
| 247 |
<div class="funkyradio">
|
247 |
<div class="funkyradio">
|
| Line 266... |
Line 266... |
| 266 |
<div class ="Entity">
|
266 |
<div class ="Entity">
|
| 267 |
<div class="SaleProprietorship box" id ="saleSaleProprietorship">Upload <strong>Proprietership proof</strong></div>
|
267 |
<div class="SaleProprietorship box" id ="saleSaleProprietorship">Upload <strong>Proprietership proof</strong></div>
|
| 268 |
<div class="partnership box" id="salePartnership">Upload <strong>Partnership Deed</strong></div>
|
268 |
<div class="partnership box" id="salePartnership">Upload <strong>Partnership Deed</strong></div>
|
| 269 |
</div>
|
269 |
</div>
|
| 270 |
<div class="limitedcompany box" id="salePrivateLimitedCompany">
|
270 |
<div class="limitedcompany box" id="salePrivateLimitedCompany">
|
| 271 |
<div class="form-group float-label-control">
|
271 |
<div class="form-group float-label-control">
|
| 272 |
<label for="">DIN Number</label>
|
272 |
<label for="">DIN Number</label>
|
| 273 |
<input type="text" class="form-control" name="DINNumber" placeholder="DIN Number">
|
273 |
<input type="text" class="form-control" name="dinNumber" placeholder="DIN Number">
|
| 274 |
</div>Upload <strong>Incorporation certificate,Memorandum & Article of association</strong>
|
274 |
</div>Upload <strong>Incorporation certificate,Memorandum & Article of association</strong>
|
| 275 |
</div>
|
275 |
</div>
|
| 276 |
|
276 |
|
| 277 |
|
277 |
|
| 278 |
<div class="LimitedLiabilityPartnership box" id="saleLimitedLiabilityPartnership">
|
278 |
<div class="LimitedLiabilityPartnership box" id="saleLimitedLiabilityPartnership">
|
| 279 |
|
279 |
|
| 280 |
|
280 |
|
| 281 |
<div class="form-group float-label-control">
|
281 |
<div class="form-group float-label-control">
|
| 282 |
<label for="">DIN Number</label>
|
282 |
<label for="">DIN Number</label>
|
| 283 |
<input type="text" class="form-control" name="DINNumber" placeholder="DIN Number">
|
283 |
<input type="text" class="form-control" name="dinNumber" placeholder="DIN Number">
|
| 284 |
</div>Upload <strong>Registration certificate & partnership Deed</strong>
|
284 |
</div>Upload <strong>Registration certificate & partnership Deed</strong>
|
| 285 |
</div>
|
285 |
</div>
|
| 286 |
|
286 |
|
| 287 |
<div class = "form-group file upload">
|
287 |
<div class = "form-group file upload">
|
| 288 |
<input type="file" accept="application/pdf,image/*" name = "bEntitydoc">
|
288 |
<input type="file" accept="application/pdf,image/*" name = "bEntityDoc">
|
| 289 |
</div>
|
289 |
</div>
|
| 290 |
|
290 |
|
| 291 |
|
291 |
|
| 292 |
<h4 class="page-header">4. Goods And Services Tax Number(GST)</h4>
|
292 |
<h4 class="page-header">4. Goods And Services Tax Number(GST)</h4>
|
| 293 |
<div class="Pmpform">
|
293 |
<div class="Pmpform">
|
| 294 |
|
294 |
|
| 295 |
<input type="text" name="GST" class="bform" placeholder="Goods And Services Tax Number"/>
|
295 |
<input type="text" name="gst" class="bform" placeholder="Goods And Services Tax Number"/>
|
| 296 |
</div>
|
296 |
</div>
|
| 297 |
<p>Provide Copy of GST document</p>
|
297 |
<p>Provide Copy of GST document</p>
|
| 298 |
<div class = "file upload">
|
298 |
<div class = "file upload">
|
| 299 |
<input type="file" accept="application/pdf,image/*" name ="GSTdoc">
|
299 |
<input type="file" accept="application/pdf,image/*" name ="gstDoc">
|
| 300 |
</div>
|
300 |
</div>
|
| 301 |
|
301 |
|
| 302 |
|
302 |
|
| 303 |
<h4 class="page-header">5. Permanent Account Number(Pan)</h4>
|
303 |
<h4 class="page-header">5. Permanent Account Number(Pan)</h4>
|
| 304 |
<div class="form-group ">
|
304 |
<div class="form-group ">
|
| 305 |
|
305 |
|
| 306 |
<label for=""></label>
|
306 |
<label for=""></label>
|
| 307 |
<input type="text" name="pan" class="bform" placeholder="Permanent Account Number"/></div>
|
307 |
<input type="text" name="pan" maxlength="10" class="bform" placeholder="Permanent Account Number"/></div>
|
| 308 |
<p>Provide Copy of Pan </p>
|
308 |
<p>Provide Copy of Pan </p>
|
| 309 |
|
309 |
|
| 310 |
<div class = "form-group file upload">
|
310 |
<div class = "form-group file upload">
|
| 311 |
|
311 |
|
| 312 |
<input type="file" accept="application/pdf,image/*" name="Pandoc">
|
312 |
<input type="file" accept="application/pdf,image/*" name="panDoc">
|
| 313 |
</div>
|
313 |
</div>
|
| 314 |
|
314 |
|
| 315 |
|
315 |
|
| 316 |
<h4 class="page-header">6. Full Details Of BusinessEntity</h4>
|
316 |
<h4 class="page-header">6. Full Details Of BusinessEntity</h4>
|
| 317 |
|
317 |
|
| 318 |
<div class="funkyradio">
|
318 |
<div class="funkyradio">
|
| 319 |
<div class="funkyradio-primary">
|
319 |
<div class="funkyradio-primary">
|
| 320 |
<input type="radio" name="bPmpdetail" id="business1" value="Proprietor" required>
|
320 |
<input type="radio" name="bPmpDetail" id="business1" value="Proprietor" required>
|
| 321 |
<label for="business1">Proprietor</label>
|
321 |
<label for="business1">Proprietor</label>
|
| 322 |
</div>
|
322 |
</div>
|
| 323 |
<div class="funkyradio-primary">
|
323 |
<div class="funkyradio-primary">
|
| 324 |
<input type="radio" name="bPmpdetail" id="business2" value="Partners" required>
|
324 |
<input type="radio" name="bPmpDetail" id="business2" value="Partners" required>
|
| 325 |
<label for="business2">Partners</label>
|
325 |
<label for="business2">Partners</label>
|
| 326 |
</div>
|
326 |
</div>
|
| 327 |
<div class="funkyradio-primary">
|
327 |
<div class="funkyradio-primary">
|
| 328 |
<input type="radio" name="bPmpdetail" id="business3" value="Directors" required>
|
328 |
<input type="radio" name="bPmpDetail" id="business3" value="Directors" required>
|
| 329 |
<label for="business3">Directors</label>
|
329 |
<label for="business3">Directors</label>
|
| 330 |
</div>
|
330 |
</div>
|
| 331 |
</div>
|
331 |
</div>
|
| 332 |
|
332 |
|
| 333 |
<div class="tablecontainer">
|
333 |
<div class="tablecontainer">
|
| Line 342... |
Line 342... |
| 342 |
<th class="PMPownership">Share %</th>
|
342 |
<th class="PMPownership">Share %</th>
|
| 343 |
|
343 |
|
| 344 |
</tr>
|
344 |
</tr>
|
| 345 |
<tr>
|
345 |
<tr>
|
| 346 |
|
346 |
|
| 347 |
<td class="form-group"><input type="text" name="ProprietorbusineesName"size="25"></td>
|
347 |
<td class="form-group"><input type="text" name="proprietorBusineesName"size="25"></td>
|
| 348 |
<td class="form-group"><textarea row="3" name="ProprietorAddress"></textarea></td>
|
348 |
<td class="form-group"><textarea row="3" name="proprietorAddress"></textarea></td>
|
| 349 |
<td class="form-group"><input type="text" name="Proprietorphone" maxlength="10" pattern="[0-9]{10}"size="10"></th>
|
349 |
<td class="form-group"><input type="text" name="proprietorPhone" maxlength="10" pattern="[0-9]{10}"size="10"></th>
|
| 350 |
<td class="form-group"><input type="text" name="Proprietorpan" maxlength="10" title="Please enter correct pan number"size="10"></td>
|
350 |
<td class="form-group"><input type="text" name="proprietorPan" maxlength="10" title="Please enter correct pan number"size="10"></td>
|
| 351 |
<td class="form-group"><input type="text" name= "Proprietoradhaar" size="15"></td>
|
351 |
<td class="form-group"><input type="text" name= "proprietorAdhaar" size="15"></td>
|
| 352 |
<td class="form-group"><input type="email" name= "Proprietoremail" size="20"></td>
|
352 |
<td class="form-group"><input type="email" name= "proprietorEmail" size="20"></td>
|
| 353 |
<td class="form-group"><input type="text" pattern="[0-9]" name="Proprietorowner" size="10"></td>
|
353 |
<td class="form-group"><input type="text" pattern="[0-9]" name="proprietorOwner" size="10"></td>
|
| 354 |
|
354 |
|
| 355 |
</tr>
|
355 |
</tr>
|
| 356 |
|
356 |
|
| 357 |
|
357 |
|
| 358 |
</table>
|
358 |
</table>
|
| Line 373... |
Line 373... |
| 373 |
</tr>
|
373 |
</tr>
|
| 374 |
<tr>
|
374 |
<tr>
|
| 375 |
|
375 |
|
| 376 |
<td class="form-group"><input name="partnerName1"type="text" size="25"></td>
|
376 |
<td class="form-group"><input name="partnerName1"type="text" size="25"></td>
|
| 377 |
<td class="form-group"><textarea name="partnerAddress1" type="text" size="60"></textarea></td>
|
377 |
<td class="form-group"><textarea name="partnerAddress1" type="text" size="60"></textarea></td>
|
| 378 |
<td class="form-group"><input name = "partnerphone1" pattern="[0-9]{10}"type="text" size="10"></th>
|
378 |
<td class="form-group"><input name = "partnerPhone1" pattern="[0-9]{10}"type="text" size="10"></th>
|
| 379 |
<td class="form-group"><input name ="partnerpan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
379 |
<td class="form-group"><input name ="partnerPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 380 |
<td class="form-group"><input name="partneradhaar1" type="text" size="15"></td>
|
380 |
<td class="form-group"><input name="partnerAdhaar1" type="text" size="15"></td>
|
| 381 |
<td class="form-group"><input name="partneremail1" type="email" size="20"></td>
|
381 |
<td class="form-group"><input name="partnerEmail1" type="email" size="20"></td>
|
| 382 |
<td class="form-group"><input name="partnerowner1" type="text"pattern="[0-9]"size="10"></td>
|
382 |
<td class="form-group"><input name="partnerOwner1" type="text"pattern="[0-9]"size="10"></td>
|
| 383 |
|
383 |
|
| 384 |
</tr>
|
384 |
</tr>
|
| 385 |
|
385 |
|
| 386 |
|
386 |
|
| 387 |
</table>
|
387 |
</table>
|
| Line 400... |
Line 400... |
| 400 |
</tr>
|
400 |
</tr>
|
| 401 |
<tr>
|
401 |
<tr>
|
| 402 |
|
402 |
|
| 403 |
<td class="form-group"><input name="partnerName2"type="text" size="25"></td>
|
403 |
<td class="form-group"><input name="partnerName2"type="text" size="25"></td>
|
| 404 |
<td class="form-group"><textarea name="partnerAddress2" type="text" size="60"></textarea></td>
|
404 |
<td class="form-group"><textarea name="partnerAddress2" type="text" size="60"></textarea></td>
|
| 405 |
<td class="form-group"><input name = "partnerphone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
405 |
<td class="form-group"><input name = "partnerPhone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
| 406 |
<td class="businesspan"><input name ="partnerpan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
406 |
<td class="businesspan"><input name ="partnerPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 407 |
<td class="form-group"><input name="partneradhaar2" type="text" size="15"></td>
|
407 |
<td class="form-group"><input name="partnerAdhaar2" type="text" size="15"></td>
|
| 408 |
<td class="form-group"><input name="partneremail2" type="email" size="20"></td>
|
408 |
<td class="form-group"><input name="partnerEmail2" type="email" size="20"></td>
|
| 409 |
<td class="form-group"><input name="partnerowner2" pattern="[0-9]" type="text" size="10"></td>
|
409 |
<td class="form-group"><input name="partnerOwner2" pattern="[0-9]" type="text" size="10"></td>
|
| 410 |
|
410 |
|
| 411 |
</tr>
|
411 |
</tr>
|
| 412 |
|
412 |
|
| 413 |
</table>
|
413 |
</table>
|
| 414 |
<table class="businessdetail">
|
414 |
<table class="businessdetail">
|
| Line 424... |
Line 424... |
| 424 |
</tr>
|
424 |
</tr>
|
| 425 |
<tr>
|
425 |
<tr>
|
| 426 |
|
426 |
|
| 427 |
<td class="form-group"><input name="partnerName3"type="text" size="25"></td>
|
427 |
<td class="form-group"><input name="partnerName3"type="text" size="25"></td>
|
| 428 |
<td class="form-group"><textarea name="partnerAddress3" type="text" size="60"></textarea></td>
|
428 |
<td class="form-group"><textarea name="partnerAddress3" type="text" size="60"></textarea></td>
|
| 429 |
<td class="form-group"><input name = "partnerphone3" type="text" maxlength = "10" pattern="[0-9]{10}" size="10"></th>
|
429 |
<td class="form-group"><input name = "partnerPhone3" type="text" maxlength = "10" pattern="[0-9]{10}" size="10"></th>
|
| 430 |
<td class="form-group"><input name ="partnerpan3"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
430 |
<td class="form-group"><input name ="partnerPan3"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 431 |
<td class="form-groupr"><input name="partneradhaar3" type="text" size="15"></td>
|
431 |
<td class="form-groupr"><input name="partnerAdhaar3" type="text" size="15"></td>
|
| 432 |
<td class="form-group"><input name="partneremail3" type="email" size="20"></td>
|
432 |
<td class="form-group"><input name="partnerEmail3" type="email" size="20"></td>
|
| 433 |
<td class="form-group"><input name="partnerowner3" pattern="[0-9" type="text" size="10"></td>
|
433 |
<td class="form-group"><input name="partnerOwner3" pattern="[0-9" type="text" size="10"></td>
|
| 434 |
|
434 |
|
| 435 |
</tr>
|
435 |
</tr>
|
| 436 |
|
436 |
|
| 437 |
|
437 |
|
| 438 |
</table>
|
438 |
</table>
|
| Line 452... |
Line 452... |
| 452 |
</tr>
|
452 |
</tr>
|
| 453 |
<tr>
|
453 |
<tr>
|
| 454 |
|
454 |
|
| 455 |
<td class="form-group"><input name="partnerName4"type="text" size="25"></td>
|
455 |
<td class="form-group"><input name="partnerName4"type="text" size="25"></td>
|
| 456 |
<td class="form-group"><textarea name="partnerAddress4" type="text" size="60"></textarea></td>
|
456 |
<td class="form-group"><textarea name="partnerAddress4" type="text" size="60"></textarea></td>
|
| 457 |
<td class="form-group"><input name = "partnerphone4" pattern="[0-9]{10}" type="text" size="10"></th>
|
457 |
<td class="form-group"><input name = "partnerPhone4" pattern="[0-9]{10}" type="text" size="10"></th>
|
| 458 |
<td class="form-group"><input name ="partnerpan4"type="text" maxlength = "10"title="Please enter correct pan number"size="10"></td>
|
458 |
<td class="form-group"><input name ="partnerPan4"type="text" maxlength = "10"title="Please enter correct pan number"size="10"></td>
|
| 459 |
<td class="form-group"><input name="partneradhaar4" type="text" size="15"></td>
|
459 |
<td class="form-group"><input name="partnerAdhaar4" type="text" size="15"></td>
|
| 460 |
<td class="form-group"><input name="partneremail4" type="email" size="20"></td>
|
460 |
<td class="form-group"><input name="partnerEmail4" type="email" size="20"></td>
|
| 461 |
<td class="form-group"><input name="partnerowner4" pattern="[0-9]" type="text" size="10"></td>
|
461 |
<td class="form-group"><input name="partnerOwner4" pattern="[0-9]" type="text" size="10"></td>
|
| 462 |
|
462 |
|
| 463 |
</tr>
|
463 |
</tr>
|
| 464 |
|
464 |
|
| 465 |
|
465 |
|
| 466 |
</table>
|
466 |
</table>
|
| Line 481... |
Line 481... |
| 481 |
|
481 |
|
| 482 |
</tr>
|
482 |
</tr>
|
| 483 |
<tr>
|
483 |
<tr>
|
| 484 |
<td class="form-group"><input name="shareholderName1"type="text" size="25"></td>
|
484 |
<td class="form-group"><input name="shareholderName1"type="text" size="25"></td>
|
| 485 |
<td class="form-group"><textarea name="shareholderAddress1" type="text" size="60"></textarea></td>
|
485 |
<td class="form-group"><textarea name="shareholderAddress1" type="text" size="60"></textarea></td>
|
| 486 |
<td class="form-group"><input name = "shareholderphone1" pattern="[0-9]{10}" type="text" size="10"></th>
|
486 |
<td class="form-group"><input name = "shareholderPhone1" pattern="[0-9]{10}" type="text" size="10"></th>
|
| 487 |
<td class="form-group"><input name ="shareholderpan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
487 |
<td class="form-group"><input name ="shareholderPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 488 |
<td class="form-group"><input name="shareholderadhaar1" type="text" size="15"></td>
|
488 |
<td class="form-group"><input name="shareholderAdhaar1" type="text" size="15"></td>
|
| 489 |
<td class="form-group"><input name="shareholderemail1" type="email" size="20"></td>
|
489 |
<td class="form-group"><input name="shareholderEmail1" type="email" size="20"></td>
|
| 490 |
<td class="form-group"><input name="shareholderowner1" pattern="[0-9]" type="text" size="10"></td>
|
490 |
<td class="form-group"><input name="shareholderOwner1" pattern="[0-9]" type="text" size="10"></td>
|
| 491 |
|
491 |
|
| 492 |
</tr>
|
492 |
</tr>
|
| 493 |
|
493 |
|
| 494 |
|
494 |
|
| 495 |
</table>
|
495 |
</table>
|
| Line 506... |
Line 506... |
| 506 |
|
506 |
|
| 507 |
</tr>
|
507 |
</tr>
|
| 508 |
<tr>
|
508 |
<tr>
|
| 509 |
<td class="form-group"><input name="shareholderName2"type="text" size="25"></td>
|
509 |
<td class="form-group"><input name="shareholderName2"type="text" size="25"></td>
|
| 510 |
<td class="form-group"><textarea name="shareholderAddress2" type="text" size="60"></textarea></td>
|
510 |
<td class="form-group"><textarea name="shareholderAddress2" type="text" size="60"></textarea></td>
|
| 511 |
<td class="form-group"><input name = "shareholderphone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
511 |
<td class="form-group"><input name = "shareholderPhone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
| 512 |
<td class="form-group"><input name ="shareholderpan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
512 |
<td class="form-group"><input name ="shareholderPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 513 |
<td class="form-group"><input name="shareholderadhaar2" type="text" size="15"></td>
|
513 |
<td class="form-group"><input name="shareholderAdhaar2" type="text" size="15"></td>
|
| 514 |
<td class="form-group"><input name="shareholderemail2" type="email" size="20"></td>
|
514 |
<td class="form-group"><input name="shareholderEmail2" type="email" size="20"></td>
|
| 515 |
<td class="form-group"><input name="shareholderowner2" pattern="[0-9]" type="text" size="10"></td>
|
515 |
<td class="form-group"><input name="shareholderOwner2" pattern="[0-9]" type="text" size="10"></td>
|
| 516 |
|
516 |
|
| 517 |
</tr>
|
517 |
</tr>
|
| 518 |
</table>
|
518 |
</table>
|
| 519 |
|
519 |
|
| 520 |
<table class="businessdetail">
|
520 |
<table class="businessdetail">
|
| Line 529... |
Line 529... |
| 529 |
|
529 |
|
| 530 |
</tr>
|
530 |
</tr>
|
| 531 |
<tr>
|
531 |
<tr>
|
| 532 |
<td class="form-group"><input name="shareholderName3"type="text" size="25"></td>
|
532 |
<td class="form-group"><input name="shareholderName3"type="text" size="25"></td>
|
| 533 |
<td class="form-group"><textarea name="shareholderAddress3" type="text" size="60"></textarea></td>
|
533 |
<td class="form-group"><textarea name="shareholderAddress3" type="text" size="60"></textarea></td>
|
| 534 |
<td class="form-group"><input name = "shareholderphone3" pattern="[0-9]{10}" type="text" size="10"></th>
|
534 |
<td class="form-group"><input name = "shareholderPhone3" pattern="[0-9]{10}" type="text" size="10"></th>
|
| 535 |
<td class="form-group"><input name ="shareholderpan3" type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
535 |
<td class="form-group"><input name ="shareholderPan3" type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 536 |
<td class="form-group"><input name="shareholderadhaar3" type="text" size="15"></td>
|
536 |
<td class="form-group"><input name="shareholderAdhaar3" type="text" size="15"></td>
|
| 537 |
<td class="form-group"><input name="shareholderemail3" type="email" size="20"></td>
|
537 |
<td class="form-group"><input name="shareholderEmail3" type="email" size="20"></td>
|
| 538 |
<td class="form-group"><input name="shareholderowner3" pattern="[0-9]" type="text" size="10"></td>
|
538 |
<td class="form-group"><input name="shareholderOwner3" pattern="[0-9]" type="text" size="10"></td>
|
| 539 |
|
539 |
|
| 540 |
</tr>
|
540 |
</tr>
|
| 541 |
|
541 |
|
| 542 |
</table>
|
542 |
</table>
|
| 543 |
|
543 |
|
| Line 553... |
Line 553... |
| 553 |
|
553 |
|
| 554 |
</tr>
|
554 |
</tr>
|
| 555 |
<tr>
|
555 |
<tr>
|
| 556 |
<td class="form-group"><input name="shareholderName4"type="text" size="25"></td>
|
556 |
<td class="form-group"><input name="shareholderName4"type="text" size="25"></td>
|
| 557 |
<td class="form-group"><textarea name="shareholderAddress4" type="text" size="60"></textarea></td>
|
557 |
<td class="form-group"><textarea name="shareholderAddress4" type="text" size="60"></textarea></td>
|
| 558 |
<td class="form-group"><input name = "shareholderphone4"type="text" pattern="[0-9]{10}" size="10"></th>
|
558 |
<td class="form-group"><input name = "shareholderPhone4"type="text" pattern="[0-9]{10}" size="10"></th>
|
| 559 |
<td class="form-group"><input name ="shareholderpan4"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
559 |
<td class="form-group"><input name ="shareholderPan4"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
| 560 |
<td class="form-group"><input name="shareholderadhaar3" type="text" size="15"></td>
|
560 |
<td class="form-group"><input name="shareholderAdhaar3" type="text" size="15"></td>
|
| 561 |
<td class="form-group"><input name="shareholderemail4" type="email" size="20"></td>
|
561 |
<td class="form-group"><input name="shareholderEmail4" type="email" size="20"></td>
|
| 562 |
<td class="form-group"><input name="shareholderowner4" pattern="[0-9]" type="text" size="10"></td>
|
562 |
<td class="form-group"><input name="shareholderOwner4" pattern="[0-9]" type="text" size="10"></td>
|
| 563 |
|
563 |
|
| 564 |
</tr>
|
564 |
</tr>
|
| 565 |
|
565 |
|
| 566 |
|
566 |
|
| 567 |
</table>
|
567 |
</table>
|
| Line 571... |
Line 571... |
| 571 |
<h4 class="page-header">7. Store Manager Detail</h4>
|
571 |
<h4 class="page-header">7. Store Manager Detail</h4>
|
| 572 |
|
572 |
|
| 573 |
|
573 |
|
| 574 |
<div class="form-group">
|
574 |
<div class="form-group">
|
| 575 |
<label for="">Name
|
575 |
<label for="">Name
|
| 576 |
<input type="text" name="Managername"placeholder="Name"></label>
|
576 |
<input type="text" name="managerName"placeholder="Name"></label>
|
| 577 |
<label for="">Mobile
|
577 |
<label for="">Mobile
|
| 578 |
<input type="text" name="ManagerNo" pattern="[0-9]{10}" title="Please enter Valid Mobile number" placeholder="Mobile No"> </label>
|
578 |
<input type="text" name="managerNo" pattern="[0-9]{10}" title="Please enter Valid Mobile number" placeholder="Mobile No"> </label>
|
| 579 |
<label for="">Email
|
579 |
<label for="">Email
|
| 580 |
<input type="email" name="Manageremail"size="25px" placeholder="Emailid"> </label>
|
580 |
<input type="email" name="managerEmail"size="25px" placeholder="Emailid"> </label>
|
| 581 |
|
581 |
|
| 582 |
</div>
|
582 |
</div>
|
| 583 |
|
583 |
|
| 584 |
|
584 |
|
| 585 |
<h4 class="page-header">8. Manpower Details</h4>
|
585 |
<h4 class="page-header">8. Manpower Details</h4>
|
| 586 |
|
586 |
|
| 587 |
<div class="form-group">
|
587 |
<div class="form-group">
|
| 588 |
<label for="">Number of Employees
|
588 |
<label for="">Number of Employees
|
| 589 |
<input type="text" " pattern="[0-9]" name="noofemployees"placeholder="Number of Employees"></label>
|
589 |
<input type="text" " pattern="[0-9]" name="noOfEmployees"placeholder="Number of Employees"></label>
|
| 590 |
<label for="">Management Staff
|
590 |
<label for="">Management Staff
|
| 591 |
<input type="text" " pattern="[0-9]" name="Managementstaff" placeholder="Management Staff"> </label>
|
591 |
<input type="text" " pattern="[0-9]" name="managementStaff" placeholder="Management Staff"> </label>
|
| 592 |
|
592 |
|
| 593 |
</div>
|
593 |
</div>
|
| 594 |
|
594 |
|
| 595 |
<h4 class="page-header">9. Experience In Telecom Trade/other Trade (Brand & Product Category)</h4>
|
595 |
<h4 class="page-header">9. Experience In Telecom Trade/other Trade (Brand & Product Category)</h4>
|
| 596 |
<div class="bcontacts">
|
596 |
<div class="bcontacts">
|
| 597 |
<textarea rows="4" name="ExperienceinTelecome"cols="50" placeholder="Describe yourself here..."></textarea>
|
597 |
<textarea rows="4" name="experienceinTelecome"cols="50" placeholder="Describe yourself here..."></textarea>
|
| 598 |
</div>
|
598 |
</div>
|
| 599 |
|
599 |
|
| 600 |
<h4 class="page-header">10. Description of Existing Business & Annual Turnover</h4>
|
600 |
<h4 class="page-header">10. Description of Existing Business & Annual Turnover</h4>
|
| 601 |
<div class="bcontacts">
|
601 |
<div class="bcontacts">
|
| 602 |
<textarea rows="4" name="descriptionofExistingbusiness"cols="50" placeholder="Describe yourself here..."></textarea>
|
602 |
<textarea rows="4" name="descriptionofExistingBusiness"cols="50" placeholder="Describe yourself here..."></textarea>
|
| 603 |
</div>
|
603 |
</div>
|
| 604 |
<p>Please Provide ITR of last Two years</p>
|
604 |
<p>Please Provide ITR of last Two years</p>
|
| 605 |
<div class = "form-group file upload">
|
605 |
<div class = "form-group file upload">
|
| 606 |
<input type="file" accept="application/pdf,image/*" name ="ITRdoc">
|
606 |
<input type="file" accept="application/pdf,image/*" name ="itrDoc">
|
| 607 |
</div>
|
607 |
</div>
|
| 608 |
|
608 |
|
| 609 |
|
609 |
|
| 610 |
<h4 class="page-header">11.Business Model</h4>
|
610 |
<h4 class="page-header">11.Business Model</h4>
|
| 611 |
|
611 |
|
| 612 |
<div class="btn-group">
|
612 |
<div class="btn-group">
|
| 613 |
<label class="btn btn-default">
|
613 |
<label class="btn btn-default">
|
| 614 |
<input type="radio" name="businessmodel" value="Retailer" required>
|
614 |
<input type="radio" name="businessModel" value="Retailer" required>
|
| 615 |
<span>Retailer</span>
|
615 |
<span>Retailer</span>
|
| 616 |
</label>
|
616 |
</label>
|
| 617 |
<label class="btn btn-default">
|
617 |
<label class="btn btn-default">
|
| 618 |
<input type="radio" name="businessmodel" value="Distributor" required>
|
618 |
<input type="radio" name="businessModel" value="Distributor" required>
|
| 619 |
<span>Distributor</span>
|
619 |
<span>Distributor</span>
|
| 620 |
</label>
|
620 |
</label>
|
| 621 |
<label class="btn btn-default">
|
621 |
<label class="btn btn-default">
|
| 622 |
<input type="radio" name="businessmodel" value="Franchises" required>
|
622 |
<input type="radio" name="businessModel" value="Franchises" required>
|
| 623 |
<span>Franchises</span>
|
623 |
<span>Franchises</span>
|
| 624 |
</label>
|
624 |
</label>
|
| 625 |
<label class="btn btn-default">
|
625 |
<label class="btn btn-default">
|
| 626 |
<input type="radio" name="businessmodel" value="Other" required>
|
626 |
<input type="radio" name="businessModel" value="Other" required>
|
| 627 |
<span>Other</span>
|
627 |
<span>Other</span>
|
| 628 |
</label>
|
628 |
</label>
|
| 629 |
</div>
|
629 |
</div>
|
| 630 |
|
630 |
|
| 631 |
|
631 |
|
| 632 |
<h4 class="page-header">12. Selling Online (if yes, Please Specify Portal Names)</h4>
|
632 |
<h4 class="page-header">12. Selling Online (if yes, Please Specify Portal Names)</h4>
|
| 633 |
|
633 |
|
| 634 |
<div class="btn-group">
|
634 |
<div class="btn-group">
|
| 635 |
<label class="btn btn-default">
|
635 |
<label class="btn btn-default">
|
| 636 |
<input type="radio" name="sellingonline" value="yes">
|
636 |
<input type="radio" name="sellingOnline" value="yes">
|
| 637 |
<span>Yes</span>
|
637 |
<span>Yes</span>
|
| 638 |
</label>
|
638 |
</label>
|
| 639 |
<label class="btn btn-default">
|
639 |
<label class="btn btn-default">
|
| 640 |
<input type="radio" name="sellingonline" value="no">
|
640 |
<input type="radio" name="sellingOnline" value="no">
|
| 641 |
<span>No</span>
|
641 |
<span>No</span>
|
| 642 |
</label>
|
642 |
</label>
|
| 643 |
</div>
|
643 |
</div>
|
| 644 |
<div class="form-group portal Names" id = "sellingyes">
|
644 |
<div class="form-group portal Names" id = "sellingyes">
|
| 645 |
<label>Portal Names</label>
|
645 |
<label>Portal Names</label>
|
| Line 652... |
Line 652... |
| 652 |
<div class="form-group">
|
652 |
<div class="form-group">
|
| 653 |
<label>
|
653 |
<label>
|
| 654 |
|
654 |
|
| 655 |
<input type="number" name="east" placeholder="East(Sq Feet)">
|
655 |
<input type="number" name="east" placeholder="East(Sq Feet)">
|
| 656 |
<input type="number" name="west" placeholder="West(Sq Feet)">
|
656 |
<input type="number" name="west" placeholder="West(Sq Feet)">
|
| 657 |
<input type="number" name="North" placeholder="North(Sq Feet)">
|
657 |
<input type="number" name="north" placeholder="North(Sq Feet)">
|
| 658 |
</label>
|
658 |
</label>
|
| 659 |
</div>
|
659 |
</div>
|
| 660 |
<br>
|
660 |
<br>
|
| 661 |
<div class="form-group">
|
661 |
<div class="form-group">
|
| 662 |
<label>
|
662 |
<label>
|
| 663 |
|
663 |
|
| 664 |
<input type="number" name="south" placeholder="South(Sq Feet)">
|
664 |
<input type="number" name="south" placeholder="South(Sq Feet)">
|
| 665 |
<input type="number" name="front" placeholder="Front(Sq Feet)">
|
665 |
<input type="number" name="front" placeholder="Front(Sq Feet)">
|
| 666 |
<input type="number" name="roadsize" placeholder="Road Size in Front(Sq Feet)">
|
666 |
<input type="number" name="roadSize" placeholder="Road Size in Front(Sq Feet)">
|
| 667 |
|
667 |
|
| 668 |
</label>
|
668 |
</label>
|
| 669 |
</div>
|
669 |
</div>
|
| 670 |
|
670 |
|
| 671 |
</div>
|
671 |
</div>
|
| Line 689... |
Line 689... |
| 689 |
|
689 |
|
| 690 |
<h4 class="page-header">14. Status of Shop</h4>
|
690 |
<h4 class="page-header">14. Status of Shop</h4>
|
| 691 |
|
691 |
|
| 692 |
<div class="btn-group">
|
692 |
<div class="btn-group">
|
| 693 |
<label class="btn btn-default">
|
693 |
<label class="btn btn-default">
|
| 694 |
<input type="radio" name="shopstatus" value="semifurnished">
|
694 |
<input type="radio" name="shopStatus" value="semifurnished">
|
| 695 |
<span>Semi Furnished</span>
|
695 |
<span>Semi Furnished</span>
|
| 696 |
</label>
|
696 |
</label>
|
| 697 |
<label class="btn btn-default">
|
697 |
<label class="btn btn-default">
|
| 698 |
<input type="radio" name="shopstatus" value="fullfurnished">
|
698 |
<input type="radio" name="shopStatus" value="fullfurnished">
|
| 699 |
<span>Full Furnished</span>
|
699 |
<span>Full Furnished</span>
|
| 700 |
</label>
|
700 |
</label>
|
| 701 |
</div>
|
701 |
</div>
|
| 702 |
|
702 |
|
| 703 |
<div class="checkboxes status" id ="shopsemifurnished">
|
703 |
<div class="checkboxes status" id ="shopsemifurnished">
|
| Line 747... |
Line 747... |
| 747 |
</label>
|
747 |
</label>
|
| 748 |
</div>
|
748 |
</div>
|
| 749 |
|
749 |
|
| 750 |
<div class="form-group bdetail">
|
750 |
<div class="form-group bdetail">
|
| 751 |
<p>Provide Pictures of the Shop From 3 different Angles and cieling and floorig</p>
|
751 |
<p>Provide Pictures of the Shop From 3 different Angles and cieling and floorig</p>
|
| 752 |
<input type="file" name="angledoc1" accept="application/pdf,image/*" >
|
752 |
<input type="file" name="angleDoc1" accept="application/pdf,image/*" >
|
| 753 |
<input type="file" name="angledoc2" accept="application/pdf,image/*" >
|
753 |
<input type="file" name="angleDoc2" accept="application/pdf,image/*" >
|
| 754 |
<input type="file" name="angledoc3" accept="application/pdf,image/*" >
|
754 |
<input type="file" name="angleDoc3" accept="application/pdf,image/*" >
|
| 755 |
<input type="file" name="angledoc4" accept="application/pdf,image/*" >
|
755 |
<input type="file" name="angleDoc4" accept="application/pdf,image/*" >
|
| 756 |
<input type="file" name="angledoc5" accept="application/pdf,image/*">
|
756 |
<input type="file" name="angleDoc5" accept="application/pdf,image/*">
|
| 757 |
</div>
|
757 |
</div>
|
| 758 |
|
758 |
|
| 759 |
<h4 class="page-header">16. Location of Shop</h4>
|
759 |
<h4 class="page-header">16. Location of Shop</h4>
|
| 760 |
<div class="btn-group">
|
760 |
<div class="btn-group">
|
| 761 |
<label class="btn btn-default">
|
761 |
<label class="btn btn-default">
|
| Line 776... |
Line 776... |
| 776 |
|
776 |
|
| 777 |
|
777 |
|
| 778 |
<h4 class="page-header">17.Nearest Mobile Store</h4>
|
778 |
<h4 class="page-header">17.Nearest Mobile Store</h4>
|
| 779 |
<div class="btn-group">
|
779 |
<div class="btn-group">
|
| 780 |
<label class="btn btn-default">
|
780 |
<label class="btn btn-default">
|
| 781 |
<input type="radio" name="neareststore" value="100mtrs">
|
781 |
<input type="radio" name="nearestStore" value="100mtrs">
|
| 782 |
<span>100Mtrs</span>
|
782 |
<span>100Mtrs</span>
|
| 783 |
</label>
|
783 |
</label>
|
| 784 |
<label class="btn btn-default">
|
784 |
<label class="btn btn-default">
|
| 785 |
<input type="radio" name="neareststore" value="200mtrs">
|
785 |
<input type="radio" name="nearestStore" value="200mtrs">
|
| 786 |
<span>200Mtrs</span>
|
786 |
<span>200Mtrs</span>
|
| 787 |
</label>
|
787 |
</label>
|
| 788 |
<label class="btn btn-default">
|
788 |
<label class="btn btn-default">
|
| 789 |
<input type="radio" name="neareststore" value="500mtrs">
|
789 |
<input type="radio" name="nearestStore" value="500mtrs">
|
| 790 |
<span>500Mtrs</span>
|
790 |
<span>500Mtrs</span>
|
| 791 |
</label>
|
791 |
</label>
|
| 792 |
|
792 |
|
| 793 |
</div>
|
793 |
</div>
|
| 794 |
|
794 |
|
| 795 |
<div class="form-group location">
|
795 |
<div class="form-group location">
|
| 796 |
<label>Name of the Shop</label>
|
796 |
<label>Name of the Shop</label>
|
| 797 |
<input type="text" size ="35" name="storename">
|
797 |
<input type="text" size ="35" name="storeName">
|
| 798 |
<br>
|
798 |
<br>
|
| 799 |
<br>
|
799 |
<br>
|
| 800 |
<label>Address of the Shop</label>
|
800 |
<label>Address of the Shop</label>
|
| 801 |
<input type="text" size ="65" name="storeAddress">
|
801 |
<input type="text" size ="65" name="storeAddress">
|
| 802 |
</div>
|
802 |
</div>
|
| Line 826... |
Line 826... |
| 826 |
|
826 |
|
| 827 |
</div>
|
827 |
</div>
|
| 828 |
|
828 |
|
| 829 |
<div class="form-group bdetail">
|
829 |
<div class="form-group bdetail">
|
| 830 |
<p>Provide relevant documents (Electricity bill/Rent Agreement/Lease Deed)to prove the status of ownership</p>
|
830 |
<p>Provide relevant documents (Electricity bill/Rent Agreement/Lease Deed)to prove the status of ownership</p>
|
| 831 |
<input type="file" accept="application/pdf,image/*" name="ownershipdoc">
|
831 |
<input type="file" accept="application/pdf,image/*" name="ownershipDoc">
|
| 832 |
</div>
|
832 |
</div>
|
| 833 |
|
833 |
|
| 834 |
|
834 |
|
| 835 |
<h4 class="page-header">19. Insurance of Shop (if yes,Please provide the copy of the same)</h4>
|
835 |
<h4 class="page-header">19. Insurance of Shop (if yes,Please provide the copy of the same)</h4>
|
| 836 |
|
836 |
|
| 837 |
|
837 |
|
| 838 |
<div class="btn-group">
|
838 |
<div class="btn-group">
|
| 839 |
<label class="btn btn-default">
|
839 |
<label class="btn btn-default">
|
| 840 |
<input type="radio" name="Insurance" value="yes">
|
840 |
<input type="radio" name="insurance" value="yes">
|
| 841 |
<span>Yes</span>
|
841 |
<span>Yes</span>
|
| 842 |
</label>
|
842 |
</label>
|
| 843 |
<label class="btn btn-default">
|
843 |
<label class="btn btn-default">
|
| 844 |
<input type="radio" name="Insurance" value="no">
|
844 |
<input type="radio" name="insurance" value="no">
|
| 845 |
<span>No</span>
|
845 |
<span>No</span>
|
| 846 |
</label>
|
846 |
</label>
|
| 847 |
</div>
|
847 |
</div>
|
| 848 |
|
848 |
|
| 849 |
<div class="form-group insurance doc" id= "docyes">
|
849 |
<div class="form-group insurance doc" id= "docyes">
|
| 850 |
<p>Please provide copy of insurance document</p>
|
850 |
<p>Please provide copy of insurance document</p>
|
| 851 |
<input type="file" accept="application/pdf,image/*" name="insurancedoc">
|
851 |
<input type="file" accept="application/pdf,image/*" name="insuranceDoc">
|
| 852 |
</div>
|
852 |
</div>
|
| 853 |
|
853 |
|
| 854 |
|
854 |
|
| 855 |
<h4 class="page-header">20. Loan on shop (LAP/BL/CC/others)</h4>
|
855 |
<h4 class="page-header">20. Loan on shop (LAP/BL/CC/others)</h4>
|
| 856 |
|
856 |
|
| Line 865... |
Line 865... |
| 865 |
</label>
|
865 |
</label>
|
| 866 |
</div>
|
866 |
</div>
|
| 867 |
|
867 |
|
| 868 |
<div class="form-group loan document" id ="documentyes">
|
868 |
<div class="form-group loan document" id ="documentyes">
|
| 869 |
<p>Please provide current statement Letter</p>
|
869 |
<p>Please provide current statement Letter</p>
|
| 870 |
<input type="file" accept="application/pdf,image/*" name="loandoc">
|
870 |
<input type="file" accept="application/pdf,image/*" name="loanDoc">
|
| 871 |
|
871 |
|
| 872 |
<p>Please provide current sanction Letter</p>
|
872 |
<p>Please provide current sanction Letter</p>
|
| 873 |
<input type="file" accept="application/pdf,image/*" name="sanctiondoc">
|
873 |
<input type="file" accept="application/pdf,image/*" name="sanctionDoc">
|
| 874 |
</div>
|
874 |
</div>
|
| 875 |
|
875 |
|
| 876 |
|
876 |
|
| 877 |
<h4 class="page-header">21. Bank Name & Address</h4>
|
877 |
<h4 class="page-header">21. Bank Name & Address</h4>
|
| 878 |
|
878 |
|
| 879 |
<div class="form-group float-label-control">
|
879 |
<div class="form-group float-label-control">
|
| 880 |
<label for="">Account Number</label>
|
880 |
<label for="">Account Number</label>
|
| 881 |
<input type="text" name="accountnumber"class="form-control" placeholder="Account Number">
|
881 |
<input type="text" name="accountNumber"class="form-control" placeholder="Account Number">
|
| 882 |
</div>
|
882 |
</div>
|
| 883 |
<div class="form-group float-label-control">
|
883 |
<div class="form-group float-label-control">
|
| 884 |
<label for="">Bank Name</label>
|
884 |
<label for="">Bank Name</label>
|
| 885 |
<input type="text" name="bankname"class="form-control" placeholder="Bank Name">
|
885 |
<input type="text" name="bankName"class="form-control" placeholder="Bank Name">
|
| 886 |
</div>
|
886 |
</div>
|
| 887 |
<div class="form-group float-label-control">
|
887 |
<div class="form-group float-label-control">
|
| 888 |
<label for="">IFSC Code</label>
|
888 |
<label for="">IFSC Code</label>
|
| 889 |
<input type="text" name="IFSCcode"class="form-control" placeholder="IFSC Code">
|
889 |
<input type="text" name="ifscCode"class="form-control" placeholder="IFSC Code">
|
| 890 |
</div>
|
890 |
</div>
|
| 891 |
<div class="form-group float-label-control">
|
891 |
<div class="form-group float-label-control">
|
| 892 |
<label for="">Branch Name</label>
|
892 |
<label for="">Branch Name</label>
|
| 893 |
<input type="text" name="Branchname" class="form-control" placeholder="Branch Name">
|
893 |
<input type="text" name="branchName" class="form-control" placeholder="Branch Name">
|
| 894 |
</div>
|
894 |
</div>
|
| 895 |
<div >
|
895 |
<div >
|
| 896 |
<p>Please Attach the copy of cancelled cheques</p>
|
896 |
<p>Please Attach the copy of cancelled cheques</p>
|
| 897 |
<div class="form-group">
|
897 |
<div class="form-group">
|
| 898 |
<input type="file" name="chequecopy" accept="application/pdf,image/*">
|
898 |
<input type="file" name="chequeCopy" accept="application/pdf,image/*">
|
| 899 |
</div>
|
899 |
</div>
|
| 900 |
|
900 |
|
| 901 |
|
901 |
|
| 902 |
<h4 class="page-header">22. Advance Payment Amount</h4>
|
902 |
<h4 class="page-header">22. Advance Payment Amount</h4>
|
| 903 |
|
903 |
|