| 21817 |
kshitij.so |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
|
| 21946 |
kshitij.so |
4 |
|
|
|
5 |
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
|
| 21817 |
kshitij.so |
6 |
<link rel="stylesheet" href="css/bootstrap.min.css"/>
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="css/main.css"/>
|
|
|
8 |
<!-- Optional theme -->
|
|
|
9 |
<link rel="stylesheet" href="css/bootstrap-theme.min.css" />
|
| 21946 |
kshitij.so |
10 |
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css" />
|
| 21817 |
kshitij.so |
11 |
|
|
|
12 |
<!-- Latest compiled and minified JavaScript -->
|
|
|
13 |
<script src="js/bootstrap.min.js" type="script/javascript"></script>
|
|
|
14 |
<script src="js/bootstrapValidator.js"></script>
|
|
|
15 |
<script src="js/reg.js"></script>
|
|
|
16 |
<script src="js/reqformvalidator.js"></script>
|
| 21938 |
kshitij.so |
17 |
<script src="js/jquery.blockUI.js"></script>
|
| 21817 |
kshitij.so |
18 |
<script type="text/javascript">
|
|
|
19 |
|
|
|
20 |
$(document).ready(function(){
|
| 21825 |
kshitij.so |
21 |
|
| 21817 |
kshitij.so |
22 |
$("input[name$='bEntity']").click(function() {
|
|
|
23 |
var test1 = $(this).val();
|
|
|
24 |
$(".box").hide();
|
| 21826 |
kshitij.so |
25 |
$('input[name=dinNumber]').each(function(){
|
| 21832 |
rajender |
26 |
$(this).prop('disabled', true);
|
|
|
27 |
});
|
| 21826 |
kshitij.so |
28 |
|
|
|
29 |
var dinNumberInput = $("#sale"+test1+ " input[name=dinNumber]");
|
| 21832 |
rajender |
30 |
if (dinNumberInput.prop('disabled') == true){
|
|
|
31 |
dinNumberInput.prop('disabled', false);
|
|
|
32 |
}
|
| 21817 |
kshitij.so |
33 |
$("#sale" + test1).show();
|
|
|
34 |
});
|
|
|
35 |
});
|
|
|
36 |
</script>
|
|
|
37 |
|
|
|
38 |
<script type="text/javascript">
|
|
|
39 |
$(document).ready(function(){
|
| 21822 |
rajender |
40 |
$("input[name$='bPmpDetail']").click(function() {
|
| 21817 |
kshitij.so |
41 |
var test1 = $(this).val();
|
|
|
42 |
$(".pmp").hide();
|
|
|
43 |
$("#Pmp" + test1).show();
|
|
|
44 |
});
|
|
|
45 |
});
|
|
|
46 |
|
|
|
47 |
</script>
|
|
|
48 |
|
|
|
49 |
<script type="text/javascript">
|
|
|
50 |
$(document).ready(function(){
|
| 21822 |
rajender |
51 |
$("input[name$='shopStatus']").click(function() {
|
| 21817 |
kshitij.so |
52 |
var test1 = $(this).val();
|
| 21832 |
rajender |
53 |
$("#shopsemifurnished, #shopfullfurnished").find("input[type=checkbox]").each(function(){
|
|
|
54 |
$(this).prop('disabled', true);
|
|
|
55 |
});
|
|
|
56 |
|
| 21817 |
kshitij.so |
57 |
$(".status").hide();
|
| 21832 |
rajender |
58 |
$("#shop" + test1).show();
|
|
|
59 |
$("#shop" + test1).find("input[type=checkbox]").prop('disabled', false);
|
|
|
60 |
|
|
|
61 |
|
|
|
62 |
|
|
|
63 |
|
| 21817 |
kshitij.so |
64 |
});
|
|
|
65 |
});
|
|
|
66 |
|
|
|
67 |
</script>
|
|
|
68 |
<script type="text/javascript">
|
|
|
69 |
$(document).ready(function(){
|
| 21822 |
rajender |
70 |
$("input[name$='sellingOnline']").click(function() {
|
| 21817 |
kshitij.so |
71 |
var test1 = $(this).val();
|
|
|
72 |
$(".Names").hide();
|
|
|
73 |
$("#selling" + test1).show();
|
|
|
74 |
});
|
|
|
75 |
});
|
|
|
76 |
|
|
|
77 |
</script>
|
|
|
78 |
|
|
|
79 |
|
|
|
80 |
<script type="text/javascript">
|
|
|
81 |
$(document).ready(function(){
|
| 21832 |
rajender |
82 |
associateValidator();
|
| 21822 |
rajender |
83 |
$("input[name$='insurance']").click(function() {
|
| 21817 |
kshitij.so |
84 |
var test1 = $(this).val();
|
|
|
85 |
$(".doc").hide();
|
|
|
86 |
$("#doc" + test1).show();
|
|
|
87 |
});
|
|
|
88 |
});
|
|
|
89 |
|
|
|
90 |
</script>
|
|
|
91 |
|
|
|
92 |
<script type="text/javascript">
|
|
|
93 |
$(document).ready(function(){
|
|
|
94 |
$("input[name$='loan']").click(function() {
|
|
|
95 |
var test1 = $(this).val();
|
|
|
96 |
$(".document").hide();
|
|
|
97 |
$("#document" + test1).show();
|
|
|
98 |
$("#showHide").show();
|
|
|
99 |
});
|
|
|
100 |
});
|
|
|
101 |
|
|
|
102 |
function queryStringToJSON(queryString) {
|
|
|
103 |
|
|
|
104 |
|
|
|
105 |
var pairs = queryString.split('&');
|
|
|
106 |
var result = {};
|
|
|
107 |
pairs.forEach(function(pair) {
|
|
|
108 |
pair = pair.split('=');
|
|
|
109 |
result[pair[0]] = decodeURIComponent(pair[1] || '');
|
|
|
110 |
|
|
|
111 |
});
|
|
|
112 |
return result;
|
|
|
113 |
}
|
|
|
114 |
|
|
|
115 |
var oResult ={Branchname: "jnkmk",DinNumber: "8327592895",ExperienceinTelecome: "kdnslgrgjemgk",GSTNoDate: "29309238033902",IFSCcode: "kmk",IncomeTaxPanNo: "8384705257029",Insurance: "no",Managementstaff: "9392",MobileNo: "3288702375",North: "",ProprietorAddress: "nsdln",Proprietoremail: "jnefkji",Proprietorowner: "nsja",Proprietorpan: "nsdjak",Proprietorphone: "84u50",ProprietorusineesName: "mnsdvns",RegisteredAddress1: "wz-127 tilak nagar",RegisteredAddress2: "",RegisteredAddress3: "",RegisteredBusinessName: "spice+mobile",accountnumber: "nk",bEntity: "Partnership",bPmpdetail: "Proprietor",bankname: "kmk",businessmodel: "Retailer",city: "delhi",contactemail1: "84300293-92",contactemail2: "",contactname1: "nas+c",contactname2: "",contactno1: "8435092",contactno2: "",descriptionofExistingbusiness: "jsdnkglelr",east: "34",front: "",loan: "yes",location: "shoppingMall",neareststore: "100mtrs",noofemployess: "823u9",ownership: "Rented",partnerAddress1: "",partnerAddress2: "",partnerAddress3: "",partnerAddress4: "",partnerName1: "",partnerName2: "",partnerName3: "",partnerName4: "",partneremail1: "",partneremail2: "",partneremail3: "",partneremail4: "",partnerowner1: "",partnerowner2: "",partnerowner3: "",partnerowner4: "",partnerpan1: "",partnerpan2: "",partnerpan3: "",partnerpan4: "",partnerphone1: "",partnerphone2: "",partnerphone3: "",partnerphone4: "",pincode: "110018",portalName1: "",portalName2: "",portalName3: "",roadsize: "",sellingonline: "no",shareholderAddress1: "",shareholderAddress2: "",shareholderAddress3: "",shareholderAddress4: "",shareholderName1: "",shareholderName2: "",shareholderName3: "",shareholderName4: "",shareholderemail1: "",shareholderemail2: "",shareholderemail3: "",shareholderemail4: "",shareholderowner1: "",shareholderowner2: "",shareholderowner3: "",shareholderowner4: "",shareholderpan1: "",shareholderpan2: "",shareholderpan3: "",shareholderpan4: "",shareholderphone1: "",shareholderphone2: "",shareholderphone3: "",shareholderphone4: "",shopArea: "on",shopAvailbility: "Groundfloor",shopWashroom: "Washroom",shopWater: "Watersupply",shopstatus: "fullfurnished",south: "49",state: "Haryana",storeAddress: "",storename: "",telno: "7597209570",west: "32"}
|
|
|
116 |
|
|
|
117 |
function jQFormSerializeArrToJson(formSerializeArr){
|
|
|
118 |
var jsonObj = {};
|
|
|
119 |
jQuery.map( formSerializeArr, function( n, i ) {
|
|
|
120 |
jsonObj[n.name] = n.value;
|
|
|
121 |
});
|
|
|
122 |
return jsonObj;
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
</script>
|
|
|
126 |
|
| 21826 |
kshitij.so |
127 |
<style>
|
|
|
128 |
.loading-image {
|
|
|
129 |
position: fixed;
|
|
|
130 |
top: 50%;
|
|
|
131 |
left: 50%;
|
|
|
132 |
margin-top: -50px;
|
|
|
133 |
margin-left: -100px;
|
|
|
134 |
z-index: 100;
|
|
|
135 |
}
|
|
|
136 |
</style>
|
|
|
137 |
|
| 21817 |
kshitij.so |
138 |
</head>
|
|
|
139 |
|
|
|
140 |
<body>
|
|
|
141 |
<div class="container">
|
|
|
142 |
<div class="row">
|
|
|
143 |
<div class ="header">
|
| 21834 |
rajender |
144 |
<h3 class="header">HOTSPOT PARTNER STORE</h3>
|
| 21833 |
kshitij.so |
145 |
<h4 class="header">Powered by Profit Mandi (A Unit of Spice Group)</h4>
|
| 21817 |
kshitij.so |
146 |
</div>
|
|
|
147 |
|
|
|
148 |
<div class="header">
|
|
|
149 |
<h5 class="header">APPLICATION FOR REGISTRATION</h5>
|
|
|
150 |
</div>
|
|
|
151 |
<hr />
|
|
|
152 |
|
|
|
153 |
<div class="row">
|
|
|
154 |
<div class="col-sm-8">
|
|
|
155 |
|
|
|
156 |
<form role="form" name="myform" id ="form" enctype="multipart/form-data" data-toggle="validator" novalidate>
|
| 21834 |
rajender |
157 |
<h4 class="page-header">1. Registered Business Name of HSPS (in Block Letters)</h4>
|
| 21817 |
kshitij.so |
158 |
<div class="form-group ">
|
|
|
159 |
|
|
|
160 |
<label for=""></label>
|
| 21938 |
kshitij.so |
161 |
<input type="text" name="registeredBusinessName" style="text-transform:uppercase;" id="demo" class="bform" placeholder="Business Name"/>
|
| 21817 |
kshitij.so |
162 |
</div>
|
|
|
163 |
|
|
|
164 |
|
|
|
165 |
<h4 class="page-header">2. Registered Address (In Block Letters)</h4>
|
|
|
166 |
|
|
|
167 |
<div class="form-group float-label-control">
|
| 21832 |
rajender |
168 |
<label for="">Line 1</label>
|
|
|
169 |
<input type="text" name ="line1" class="form-control" placeholder="Line 1">
|
| 21817 |
kshitij.so |
170 |
</div>
|
|
|
171 |
<div class="form-group float-label-control">
|
| 21832 |
rajender |
172 |
<label for="">Line 2</label>
|
|
|
173 |
<input type="text" name ="line2"class="form-control" placeholder="Line 2">
|
| 21817 |
kshitij.so |
174 |
</div>
|
|
|
175 |
<div class="form-group float-label-control">
|
| 21832 |
rajender |
176 |
<label for="">Line 3</label>
|
|
|
177 |
<input type="text" name="line3" class="form-control" placeholder="Line 3">
|
| 21817 |
kshitij.so |
178 |
</div>
|
|
|
179 |
<div class="form-group float-label-control">
|
|
|
180 |
<label for="">City</label>
|
|
|
181 |
<input type="text" name="city" class="form-control" placeholder="City">
|
|
|
182 |
</div>
|
| 21832 |
rajender |
183 |
<div class="form-group float-label-control">
|
|
|
184 |
<label for="">District</label>
|
|
|
185 |
<input type="text" name="district" class="form-control" placeholder="District">
|
|
|
186 |
</div>
|
| 21817 |
kshitij.so |
187 |
<div class="form-group float-label-control">
|
|
|
188 |
<label for="">Pincode</label>
|
|
|
189 |
<input type="text" name="pincode" maxlength="6" class="form-control" pattern="[0-9]{6}" title="Please enter correct Pin Code"placeholder="Pincode">
|
|
|
190 |
</div>
|
|
|
191 |
|
|
|
192 |
<div class="form-group float-label-control">
|
|
|
193 |
|
|
|
194 |
<select class="form-control" name = "state" placeholder="State">
|
|
|
195 |
<option value=" ">State</option>
|
|
|
196 |
<option value="Andaman and Nicobar Islands">Andaman and Nicobar Islands</option>
|
|
|
197 |
<option value="Andhra Pradesh">Andhra Pradesh</option>
|
|
|
198 |
<option value="Arunachal Pradesh">Arunachal Pradesh</option>
|
|
|
199 |
<option value="Assam">Assam</option>
|
|
|
200 |
<option value="Bihar">Bihar</option>
|
|
|
201 |
<option value="Chandigarh">Chandigarh</option>
|
|
|
202 |
<option value="Chhattisgarh">Chhattisgarh</option>
|
|
|
203 |
<option value="Dadra and Nagar Haveli">Dadra and Nagar Haveli</option>
|
|
|
204 |
<option value="Daman and Diu">Daman and Diu</option>
|
|
|
205 |
<option value="Delhi">Delhi</option>
|
|
|
206 |
<option value="Goa">Goa</option>
|
|
|
207 |
<option value="Gujarat">Gujarat</option>
|
|
|
208 |
<option value="Haryana">Haryana</option>
|
|
|
209 |
<option value="Himachal Pradesh">Himachal Pradesh</option>
|
|
|
210 |
<option value="Jammu and Kashmir">Jammu and Kashmir</option>
|
|
|
211 |
<option value="Jharkhand">Jharkhand</option>
|
|
|
212 |
<option value="Karnataka">Karnataka</option>
|
|
|
213 |
<option value="Kerala">Kerala</option>
|
|
|
214 |
<option value="Lakshadweep">Lakshadweep</option>
|
|
|
215 |
<option value="Madhya Pradesh">Madhya Pradesh</option>
|
|
|
216 |
<option value="Maharashtra">Maharashtra</option>
|
|
|
217 |
<option value="Manipur">Manipur</option>
|
|
|
218 |
<option value="Meghalaya">Meghalaya</option>
|
|
|
219 |
<option value="Mizoram">Mizoram</option>
|
|
|
220 |
<option value="Nagaland">Nagaland</option>
|
|
|
221 |
<option value="Orissa">Orissa</option>
|
|
|
222 |
<option value="Pondicherry">Pondicherry</option>
|
|
|
223 |
<option value="Punjab">Punjab</option>
|
|
|
224 |
<option value="Rajasthan">Rajasthan</option>
|
|
|
225 |
<option value="Sikkim">Sikkim</option>
|
|
|
226 |
<option value="Tamil Nadu">Tamil Nadu</option>
|
|
|
227 |
<option value="Tripura">Tripura</option>
|
|
|
228 |
<option value="Telangana">Telangana</option>
|
|
|
229 |
<option value="Uttaranchal">Uttaranchal</option>
|
|
|
230 |
<option value="Uttar Pradesh">Uttar Pradesh</option>
|
|
|
231 |
<option value="West Bengal">West Bengal</option>
|
|
|
232 |
</select>
|
|
|
233 |
</div>
|
|
|
234 |
|
| 21832 |
rajender |
235 |
|
| 21817 |
kshitij.so |
236 |
<div class="form-group float-label-control">
|
|
|
237 |
<label for="">Email1</label>
|
| 21822 |
rajender |
238 |
<input type="email" class="form-control" name="registeredEmail1" placeholder="Email1">
|
| 21817 |
kshitij.so |
239 |
</div>
|
| 21834 |
rajender |
240 |
<p>Example:- xyz<strong>.hsps@gmail.com</strong></p>
|
| 21817 |
kshitij.so |
241 |
|
|
|
242 |
|
|
|
243 |
|
|
|
244 |
<div class="form-group float-label-control">
|
|
|
245 |
<label for="">Email2</label>
|
| 21822 |
rajender |
246 |
<input type="email" class="form-control" name="registeredEmail2" placeholder="Email2">
|
| 21832 |
rajender |
247 |
</div>
|
| 21817 |
kshitij.so |
248 |
|
| 21832 |
rajender |
249 |
|
|
|
250 |
<div class="form-group float-label-control">
|
|
|
251 |
<label for="">Mobile</label>
|
|
|
252 |
<input type="text" class="form-control" name="mobile" maxlength = "10" pattern="[0-9]{10}" title="Please enter valid Phone number" placeholder="Mobile">
|
|
|
253 |
</div>
|
|
|
254 |
|
|
|
255 |
<label>Landline</label>
|
|
|
256 |
<div class="form-group Pmpform">
|
| 21851 |
rajender |
257 |
<input type="text" name="stdcode" maxlength = "5" pattern="[0-9]*" title="Please enter valid Phone number" placeholder="STDcode"/>
|
| 21832 |
rajender |
258 |
|
|
|
259 |
|
| 21851 |
rajender |
260 |
<input type="text" name="telephone" maxlength = "10" pattern="[0-9]*" title="Please enter valid Phone number" placeholder="Telephone"/>
|
| 21832 |
rajender |
261 |
</div>
|
|
|
262 |
|
|
|
263 |
|
|
|
264 |
|
| 21817 |
kshitij.so |
265 |
<h4 class="page-header">3. Type of Business Entity</h4>
|
|
|
266 |
|
|
|
267 |
<div class="funkyradio">
|
|
|
268 |
|
|
|
269 |
<div class="funkyradio-primary">
|
|
|
270 |
<input type="radio" name="bEntity" id="radio1" value="SaleProprietorship" required>
|
| 21832 |
rajender |
271 |
<label for="radio1">Proprietor</label>
|
| 21817 |
kshitij.so |
272 |
</div>
|
|
|
273 |
<div class="funkyradio-primary">
|
|
|
274 |
<input type="radio" name="bEntity" id="radio2" value="Partnership" required>
|
|
|
275 |
<label for="radio2">Partnership</label>
|
|
|
276 |
</div>
|
|
|
277 |
<div class="funkyradio-primary">
|
|
|
278 |
<input type="radio" name="bEntity" id="radio3" value="PrivateLimitedCompany" required>
|
|
|
279 |
<label for="radio3">Private Limited company</label>
|
|
|
280 |
</div>
|
|
|
281 |
<div class="funkyradio-primary">
|
|
|
282 |
<input type="radio" name="bEntity" id="radio4" value="LimitedLiabilityPartnership" required>
|
|
|
283 |
<label for="radio4">Limited Liability Partnership</label>
|
|
|
284 |
</div>
|
|
|
285 |
</div>
|
|
|
286 |
<div class ="Entity">
|
|
|
287 |
<div class="SaleProprietorship box" id ="saleSaleProprietorship">Upload <strong>Proprietership proof</strong></div>
|
|
|
288 |
<div class="partnership box" id="salePartnership">Upload <strong>Partnership Deed</strong></div>
|
|
|
289 |
</div>
|
|
|
290 |
<div class="limitedcompany box" id="salePrivateLimitedCompany">
|
| 21825 |
kshitij.so |
291 |
<div class="form-group float-label-control">
|
| 21817 |
kshitij.so |
292 |
<label for="">DIN Number</label>
|
| 21826 |
kshitij.so |
293 |
<input type="text" class="form-control" name="dinNumber" disabled placeholder="DIN Number">
|
| 21817 |
kshitij.so |
294 |
</div>Upload <strong>Incorporation certificate,Memorandum & Article of association</strong>
|
|
|
295 |
</div>
|
|
|
296 |
|
|
|
297 |
|
|
|
298 |
<div class="LimitedLiabilityPartnership box" id="saleLimitedLiabilityPartnership">
|
|
|
299 |
|
|
|
300 |
|
|
|
301 |
<div class="form-group float-label-control">
|
|
|
302 |
<label for="">DIN Number</label>
|
| 21826 |
kshitij.so |
303 |
<input type="text" class="form-control" name="dinNumber" disabled placeholder="DIN Number">
|
| 21817 |
kshitij.so |
304 |
</div>Upload <strong>Registration certificate & partnership Deed</strong>
|
|
|
305 |
</div>
|
|
|
306 |
|
|
|
307 |
<div class = "form-group file upload">
|
| 21822 |
rajender |
308 |
<input type="file" accept="application/pdf,image/*" name = "bEntityDoc">
|
| 21817 |
kshitij.so |
309 |
</div>
|
|
|
310 |
|
|
|
311 |
|
|
|
312 |
<h4 class="page-header">4. Goods And Services Tax Number(GST)</h4>
|
|
|
313 |
<div class="Pmpform">
|
|
|
314 |
|
| 21822 |
rajender |
315 |
<input type="text" name="gst" class="bform" placeholder="Goods And Services Tax Number"/>
|
| 21817 |
kshitij.so |
316 |
</div>
|
|
|
317 |
<p>Provide Copy of GST document</p>
|
|
|
318 |
<div class = "file upload">
|
| 21822 |
rajender |
319 |
<input type="file" accept="application/pdf,image/*" name ="gstDoc">
|
| 21817 |
kshitij.so |
320 |
</div>
|
|
|
321 |
|
|
|
322 |
|
| 21832 |
rajender |
323 |
<h4 class="page-header">5. Permanent Account Number(PAN)</h4>
|
| 21817 |
kshitij.so |
324 |
<div class="form-group ">
|
|
|
325 |
|
|
|
326 |
<label for=""></label>
|
| 21822 |
rajender |
327 |
<input type="text" name="pan" maxlength="10" class="bform" placeholder="Permanent Account Number"/></div>
|
| 21832 |
rajender |
328 |
<p>Provide Copy of PAN </p>
|
| 21817 |
kshitij.so |
329 |
|
|
|
330 |
<div class = "form-group file upload">
|
|
|
331 |
|
| 21822 |
rajender |
332 |
<input type="file" accept="application/pdf,image/*" name="panDoc">
|
| 21817 |
kshitij.so |
333 |
</div>
|
|
|
334 |
|
|
|
335 |
|
| 21833 |
kshitij.so |
336 |
<h4 class="page-header">6. Full Details Of Business Entity</h4>
|
| 21817 |
kshitij.so |
337 |
|
|
|
338 |
<div class="funkyradio">
|
|
|
339 |
<div class="funkyradio-primary">
|
| 21822 |
rajender |
340 |
<input type="radio" name="bPmpDetail" id="business1" value="Proprietor" required>
|
| 21817 |
kshitij.so |
341 |
<label for="business1">Proprietor</label>
|
|
|
342 |
</div>
|
|
|
343 |
<div class="funkyradio-primary">
|
| 21822 |
rajender |
344 |
<input type="radio" name="bPmpDetail" id="business2" value="Partners" required>
|
| 21817 |
kshitij.so |
345 |
<label for="business2">Partners</label>
|
|
|
346 |
</div>
|
|
|
347 |
<div class="funkyradio-primary">
|
| 21822 |
rajender |
348 |
<input type="radio" name="bPmpDetail" id="business3" value="Directors" required>
|
| 21817 |
kshitij.so |
349 |
<label for="business3">Directors</label>
|
|
|
350 |
</div>
|
|
|
351 |
</div>
|
|
|
352 |
|
|
|
353 |
<div class="tablecontainer">
|
|
|
354 |
<table class="businessdetail">
|
|
|
355 |
<tr>
|
|
|
356 |
<th class ="PMPName">Name</th>
|
| 21832 |
rajender |
357 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
358 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
359 |
<th class="PMPpan">PAN</th>
|
|
|
360 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
| 21817 |
kshitij.so |
361 |
<th class="PMPemail">Email</th>
|
|
|
362 |
<th class="PMPownership">Share %</th>
|
|
|
363 |
|
|
|
364 |
</tr>
|
|
|
365 |
<tr>
|
|
|
366 |
|
| 21822 |
rajender |
367 |
<td class="form-group"><input type="text" name="proprietorBusineesName"size="25"></td>
|
|
|
368 |
<td class="form-group"><textarea row="3" name="proprietorAddress"></textarea></td>
|
|
|
369 |
<td class="form-group"><input type="text" name="proprietorPhone" maxlength="10" pattern="[0-9]{10}"size="10"></th>
|
|
|
370 |
<td class="form-group"><input type="text" name="proprietorPan" maxlength="10" title="Please enter correct pan number"size="10"></td>
|
|
|
371 |
<td class="form-group"><input type="text" name= "proprietorAdhaar" size="15"></td>
|
|
|
372 |
<td class="form-group"><input type="email" name= "proprietorEmail" size="20"></td>
|
|
|
373 |
<td class="form-group"><input type="text" pattern="[0-9]" name="proprietorOwner" size="10"></td>
|
| 21817 |
kshitij.so |
374 |
|
|
|
375 |
</tr>
|
|
|
376 |
|
|
|
377 |
|
|
|
378 |
</table>
|
|
|
379 |
|
|
|
380 |
</div>
|
|
|
381 |
<div class="Partners pmp" id= "PmpPartners">
|
|
|
382 |
<table class="businessdetail">
|
|
|
383 |
|
|
|
384 |
<tr>
|
|
|
385 |
<th class ="PMPName">Name</th>
|
| 21832 |
rajender |
386 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
387 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
388 |
<th class="PMPpan">PAN</th>
|
|
|
389 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
390 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
391 |
<th class="PMPownership">Share %</th>
|
|
|
392 |
|
|
|
393 |
</tr>
|
|
|
394 |
<tr>
|
|
|
395 |
|
|
|
396 |
<td class="form-group"><input name="partnerName1"type="text" size="25"></td>
|
|
|
397 |
<td class="form-group"><textarea name="partnerAddress1" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
398 |
<td class="form-group"><input name = "partnerPhone1" pattern="[0-9]{10}"type="text" size="10"></th>
|
|
|
399 |
<td class="form-group"><input name ="partnerPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
400 |
<td class="form-group"><input name="partnerAdhaar1" type="text" size="15"></td>
|
|
|
401 |
<td class="form-group"><input name="partnerEmail1" type="email" size="20"></td>
|
|
|
402 |
<td class="form-group"><input name="partnerOwner1" type="text"pattern="[0-9]"size="10"></td>
|
| 21817 |
kshitij.so |
403 |
|
|
|
404 |
</tr>
|
|
|
405 |
|
|
|
406 |
|
|
|
407 |
</table>
|
|
|
408 |
|
|
|
409 |
<table class="businessdetail">
|
|
|
410 |
|
|
|
411 |
<tr>
|
|
|
412 |
<th class ="PMPName">Name</th>
|
| 21832 |
rajender |
413 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
414 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
415 |
<th class="PMPpan">PAN</th>
|
|
|
416 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
417 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
418 |
<th class="PMPownership">Share %</th>
|
|
|
419 |
|
|
|
420 |
</tr>
|
|
|
421 |
<tr>
|
|
|
422 |
|
|
|
423 |
<td class="form-group"><input name="partnerName2"type="text" size="25"></td>
|
|
|
424 |
<td class="form-group"><textarea name="partnerAddress2" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
425 |
<td class="form-group"><input name = "partnerPhone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
|
|
426 |
<td class="businesspan"><input name ="partnerPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
427 |
<td class="form-group"><input name="partnerAdhaar2" type="text" size="15"></td>
|
|
|
428 |
<td class="form-group"><input name="partnerEmail2" type="email" size="20"></td>
|
|
|
429 |
<td class="form-group"><input name="partnerOwner2" pattern="[0-9]" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
430 |
|
|
|
431 |
</tr>
|
|
|
432 |
|
|
|
433 |
</table>
|
|
|
434 |
<table class="businessdetail">
|
|
|
435 |
<tr>
|
| 21832 |
rajender |
436 |
<th class ="PMPName">Name</th>
|
|
|
437 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
438 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
439 |
<th class="PMPpan">PAN</th>
|
|
|
440 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
441 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
442 |
<th class="PMPownership">Share %</th>
|
|
|
443 |
|
|
|
444 |
</tr>
|
|
|
445 |
<tr>
|
|
|
446 |
|
|
|
447 |
<td class="form-group"><input name="partnerName3"type="text" size="25"></td>
|
|
|
448 |
<td class="form-group"><textarea name="partnerAddress3" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
449 |
<td class="form-group"><input name = "partnerPhone3" type="text" maxlength = "10" pattern="[0-9]{10}" size="10"></th>
|
|
|
450 |
<td class="form-group"><input name ="partnerPan3"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
451 |
<td class="form-groupr"><input name="partnerAdhaar3" type="text" size="15"></td>
|
|
|
452 |
<td class="form-group"><input name="partnerEmail3" type="email" size="20"></td>
|
|
|
453 |
<td class="form-group"><input name="partnerOwner3" pattern="[0-9" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
454 |
|
|
|
455 |
</tr>
|
|
|
456 |
|
|
|
457 |
|
|
|
458 |
</table>
|
|
|
459 |
|
|
|
460 |
|
|
|
461 |
|
|
|
462 |
<table class="businessdetail">
|
|
|
463 |
<tr>
|
| 21832 |
rajender |
464 |
<th class ="PMPName">Name</th>
|
|
|
465 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
466 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
467 |
<th class="PMPpan">PAN</th>
|
|
|
468 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
469 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
470 |
<th class="PMPownership">Share %</th>
|
|
|
471 |
</tr>
|
|
|
472 |
<tr>
|
|
|
473 |
|
|
|
474 |
<td class="form-group"><input name="partnerName4"type="text" size="25"></td>
|
|
|
475 |
<td class="form-group"><textarea name="partnerAddress4" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
476 |
<td class="form-group"><input name = "partnerPhone4" pattern="[0-9]{10}" type="text" size="10"></th>
|
|
|
477 |
<td class="form-group"><input name ="partnerPan4"type="text" maxlength = "10"title="Please enter correct pan number"size="10"></td>
|
|
|
478 |
<td class="form-group"><input name="partnerAdhaar4" type="text" size="15"></td>
|
|
|
479 |
<td class="form-group"><input name="partnerEmail4" type="email" size="20"></td>
|
|
|
480 |
<td class="form-group"><input name="partnerOwner4" pattern="[0-9]" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
481 |
|
|
|
482 |
</tr>
|
|
|
483 |
|
|
|
484 |
|
|
|
485 |
</table>
|
|
|
486 |
|
|
|
487 |
</div>
|
|
|
488 |
|
|
|
489 |
|
|
|
490 |
<div class="Directors pmp" id= "PmpDirectors">
|
|
|
491 |
<table class="businessdetail">
|
|
|
492 |
<tr>
|
| 21832 |
rajender |
493 |
<th class ="PMPName">Name</th>
|
|
|
494 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
495 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
496 |
<th class="PMPpan">PAN</th>
|
|
|
497 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
498 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
499 |
<th class="PMPownership">Share %</th>
|
|
|
500 |
|
|
|
501 |
</tr>
|
|
|
502 |
<tr>
|
|
|
503 |
<td class="form-group"><input name="shareholderName1"type="text" size="25"></td>
|
|
|
504 |
<td class="form-group"><textarea name="shareholderAddress1" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
505 |
<td class="form-group"><input name = "shareholderPhone1" pattern="[0-9]{10}" type="text" size="10"></th>
|
|
|
506 |
<td class="form-group"><input name ="shareholderPan1"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
507 |
<td class="form-group"><input name="shareholderAdhaar1" type="text" size="15"></td>
|
|
|
508 |
<td class="form-group"><input name="shareholderEmail1" type="email" size="20"></td>
|
|
|
509 |
<td class="form-group"><input name="shareholderOwner1" pattern="[0-9]" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
510 |
|
|
|
511 |
</tr>
|
|
|
512 |
|
|
|
513 |
|
|
|
514 |
</table>
|
|
|
515 |
|
|
|
516 |
<table class="businessdetail">
|
|
|
517 |
<tr>
|
| 21832 |
rajender |
518 |
<th class ="PMPName">Name</th>
|
|
|
519 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
520 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
521 |
<th class="PMPpan">PAN</th>
|
|
|
522 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
523 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
524 |
<th class="PMPownership">Share %</th>
|
|
|
525 |
</tr>
|
|
|
526 |
<tr>
|
|
|
527 |
<td class="form-group"><input name="shareholderName2"type="text" size="25"></td>
|
|
|
528 |
<td class="form-group"><textarea name="shareholderAddress2" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
529 |
<td class="form-group"><input name = "shareholderPhone2" pattern="[0-9]{10}" type="text" size="10"></th>
|
|
|
530 |
<td class="form-group"><input name ="shareholderPan2"type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
531 |
<td class="form-group"><input name="shareholderAdhaar2" type="text" size="15"></td>
|
|
|
532 |
<td class="form-group"><input name="shareholderEmail2" type="email" size="20"></td>
|
|
|
533 |
<td class="form-group"><input name="shareholderOwner2" pattern="[0-9]" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
534 |
|
|
|
535 |
</tr>
|
|
|
536 |
</table>
|
|
|
537 |
|
|
|
538 |
<table class="businessdetail">
|
|
|
539 |
<tr>
|
| 21832 |
rajender |
540 |
<th class ="PMPName">Name</th>
|
|
|
541 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
542 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
543 |
<th class="PMPpan">PAN</th>
|
|
|
544 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
545 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
546 |
<th class="PMPownership">Share %</th>
|
|
|
547 |
|
|
|
548 |
</tr>
|
|
|
549 |
<tr>
|
|
|
550 |
<td class="form-group"><input name="shareholderName3"type="text" size="25"></td>
|
|
|
551 |
<td class="form-group"><textarea name="shareholderAddress3" type="text" size="60"></textarea></td>
|
| 21822 |
rajender |
552 |
<td class="form-group"><input name = "shareholderPhone3" pattern="[0-9]{10}" type="text" size="10"></th>
|
|
|
553 |
<td class="form-group"><input name ="shareholderPan3" type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
554 |
<td class="form-group"><input name="shareholderAdhaar3" type="text" size="15"></td>
|
|
|
555 |
<td class="form-group"><input name="shareholderEmail3" type="email" size="20"></td>
|
|
|
556 |
<td class="form-group"><input name="shareholderOwner3" pattern="[0-9]" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
557 |
|
|
|
558 |
</tr>
|
|
|
559 |
|
|
|
560 |
</table>
|
|
|
561 |
|
|
|
562 |
<table class="businessdetail">
|
|
|
563 |
<tr>
|
| 21832 |
rajender |
564 |
<th class ="PMPName">Name</th>
|
|
|
565 |
<th class="PMPAddress">Address</th>
|
| 21817 |
kshitij.so |
566 |
<th class="PMPtelno">Mobile</th>
|
| 21832 |
rajender |
567 |
<th class="PMPpan">PAN</th>
|
|
|
568 |
<th class="PMPAdhaar">Aadhaar Number</th>
|
|
|
569 |
<th class="PMPemail">Email</th>
|
| 21817 |
kshitij.so |
570 |
<th class="PMPownership">Share %</th>
|
|
|
571 |
</tr>
|
|
|
572 |
<tr>
|
| 21825 |
kshitij.so |
573 |
<td class="form-group"><input name="shareholderName4" type="text" size="25"></td>
|
| 21817 |
kshitij.so |
574 |
<td class="form-group"><textarea name="shareholderAddress4" type="text" size="60"></textarea></td>
|
| 21825 |
kshitij.so |
575 |
<td class="form-group"><input name = "shareholderPhone4" type="text" pattern="[0-9]{10}" size="10"></th>
|
|
|
576 |
<td class="form-group"><input name ="shareholderPan4" type="text" maxlength = "10" title="Please enter correct pan number"size="10"></td>
|
|
|
577 |
<td class="form-group"><input name="shareholderAdhaar4" type="text" size="15"></td>
|
| 21822 |
rajender |
578 |
<td class="form-group"><input name="shareholderEmail4" type="email" size="20"></td>
|
|
|
579 |
<td class="form-group"><input name="shareholderOwner4" pattern="[0-9]" type="text" size="10"></td>
|
| 21817 |
kshitij.so |
580 |
|
|
|
581 |
</tr>
|
|
|
582 |
|
|
|
583 |
|
|
|
584 |
</table>
|
|
|
585 |
|
|
|
586 |
</div>
|
|
|
587 |
|
| 21834 |
rajender |
588 |
<h4 class="page-header">7. Store Manager Details</h4>
|
| 21817 |
kshitij.so |
589 |
|
|
|
590 |
|
|
|
591 |
<div class="form-group">
|
|
|
592 |
<label for="">Name
|
| 21822 |
rajender |
593 |
<input type="text" name="managerName"placeholder="Name"></label>
|
| 21817 |
kshitij.so |
594 |
<label for="">Mobile
|
| 21822 |
rajender |
595 |
<input type="text" name="managerNo" pattern="[0-9]{10}" title="Please enter Valid Mobile number" placeholder="Mobile No"> </label>
|
| 21817 |
kshitij.so |
596 |
<label for="">Email
|
| 21822 |
rajender |
597 |
<input type="email" name="managerEmail"size="25px" placeholder="Emailid"> </label>
|
| 21817 |
kshitij.so |
598 |
|
|
|
599 |
</div>
|
|
|
600 |
|
|
|
601 |
|
|
|
602 |
<h4 class="page-header">8. Manpower Details</h4>
|
|
|
603 |
|
|
|
604 |
<div class="form-group">
|
|
|
605 |
<label for="">Number of Employees
|
| 21832 |
rajender |
606 |
<input type="text" pattern="[0-9]" name="noOfEmployees"placeholder="Number of Employees"></label>
|
|
|
607 |
<label for="">Number of Management Staff
|
|
|
608 |
<input type="text" pattern="[0-9]" name="managementStaff" placeholder="Management Staff"> </label>
|
| 21817 |
kshitij.so |
609 |
|
|
|
610 |
</div>
|
|
|
611 |
|
|
|
612 |
<h4 class="page-header">9. Experience In Telecom Trade/other Trade (Brand & Product Category)</h4>
|
|
|
613 |
<div class="bcontacts">
|
| 21822 |
rajender |
614 |
<textarea rows="4" name="experienceinTelecome"cols="50" placeholder="Describe yourself here..."></textarea>
|
| 21817 |
kshitij.so |
615 |
</div>
|
|
|
616 |
|
|
|
617 |
<h4 class="page-header">10. Description of Existing Business & Annual Turnover</h4>
|
|
|
618 |
<div class="bcontacts">
|
| 21822 |
rajender |
619 |
<textarea rows="4" name="descriptionofExistingBusiness"cols="50" placeholder="Describe yourself here..."></textarea>
|
| 21817 |
kshitij.so |
620 |
</div>
|
|
|
621 |
<p>Please Provide ITR of last Two years</p>
|
|
|
622 |
<div class = "form-group file upload">
|
| 21822 |
rajender |
623 |
<input type="file" accept="application/pdf,image/*" name ="itrDoc">
|
| 21817 |
kshitij.so |
624 |
</div>
|
|
|
625 |
|
|
|
626 |
|
|
|
627 |
<h4 class="page-header">11.Business Model</h4>
|
|
|
628 |
|
|
|
629 |
<div class="btn-group">
|
|
|
630 |
<label class="btn btn-default">
|
| 21822 |
rajender |
631 |
<input type="radio" name="businessModel" value="Retailer" required>
|
| 21817 |
kshitij.so |
632 |
<span>Retailer</span>
|
|
|
633 |
</label>
|
|
|
634 |
<label class="btn btn-default">
|
| 21822 |
rajender |
635 |
<input type="radio" name="businessModel" value="Distributor" required>
|
| 21817 |
kshitij.so |
636 |
<span>Distributor</span>
|
|
|
637 |
</label>
|
|
|
638 |
<label class="btn btn-default">
|
| 21822 |
rajender |
639 |
<input type="radio" name="businessModel" value="Franchises" required>
|
| 21834 |
rajender |
640 |
<span>Franchise</span>
|
| 21817 |
kshitij.so |
641 |
</label>
|
|
|
642 |
<label class="btn btn-default">
|
| 21822 |
rajender |
643 |
<input type="radio" name="businessModel" value="Other" required>
|
| 21817 |
kshitij.so |
644 |
<span>Other</span>
|
|
|
645 |
</label>
|
|
|
646 |
</div>
|
|
|
647 |
|
|
|
648 |
|
| 21834 |
rajender |
649 |
<h4 class="page-header">12. Selling Online (if yes, please specify Portal Names)</h4>
|
| 21817 |
kshitij.so |
650 |
|
|
|
651 |
<div class="btn-group">
|
|
|
652 |
<label class="btn btn-default">
|
| 21822 |
rajender |
653 |
<input type="radio" name="sellingOnline" value="yes">
|
| 21817 |
kshitij.so |
654 |
<span>Yes</span>
|
|
|
655 |
</label>
|
|
|
656 |
<label class="btn btn-default">
|
| 21822 |
rajender |
657 |
<input type="radio" name="sellingOnline" value="no">
|
| 21817 |
kshitij.so |
658 |
<span>No</span>
|
|
|
659 |
</label>
|
|
|
660 |
</div>
|
|
|
661 |
<div class="form-group portal Names" id = "sellingyes">
|
|
|
662 |
<label>Portal Names</label>
|
|
|
663 |
<input type="text" name="portalName1" size="25">
|
|
|
664 |
<input type="text" name="portalName2" size="25">
|
|
|
665 |
<input type="text" name="portalName3" size="25">
|
|
|
666 |
</div>
|
| 21834 |
rajender |
667 |
<h4 class="page-header">13. Area of Shop(in Sq Feet)</h4>
|
| 21817 |
kshitij.so |
668 |
<div>
|
|
|
669 |
<div class="form-group">
|
|
|
670 |
<label>
|
|
|
671 |
|
|
|
672 |
<input type="number" name="east" placeholder="East(Sq Feet)">
|
|
|
673 |
<input type="number" name="west" placeholder="West(Sq Feet)">
|
| 21822 |
rajender |
674 |
<input type="number" name="north" placeholder="North(Sq Feet)">
|
| 21817 |
kshitij.so |
675 |
</label>
|
|
|
676 |
</div>
|
|
|
677 |
<br>
|
|
|
678 |
<div class="form-group">
|
|
|
679 |
<label>
|
|
|
680 |
|
|
|
681 |
<input type="number" name="south" placeholder="South(Sq Feet)">
|
|
|
682 |
<input type="number" name="front" placeholder="Front(Sq Feet)">
|
| 21822 |
rajender |
683 |
<input type="number" name="roadSize" placeholder="Road Size in Front(Sq Feet)">
|
| 21817 |
kshitij.so |
684 |
|
|
|
685 |
</label>
|
|
|
686 |
</div>
|
|
|
687 |
|
|
|
688 |
</div>
|
|
|
689 |
<div class="shopArea">
|
|
|
690 |
<div class="btn-group">
|
|
|
691 |
<label class="btn btn-default">
|
|
|
692 |
<input type="radio" name="shopArea" value="Singleside">
|
|
|
693 |
<span>Single Side</span>
|
|
|
694 |
</label>
|
|
|
695 |
<label class="btn btn-default">
|
|
|
696 |
<input type="radio" name="shopArea" value"Twoside">
|
|
|
697 |
<span>Two Side</span>
|
|
|
698 |
</label>
|
|
|
699 |
<label class="btn btn-default">
|
|
|
700 |
<input type="radio" name="shopArea" value="Corner">
|
|
|
701 |
<span>Corner</span>
|
|
|
702 |
</label>
|
|
|
703 |
</div>
|
|
|
704 |
</div>
|
|
|
705 |
|
|
|
706 |
|
|
|
707 |
<h4 class="page-header">14. Status of Shop</h4>
|
|
|
708 |
|
|
|
709 |
<div class="btn-group">
|
|
|
710 |
<label class="btn btn-default">
|
| 21822 |
rajender |
711 |
<input type="radio" name="shopStatus" value="semifurnished">
|
| 21817 |
kshitij.so |
712 |
<span>Semi Furnished</span>
|
|
|
713 |
</label>
|
|
|
714 |
<label class="btn btn-default">
|
| 21822 |
rajender |
715 |
<input type="radio" name="shopStatus" value="fullfurnished">
|
| 21828 |
kshitij.so |
716 |
<span>Fully Furnished</span>
|
| 21817 |
kshitij.so |
717 |
</label>
|
|
|
718 |
</div>
|
|
|
719 |
|
|
|
720 |
<div class="checkboxes status" id ="shopsemifurnished">
|
|
|
721 |
<div class="btn btn-default">
|
| 21828 |
kshitij.so |
722 |
<label for="success1" class="btn btn-success">Flooring<input type="checkbox" name="flooring"
|
| 21832 |
rajender |
723 |
value ="flooring" id="success1" class="badgebox"><span class="badge">✓</span></label>
|
| 21834 |
rajender |
724 |
<label for="warning1" class="btn btn-success">Ceiling<input type="checkbox" name="cieling" value="ceiling" id="warning1" class="badgebox"><span class="badge">✓</span></label>
|
| 21832 |
rajender |
725 |
|
|
|
726 |
|
| 21817 |
kshitij.so |
727 |
</div>
|
|
|
728 |
</div>
|
|
|
729 |
|
|
|
730 |
<div class ="checkboxes status" id ="shopfullfurnished">
|
|
|
731 |
<div class="row text-center">
|
| 21826 |
kshitij.so |
732 |
<label for="default" class="btn btn-success">Store <input type="checkbox" name="store" value="yes" id="default" class="badgebox"><span class="badge">✓</span></label>
|
|
|
733 |
<label for="primary" class="btn btn-success">Washroom <input type="checkbox" name="washroom" value="yes" id="primary" class="badgebox"><span class="badge">✓</span></label>
|
|
|
734 |
<label for="info" class="btn btn-success">Water Supply<input type="checkbox" name="waterSupply" value="yes" id="info" class="badgebox"><span class="badge">✓</span></label>
|
|
|
735 |
<label for="success" class="btn btn-success">Electricity<input type="checkbox" name="electricity"
|
|
|
736 |
value ="yes" id="success" class="badgebox"><span class="badge">✓</span></label>
|
|
|
737 |
<label for="warning" class="btn btn-success">Pantry<input type="checkbox" name="pantry" value="yes" id="warning" class="badgebox"><span class="badge">✓</span></label>
|
| 21817 |
kshitij.so |
738 |
</div>
|
|
|
739 |
</div>
|
|
|
740 |
|
|
|
741 |
|
|
|
742 |
<h4 class="page-header">15. Shop Available At</h4>
|
|
|
743 |
|
|
|
744 |
<div class="btn-group">
|
|
|
745 |
<label class="btn btn-default">
|
|
|
746 |
<input type="radio" name="shopAvailbility" value="Basement">
|
|
|
747 |
<span>Basement</span>
|
|
|
748 |
</label>
|
|
|
749 |
<label class="btn btn-default">
|
|
|
750 |
<input type="radio" name="shopAvailbility" value="Groundfloor">
|
|
|
751 |
<span>Ground Floor</span>
|
|
|
752 |
</label>
|
|
|
753 |
<label class="btn btn-default">
|
|
|
754 |
<input type="radio" name="shopAvailbility" value="firstfloor">
|
|
|
755 |
<span>First Floor</span>
|
|
|
756 |
</label>
|
|
|
757 |
|
|
|
758 |
<label class="btn btn-default">
|
|
|
759 |
<input type="radio" name="shopAvailbility" value="secondfloor">
|
|
|
760 |
<span>Second Floor</span>
|
|
|
761 |
</label>
|
|
|
762 |
|
|
|
763 |
<label class="btn btn-default">
|
|
|
764 |
<input type="radio" name="shopAvailbility" value="thirdfloor">
|
|
|
765 |
<span>Third Floor</span>
|
|
|
766 |
</label>
|
|
|
767 |
</div>
|
|
|
768 |
|
|
|
769 |
<div class="form-group bdetail">
|
| 21834 |
rajender |
770 |
<p>Provide pictures of the shop from 3 different angles, ceiling and flooring</p>
|
| 21822 |
rajender |
771 |
<input type="file" name="angleDoc1" accept="application/pdf,image/*" >
|
|
|
772 |
<input type="file" name="angleDoc2" accept="application/pdf,image/*" >
|
|
|
773 |
<input type="file" name="angleDoc3" accept="application/pdf,image/*" >
|
|
|
774 |
<input type="file" name="angleDoc4" accept="application/pdf,image/*" >
|
|
|
775 |
<input type="file" name="angleDoc5" accept="application/pdf,image/*">
|
| 21817 |
kshitij.so |
776 |
</div>
|
|
|
777 |
|
|
|
778 |
<h4 class="page-header">16. Location of Shop</h4>
|
|
|
779 |
<div class="btn-group">
|
|
|
780 |
<label class="btn btn-default">
|
|
|
781 |
<input type="radio" name="location" value="shoppingMall">
|
|
|
782 |
<span>Shopping Mall</span>
|
|
|
783 |
</label>
|
|
|
784 |
<label class="btn btn-default">
|
|
|
785 |
<input type="radio" name="location" value="MainMobileMarket">
|
|
|
786 |
<span>Main Mobile Market</span>
|
|
|
787 |
</label>
|
|
|
788 |
<label class="btn btn-default">
|
|
|
789 |
<input type="radio" name="location" value="LocalMarket">
|
|
|
790 |
<span>Local Market</span>
|
|
|
791 |
</label>
|
|
|
792 |
|
|
|
793 |
</div>
|
|
|
794 |
|
|
|
795 |
|
|
|
796 |
|
|
|
797 |
<h4 class="page-header">17.Nearest Mobile Store</h4>
|
|
|
798 |
<div class="btn-group">
|
|
|
799 |
<label class="btn btn-default">
|
| 21822 |
rajender |
800 |
<input type="radio" name="nearestStore" value="100mtrs">
|
| 21817 |
kshitij.so |
801 |
<span>100Mtrs</span>
|
|
|
802 |
</label>
|
|
|
803 |
<label class="btn btn-default">
|
| 21822 |
rajender |
804 |
<input type="radio" name="nearestStore" value="200mtrs">
|
| 21817 |
kshitij.so |
805 |
<span>200Mtrs</span>
|
|
|
806 |
</label>
|
|
|
807 |
<label class="btn btn-default">
|
| 21822 |
rajender |
808 |
<input type="radio" name="nearestStore" value="500mtrs">
|
| 21817 |
kshitij.so |
809 |
<span>500Mtrs</span>
|
|
|
810 |
</label>
|
|
|
811 |
|
|
|
812 |
</div>
|
|
|
813 |
|
|
|
814 |
<div class="form-group location">
|
|
|
815 |
<label>Name of the Shop</label>
|
| 21822 |
rajender |
816 |
<input type="text" size ="35" name="storeName">
|
| 21817 |
kshitij.so |
817 |
<br>
|
|
|
818 |
<br>
|
|
|
819 |
<label>Address of the Shop</label>
|
|
|
820 |
<input type="text" size ="65" name="storeAddress">
|
|
|
821 |
</div>
|
|
|
822 |
|
|
|
823 |
|
|
|
824 |
|
| 21834 |
rajender |
825 |
<h4 class="page-header">18. Ownership of Shop</h4>
|
| 21817 |
kshitij.so |
826 |
|
|
|
827 |
<div class="btn-group">
|
|
|
828 |
<label class="btn btn-default">
|
|
|
829 |
<input type="radio" name="ownership" value="Selfowned">
|
|
|
830 |
<span>Self Owned</span>
|
|
|
831 |
</label>
|
|
|
832 |
<label class="btn btn-default">
|
|
|
833 |
<input type="radio" name="ownership" value="Rented">
|
|
|
834 |
<span>Rented</span>
|
|
|
835 |
</label>
|
|
|
836 |
<label class="btn btn-default">
|
|
|
837 |
<input type="radio" name="ownership" value="lease">
|
|
|
838 |
<span>Lease</span>
|
|
|
839 |
</label>
|
|
|
840 |
</label>
|
|
|
841 |
<label class="btn btn-default">
|
|
|
842 |
<input type="radio" name="ownership" value="collaboration">
|
|
|
843 |
<span>Collaboration</span>
|
|
|
844 |
</label>
|
|
|
845 |
|
|
|
846 |
</div>
|
|
|
847 |
|
|
|
848 |
<div class="form-group bdetail">
|
|
|
849 |
<p>Provide relevant documents (Electricity bill/Rent Agreement/Lease Deed)to prove the status of ownership</p>
|
| 21822 |
rajender |
850 |
<input type="file" accept="application/pdf,image/*" name="ownershipDoc">
|
| 21817 |
kshitij.so |
851 |
</div>
|
|
|
852 |
|
|
|
853 |
|
| 21834 |
rajender |
854 |
<h4 class="page-header">19. Insurance of Shop (if yes, please provide the copy of the same)</h4>
|
| 21817 |
kshitij.so |
855 |
|
|
|
856 |
|
|
|
857 |
<div class="btn-group">
|
|
|
858 |
<label class="btn btn-default">
|
| 21822 |
rajender |
859 |
<input type="radio" name="insurance" value="yes">
|
| 21817 |
kshitij.so |
860 |
<span>Yes</span>
|
|
|
861 |
</label>
|
|
|
862 |
<label class="btn btn-default">
|
| 21822 |
rajender |
863 |
<input type="radio" name="insurance" value="no">
|
| 21817 |
kshitij.so |
864 |
<span>No</span>
|
|
|
865 |
</label>
|
|
|
866 |
</div>
|
|
|
867 |
|
|
|
868 |
<div class="form-group insurance doc" id= "docyes">
|
|
|
869 |
<p>Please provide copy of insurance document</p>
|
| 21822 |
rajender |
870 |
<input type="file" accept="application/pdf,image/*" name="insuranceDoc">
|
| 21817 |
kshitij.so |
871 |
</div>
|
|
|
872 |
|
|
|
873 |
|
| 21834 |
rajender |
874 |
<h4 class="page-header">20. Loan on Shop (LAP/BL/CC/others)</h4>
|
| 21817 |
kshitij.so |
875 |
|
|
|
876 |
<div class="btn-group">
|
|
|
877 |
<label class="btn btn-default">
|
|
|
878 |
<input type="radio" name="loan" value="yes">
|
|
|
879 |
<span>Yes</span>
|
|
|
880 |
</label>
|
|
|
881 |
<label class="btn btn-default">
|
|
|
882 |
<input type="radio" name="loan" value="no">
|
|
|
883 |
<span>No</span>
|
|
|
884 |
</label>
|
|
|
885 |
</div>
|
|
|
886 |
|
|
|
887 |
<div class="form-group loan document" id ="documentyes">
|
|
|
888 |
<p>Please provide current statement Letter</p>
|
| 21822 |
rajender |
889 |
<input type="file" accept="application/pdf,image/*" name="loanDoc">
|
| 21817 |
kshitij.so |
890 |
|
|
|
891 |
<p>Please provide current sanction Letter</p>
|
| 21822 |
rajender |
892 |
<input type="file" accept="application/pdf,image/*" name="sanctionDoc">
|
| 21817 |
kshitij.so |
893 |
</div>
|
|
|
894 |
|
|
|
895 |
|
|
|
896 |
<h4 class="page-header">21. Bank Name & Address</h4>
|
|
|
897 |
|
|
|
898 |
<div class="form-group float-label-control">
|
|
|
899 |
<label for="">Account Number</label>
|
| 21822 |
rajender |
900 |
<input type="text" name="accountNumber"class="form-control" placeholder="Account Number">
|
| 21817 |
kshitij.so |
901 |
</div>
|
|
|
902 |
<div class="form-group float-label-control">
|
|
|
903 |
<label for="">Bank Name</label>
|
| 21822 |
rajender |
904 |
<input type="text" name="bankName"class="form-control" placeholder="Bank Name">
|
| 21817 |
kshitij.so |
905 |
</div>
|
|
|
906 |
<div class="form-group float-label-control">
|
|
|
907 |
<label for="">IFSC Code</label>
|
| 21822 |
rajender |
908 |
<input type="text" name="ifscCode"class="form-control" placeholder="IFSC Code">
|
| 21817 |
kshitij.so |
909 |
</div>
|
|
|
910 |
<div class="form-group float-label-control">
|
|
|
911 |
<label for="">Branch Name</label>
|
| 21822 |
rajender |
912 |
<input type="text" name="branchName" class="form-control" placeholder="Branch Name">
|
| 21817 |
kshitij.so |
913 |
</div>
|
|
|
914 |
<div >
|
| 21834 |
rajender |
915 |
<p>Please attach the copy of cancelled cheque</p>
|
| 21817 |
kshitij.so |
916 |
<div class="form-group">
|
| 21822 |
rajender |
917 |
<input type="file" name="chequeCopy" accept="application/pdf,image/*">
|
| 21817 |
kshitij.so |
918 |
</div>
|
|
|
919 |
|
|
|
920 |
|
| 21832 |
rajender |
921 |
<h4 class="page-header">22. HSPS Bank Account Detail</h4>
|
| 21817 |
kshitij.so |
922 |
|
| 21834 |
rajender |
923 |
<p>Please deposit amount of <strong> Rs 1 Lac </strong>as advance payment in following account through NEFT and submit the UTR No.</p>
|
| 21817 |
kshitij.so |
924 |
<div class="form-group float-label-control">
|
|
|
925 |
<label for="">UTR Number</label>
|
|
|
926 |
<input type="text" name="utr" class="form-control" placeholder="UTR No">
|
|
|
927 |
</div>
|
| 21837 |
amit.gupta |
928 |
<p><b>Note:</b> Advance amount deposited shall be adjustable in the first billing. This amount is 100% refundable in case of withdrawal of application by applicant.</p>
|
| 21817 |
kshitij.so |
929 |
|
|
|
930 |
|
|
|
931 |
|
| 21834 |
rajender |
932 |
<div class ="Account">
|
|
|
933 |
<label>Account Name: New Spice Solutions Pvt Ltd</label><br>
|
| 21837 |
amit.gupta |
934 |
<label>Bank Name: IndusInd Bank Ltd.</label><br>
|
| 21834 |
rajender |
935 |
<label>Account No.:201000488351</label><br>
|
|
|
936 |
<label>Branch:M-56, Greater Kailash-II, Main Market New Delhi-110048</label><br>
|
|
|
937 |
<label>IFSC:INDB0000012</label><br>
|
|
|
938 |
</div>
|
|
|
939 |
|
| 21817 |
kshitij.so |
940 |
<div class="submit">
|
| 21832 |
rajender |
941 |
<button type="submit" class="btn btn-success btn-lg">Submit</button>
|
|
|
942 |
</div>
|
|
|
943 |
|
|
|
944 |
<div class="alert alert-success" role="alert" id="success_message">Success <i class="glyphicon glyphicon-thumbs-up"></i> Thanks for contacting us, we will get back to you shortly.</div>
|
| 21817 |
kshitij.so |
945 |
|
|
|
946 |
|
|
|
947 |
|
|
|
948 |
|
|
|
949 |
<!-- <fieldset hidden disabled="disabled">
|
|
|
950 |
<h4 class="page-header">PMP STORE REGISTRATION APPROVAL</h4>
|
|
|
951 |
<p>(FOR OFFICE USE ONLY)</P>
|
|
|
952 |
|
|
|
953 |
<div class=breg>
|
|
|
954 |
<div class=bApproval>
|
|
|
955 |
|
|
|
956 |
<label>Recommended by</label>
|
|
|
957 |
<input type="text" name = "recommended"class="reg-control" size="50">
|
|
|
958 |
|
|
|
959 |
</div>
|
|
|
960 |
<br>
|
|
|
961 |
|
|
|
962 |
<div class=bApproval>
|
|
|
963 |
<label>Business Manager</label>
|
|
|
964 |
<input type="text" name=" bManager" class="reg-control" size="50">
|
|
|
965 |
</div>
|
|
|
966 |
<br>
|
|
|
967 |
<div class=bApproval>
|
|
|
968 |
<label>Operations Manager</label>
|
|
|
969 |
<input type="text"name="operation"class="reg-control" size="50">
|
|
|
970 |
</div>
|
|
|
971 |
<br>
|
|
|
972 |
<div class=bApproval>
|
|
|
973 |
<label>BusinessHeadCategoryHead</label>
|
|
|
974 |
<input type="text" name="bhead"class="reg-control" size="50">
|
|
|
975 |
</div>
|
|
|
976 |
|
|
|
977 |
|
|
|
978 |
</div>
|
|
|
979 |
</fieldset> -->
|
|
|
980 |
|
|
|
981 |
</form>
|
|
|
982 |
</div>
|
|
|
983 |
</div>
|
|
|
984 |
<div class="col-sm-4">
|
|
|
985 |
<div class="panel panel-default">
|
|
|
986 |
|
|
|
987 |
<div class="panel-body">
|
|
|
988 |
|
|
|
989 |
|
| 21835 |
amit.gupta |
990 |
<label>Spice Global Knowledge Park - 6th Floor, Plot No.19A & 19B, Sector 125, Noida, UP - 201301</label>
|
|
|
991 |
<br>
|
|
|
992 |
<label>Email - care@profitmandi.com</<label>
|
|
|
993 |
<br>
|
|
|
994 |
<label>Contact - 8588842949 </label>
|
| 21817 |
kshitij.so |
995 |
</div>
|
|
|
996 |
</div>
|
|
|
997 |
</div>
|
|
|
998 |
|
|
|
999 |
</div>
|
|
|
1000 |
|
|
|
1001 |
</div>
|
| 21826 |
kshitij.so |
1002 |
</div>
|
| 21945 |
kshitij.so |
1003 |
<div class="modal hide" id="pleaseWaitDialog" data-backdrop="static" data-keyboard="false">
|
|
|
1004 |
<div class="modal-header">
|
|
|
1005 |
<h1>Processing...</h1>
|
|
|
1006 |
</div>
|
|
|
1007 |
<div class="modal-body">
|
|
|
1008 |
<div class="progress progress-striped active">
|
|
|
1009 |
<div class="bar" style="width: 100%;"></div>
|
|
|
1010 |
</div>
|
|
|
1011 |
</div>
|
| 21832 |
rajender |
1012 |
</div>
|
| 21817 |
kshitij.so |
1013 |
</body>
|
|
|
1014 |
</html>
|