| 29104 |
manish |
1 |
#if($pob.getId())
|
|
|
2 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
|
|
|
3 |
#else
|
|
|
4 |
<td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
|
|
|
5 |
#end
|
|
|
6 |
|
|
|
7 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
8 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
9 |
disabled></td>
|
|
|
10 |
#else
|
|
|
11 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
12 |
#end
|
| 29213 |
tejbeer |
13 |
|
|
|
14 |
|
|
|
15 |
#if($pob.getStateHead() && $pob.getStateHead() != "")
|
|
|
16 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
|
|
|
17 |
value="$pob.getStateHead()"></td>
|
|
|
18 |
#else
|
|
|
19 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
|
|
|
20 |
#end
|
|
|
21 |
#if($pob.getBDM() && $pob.getBDM() != "")
|
|
|
22 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
|
|
|
23 |
#else
|
|
|
24 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
|
|
|
25 |
#end
|
|
|
26 |
|
|
|
27 |
#if($pob.getAgreedBrandFees() != 0)
|
|
|
28 |
|
|
|
29 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
|
|
30 |
|
|
|
31 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
|
|
32 |
value="$pob.getAgreedBrandFees()" ></td>
|
|
|
33 |
#else
|
|
|
34 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
|
|
35 |
value="$pob.getAgreedBrandFees()" ></td>
|
|
|
36 |
#end
|
|
|
37 |
#else
|
|
|
38 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
|
|
|
39 |
#end
|
|
|
40 |
|
|
|
41 |
|
|
|
42 |
#if($pob.getReceivedBrandFees()!= 0)
|
| 29104 |
manish |
43 |
|
| 29213 |
tejbeer |
44 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
|
|
45 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
|
|
46 |
value="$pob.getReceivedBrandFees()"></td>
|
|
|
47 |
#else
|
|
|
48 |
<td style="background:red;"><i class="far fa-arrow-alt-circle-up" style="background:red"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
|
|
49 |
value="$pob.getReceivedBrandFees()"></td>
|
|
|
50 |
#end
|
|
|
51 |
|
|
|
52 |
#else
|
|
|
53 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
|
|
|
54 |
#end
|
|
|
55 |
|
|
|
56 |
|
| 29222 |
tejbeer |
57 |
|
| 29104 |
manish |
58 |
#if($pob.getAadharDoc() && $pob.getAadharDoc() != 0)
|
|
|
59 |
<td class="aadhar docfile">
|
|
|
60 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
61 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
|
|
62 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
|
|
63 |
value="$pob.getAadharDoc()">
|
|
|
64 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
|
|
|
65 |
Doc</a>
|
| 29763 |
tejbeer |
66 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
67 |
|
|
|
68 |
</td>
|
|
|
69 |
#else
|
|
|
70 |
<td class="aadhar docfile">
|
|
|
71 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
72 |
<input type="hidden">
|
|
|
73 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
|
|
|
74 |
</td>
|
|
|
75 |
#end
|
| 33891 |
tejus.loha |
76 |
#if($pob.getAadharDocBack() && $pob.getAadharDocBack() != 0)
|
|
|
77 |
<td class="aadharBack docfile">
|
|
|
78 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
79 |
<input type="hidden" class="aadharBackhidden" value="$pob.getAadharDoc()">
|
|
|
80 |
<input type="file" class="aadharBack" placeholder="aadhar Back" disabled name="aadhar2"
|
|
|
81 |
value="$pob.getAadharDocBack()">
|
|
|
82 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDocBack()"
|
|
|
83 |
class="download">Download
|
|
|
84 |
Doc</a>
|
|
|
85 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
|
|
86 |
|
|
|
87 |
</td>
|
|
|
88 |
#else
|
|
|
89 |
<td class="aadharBack docfile">
|
|
|
90 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
91 |
<input type="hidden">
|
|
|
92 |
<input type="file" class="aadharBack" placeholder="aadhar Back" disabled name="aadhar2">
|
|
|
93 |
</td>
|
|
|
94 |
#end
|
| 29104 |
manish |
95 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
|
|
96 |
<td class="pan docfile">
|
|
|
97 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
98 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
99 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
100 |
value="$pob.getPanDoc()">
|
|
|
101 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
|
|
102 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
103 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
104 |
</td>
|
|
|
105 |
#else
|
|
|
106 |
<td class="pan docfile">
|
|
|
107 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
108 |
<input type="hidden">
|
|
|
109 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
110 |
</td>
|
|
|
111 |
#end
|
|
|
112 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
|
|
113 |
<td class="gst docfile">
|
|
|
114 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
115 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
116 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
117 |
value="$pob.getGstdoc()">
|
|
|
118 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
|
|
119 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
120 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
121 |
</td>
|
|
|
122 |
#else
|
|
|
123 |
<td class="gst docfile">
|
|
|
124 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
125 |
<input type="hidden">
|
|
|
126 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
127 |
</td>
|
|
|
128 |
#end
|
|
|
129 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
130 |
|
|
|
131 |
<td class="cancheque docfile">
|
|
|
132 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
133 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
134 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
135 |
value="$pob.getCancelCheque()">
|
|
|
136 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
|
|
137 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
|
|
138 |
Doc</a>
|
| 29763 |
tejbeer |
139 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
140 |
|
|
|
141 |
</td>
|
|
|
142 |
|
|
|
143 |
#else
|
|
|
144 |
<td class="cancheque docfile">
|
|
|
145 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
146 |
<input type="hidden">
|
|
|
147 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
148 |
name="cancheque1">
|
|
|
149 |
</td>
|
|
|
150 |
#end
|
|
|
151 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
|
|
152 |
<td class="rent docfile">
|
|
|
153 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
154 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
155 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
156 |
value="$pob.getRentAgreement()">
|
|
|
157 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
158 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
159 |
</td>
|
|
|
160 |
#else
|
|
|
161 |
|
|
|
162 |
<td class="rent docfile">
|
|
|
163 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
164 |
<input type="hidden">
|
|
|
165 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
166 |
</td>
|
|
|
167 |
#end
|
|
|
168 |
|
|
|
169 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
|
|
170 |
<td class="loi docfile" >
|
|
|
171 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
172 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
173 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
|
|
174 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
175 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
176 |
|
|
|
177 |
</td>
|
|
|
178 |
#else
|
|
|
179 |
|
|
|
180 |
<td class="loi docfile">
|
|
|
181 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
182 |
<input type="hidden">
|
|
|
183 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
184 |
</td>
|
|
|
185 |
#end
|
|
|
186 |
#if($pob.getDocumentsCompleted() && $pob.getDocumentsCompleted() != "")
|
|
|
187 |
<td>
|
|
|
188 |
#if($pob.getDocumentsCompleted()== "YES")
|
|
|
189 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
|
|
190 |
#else
|
|
|
191 |
<i class="far fa-arrow-alt-circle-up" style="background:red"></i>
|
|
|
192 |
#end
|
|
|
193 |
<select class="" id = "allDocumentComp" name="allDocumentComp" placeholder="" disabled>
|
|
|
194 |
<option value="" disabled selected>-Doc Compl-</option>
|
|
|
195 |
#if($pob.getDocumentsCompleted() == "YES")
|
|
|
196 |
<option value="YES" selected>YES</option>
|
|
|
197 |
#else
|
|
|
198 |
<option value="YES" >YES</option>
|
|
|
199 |
#end
|
|
|
200 |
|
|
|
201 |
#if($pob.getDocumentsCompleted() == "NO")
|
|
|
202 |
<option value="NO" selected>NO</option>
|
|
|
203 |
#else
|
|
|
204 |
<option value="NO">NO</option>
|
|
|
205 |
#end
|
|
|
206 |
</select>
|
|
|
207 |
</td>
|
|
|
208 |
#else
|
|
|
209 |
<td>
|
|
|
210 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
211 |
<select class="" id = "allDocumentComp" name="allDocumentComp" disabled>
|
|
|
212 |
<option value="" selected>-Documents-</option>
|
|
|
213 |
<option value="YES">YES</option>
|
|
|
214 |
<option value="NO">NO</option>
|
|
|
215 |
</select>
|
|
|
216 |
</td>
|
|
|
217 |
#end
|
|
|
218 |
|
|
|
219 |
|
|
|
220 |
|
|
|
221 |
|
|
|
222 |
|
|
|
223 |
#if($pob.getAnniversaryDate())
|
|
|
224 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
|
|
|
225 |
name="anniversaryDate"
|
|
|
226 |
value="$pob.getAnniversaryDate().format($datehiphenFormatter)">
|
|
|
227 |
</td>
|
|
|
228 |
#else
|
|
|
229 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
|
|
|
230 |
name="anniversaryDate">
|
|
|
231 |
</td>
|
|
|
232 |
#end
|
|
|
233 |
#if($pob.getDob())
|
|
|
234 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
|
|
|
235 |
name="dob"
|
|
|
236 |
value="$pob.getDob().format($datehiphenFormatter)"></td>
|
|
|
237 |
#else
|
|
|
238 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
|
|
|
239 |
name="dob">
|
|
|
240 |
</td>
|
|
|
241 |
#end
|
|
|
242 |
|
|
|
243 |
#if($pob.getCode() && $pob.getCode() != "")
|
|
|
244 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal" value="$pob.getCode()"
|
|
|
245 |
></td>
|
|
|
246 |
#else
|
|
|
247 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal"></td>
|
|
|
248 |
#end
|
|
|
249 |
|
| 29509 |
manish |
250 |
|
|
|
251 |
|
|
|
252 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
|
|
253 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
254 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
|
|
255 |
name="phoneNumberLegal"
|
|
|
256 |
disabled ></td>
|
|
|
257 |
#else
|
|
|
258 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
|
|
259 |
#end
|
|
|
260 |
|
| 29763 |
tejbeer |
261 |
|
|
|
262 |
|
|
|
263 |
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
#if($pob.getBusinessType() && $pob.getBusinessType() != "")
|
|
|
267 |
|
|
|
268 |
|
|
|
269 |
<td>
|
|
|
270 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
271 |
|
|
|
272 |
<select class="" id = "businesstype" name="businesstype" placeholder="Business Type" disabled>
|
|
|
273 |
<option value="" disabled selected>Business Type-</option>
|
|
|
274 |
#foreach($bt in $businessTypes))
|
|
|
275 |
|
|
|
276 |
|
|
|
277 |
#if($pob.getBusinessType() == $bt)
|
|
|
278 |
<option value="$bt" selected>$bt</option>
|
|
|
279 |
#else
|
|
|
280 |
<option value="$bt">$bt</option>
|
|
|
281 |
#end
|
|
|
282 |
#end
|
|
|
283 |
|
|
|
284 |
|
|
|
285 |
</select>
|
|
|
286 |
|
|
|
287 |
<a href="#" class="addKyc" data-id = "$pob.getId()">Add Kyc</a>
|
|
|
288 |
</td>
|
|
|
289 |
#else
|
|
|
290 |
<td>
|
|
|
291 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
292 |
<select class="" id = "" name="businesstype" disabled>
|
|
|
293 |
<option value="" selected>-Business Type-</option>
|
|
|
294 |
#foreach($bt in $businessTypes))
|
|
|
295 |
|
|
|
296 |
<option value="$bt">$bt</option>
|
|
|
297 |
|
|
|
298 |
#end
|
|
|
299 |
</select>
|
|
|
300 |
</td>
|
|
|
301 |
#end
|
|
|
302 |
|
| 30286 |
tejbeer |
303 |
#if($pob.getKyc() && $pob.getKyc() != 0)
|
|
|
304 |
<td class="kyc docfile">
|
|
|
305 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
306 |
<input type="hidden" class="kychidden" value="$pob.getKyc()">
|
|
|
307 |
<input type="file" class="kyc" placeholder="KYC (legal)" disabled name="kyc1"
|
|
|
308 |
value="$pob.getKyc()">
|
|
|
309 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
|
|
310 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
|
|
311 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
312 |
|
|
|
313 |
</td>
|
|
|
314 |
#else
|
|
|
315 |
<td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
316 |
<input type="hidden">
|
|
|
317 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
|
|
318 |
</td>
|
|
|
319 |
#end
|
|
|
320 |
|
| 29104 |
manish |
321 |
<td>
|
|
|
322 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"
|
|
|
323 |
class="submit-legal">
|
|
|
324 |
Submit
|
|
|
325 |
</button>
|
|
|
326 |
</td>
|
|
|
327 |
|
|
|
328 |
|
|
|
329 |
|
|
|
330 |
|
|
|
331 |
|