| 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
|
|
|
76 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
|
|
77 |
<td class="pan docfile">
|
|
|
78 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
79 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
80 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
81 |
value="$pob.getPanDoc()">
|
|
|
82 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
|
|
83 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
84 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
85 |
</td>
|
|
|
86 |
#else
|
|
|
87 |
<td class="pan docfile">
|
|
|
88 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
89 |
<input type="hidden">
|
|
|
90 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
91 |
</td>
|
|
|
92 |
#end
|
|
|
93 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
|
|
94 |
<td class="gst docfile">
|
|
|
95 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
96 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
97 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
98 |
value="$pob.getGstdoc()">
|
|
|
99 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
|
|
100 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
101 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
102 |
</td>
|
|
|
103 |
#else
|
|
|
104 |
<td class="gst docfile">
|
|
|
105 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
106 |
<input type="hidden">
|
|
|
107 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
108 |
</td>
|
|
|
109 |
#end
|
|
|
110 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
111 |
|
|
|
112 |
<td class="cancheque docfile">
|
|
|
113 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
114 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
115 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
116 |
value="$pob.getCancelCheque()">
|
|
|
117 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
|
|
118 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
|
|
119 |
Doc</a>
|
| 29763 |
tejbeer |
120 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
121 |
|
|
|
122 |
</td>
|
|
|
123 |
|
|
|
124 |
#else
|
|
|
125 |
<td class="cancheque docfile">
|
|
|
126 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
127 |
<input type="hidden">
|
|
|
128 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
129 |
name="cancheque1">
|
|
|
130 |
</td>
|
|
|
131 |
#end
|
|
|
132 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
|
|
133 |
<td class="rent docfile">
|
|
|
134 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
135 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
136 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
137 |
value="$pob.getRentAgreement()">
|
|
|
138 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
139 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
140 |
</td>
|
|
|
141 |
#else
|
|
|
142 |
|
|
|
143 |
<td class="rent docfile">
|
|
|
144 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
145 |
<input type="hidden">
|
|
|
146 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
147 |
</td>
|
|
|
148 |
#end
|
|
|
149 |
|
|
|
150 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
|
|
151 |
<td class="loi docfile" >
|
|
|
152 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
153 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
154 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
|
|
155 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
| 29763 |
tejbeer |
156 |
<a href="#" style="padding: 49px;" class="delKyc">Delete Doc</a>
|
| 29104 |
manish |
157 |
|
|
|
158 |
</td>
|
|
|
159 |
#else
|
|
|
160 |
|
|
|
161 |
<td class="loi docfile">
|
|
|
162 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
163 |
<input type="hidden">
|
|
|
164 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
165 |
</td>
|
|
|
166 |
#end
|
|
|
167 |
#if($pob.getDocumentsCompleted() && $pob.getDocumentsCompleted() != "")
|
|
|
168 |
<td>
|
|
|
169 |
#if($pob.getDocumentsCompleted()== "YES")
|
|
|
170 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
|
|
171 |
#else
|
|
|
172 |
<i class="far fa-arrow-alt-circle-up" style="background:red"></i>
|
|
|
173 |
#end
|
|
|
174 |
<select class="" id = "allDocumentComp" name="allDocumentComp" placeholder="" disabled>
|
|
|
175 |
<option value="" disabled selected>-Doc Compl-</option>
|
|
|
176 |
#if($pob.getDocumentsCompleted() == "YES")
|
|
|
177 |
<option value="YES" selected>YES</option>
|
|
|
178 |
#else
|
|
|
179 |
<option value="YES" >YES</option>
|
|
|
180 |
#end
|
|
|
181 |
|
|
|
182 |
#if($pob.getDocumentsCompleted() == "NO")
|
|
|
183 |
<option value="NO" selected>NO</option>
|
|
|
184 |
#else
|
|
|
185 |
<option value="NO">NO</option>
|
|
|
186 |
#end
|
|
|
187 |
</select>
|
|
|
188 |
</td>
|
|
|
189 |
#else
|
|
|
190 |
<td>
|
|
|
191 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
192 |
<select class="" id = "allDocumentComp" name="allDocumentComp" disabled>
|
|
|
193 |
<option value="" selected>-Documents-</option>
|
|
|
194 |
<option value="YES">YES</option>
|
|
|
195 |
<option value="NO">NO</option>
|
|
|
196 |
</select>
|
|
|
197 |
</td>
|
|
|
198 |
#end
|
|
|
199 |
|
|
|
200 |
|
|
|
201 |
|
|
|
202 |
|
|
|
203 |
|
|
|
204 |
#if($pob.getAnniversaryDate())
|
|
|
205 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
|
|
|
206 |
name="anniversaryDate"
|
|
|
207 |
value="$pob.getAnniversaryDate().format($datehiphenFormatter)">
|
|
|
208 |
</td>
|
|
|
209 |
#else
|
|
|
210 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="anniversaryDate" placeholder="Anniversary Date(legal)" disabled
|
|
|
211 |
name="anniversaryDate">
|
|
|
212 |
</td>
|
|
|
213 |
#end
|
|
|
214 |
#if($pob.getDob())
|
|
|
215 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
|
|
|
216 |
name="dob"
|
|
|
217 |
value="$pob.getDob().format($datehiphenFormatter)"></td>
|
|
|
218 |
#else
|
|
|
219 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="dob" placeholder="DOB(legal)" disabled
|
|
|
220 |
name="dob">
|
|
|
221 |
</td>
|
|
|
222 |
#end
|
|
|
223 |
|
|
|
224 |
#if($pob.getCode() && $pob.getCode() != "")
|
|
|
225 |
<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()"
|
|
|
226 |
></td>
|
|
|
227 |
#else
|
|
|
228 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="codeLegal"></td>
|
|
|
229 |
#end
|
|
|
230 |
|
| 29509 |
manish |
231 |
|
|
|
232 |
|
|
|
233 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
|
|
234 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
235 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
|
|
236 |
name="phoneNumberLegal"
|
|
|
237 |
disabled ></td>
|
|
|
238 |
#else
|
|
|
239 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
|
|
240 |
#end
|
|
|
241 |
|
| 29763 |
tejbeer |
242 |
|
|
|
243 |
|
|
|
244 |
|
|
|
245 |
|
|
|
246 |
|
|
|
247 |
#if($pob.getBusinessType() && $pob.getBusinessType() != "")
|
|
|
248 |
|
|
|
249 |
|
|
|
250 |
<td>
|
|
|
251 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
252 |
|
|
|
253 |
<select class="" id = "businesstype" name="businesstype" placeholder="Business Type" disabled>
|
|
|
254 |
<option value="" disabled selected>Business Type-</option>
|
|
|
255 |
#foreach($bt in $businessTypes))
|
|
|
256 |
|
|
|
257 |
|
|
|
258 |
#if($pob.getBusinessType() == $bt)
|
|
|
259 |
<option value="$bt" selected>$bt</option>
|
|
|
260 |
#else
|
|
|
261 |
<option value="$bt">$bt</option>
|
|
|
262 |
#end
|
|
|
263 |
#end
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
</select>
|
|
|
267 |
|
|
|
268 |
<a href="#" class="addKyc" data-id = "$pob.getId()">Add Kyc</a>
|
|
|
269 |
</td>
|
|
|
270 |
#else
|
|
|
271 |
<td>
|
|
|
272 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
273 |
<select class="" id = "" name="businesstype" disabled>
|
|
|
274 |
<option value="" selected>-Business Type-</option>
|
|
|
275 |
#foreach($bt in $businessTypes))
|
|
|
276 |
|
|
|
277 |
<option value="$bt">$bt</option>
|
|
|
278 |
|
|
|
279 |
#end
|
|
|
280 |
</select>
|
|
|
281 |
</td>
|
|
|
282 |
#end
|
|
|
283 |
|
| 30286 |
tejbeer |
284 |
#if($pob.getKyc() && $pob.getKyc() != 0)
|
|
|
285 |
<td class="kyc docfile">
|
|
|
286 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
|
|
287 |
<input type="hidden" class="kychidden" value="$pob.getKyc()">
|
|
|
288 |
<input type="file" class="kyc" placeholder="KYC (legal)" disabled name="kyc1"
|
|
|
289 |
value="$pob.getKyc()">
|
|
|
290 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
|
|
291 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
|
|
292 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
293 |
|
|
|
294 |
</td>
|
|
|
295 |
#else
|
|
|
296 |
<td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
|
|
297 |
<input type="hidden">
|
|
|
298 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
|
|
299 |
</td>
|
|
|
300 |
#end
|
|
|
301 |
|
| 29104 |
manish |
302 |
<td>
|
|
|
303 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;"
|
|
|
304 |
class="submit-legal">
|
|
|
305 |
Submit
|
|
|
306 |
</button>
|
|
|
307 |
</td>
|
|
|
308 |
|
|
|
309 |
|
|
|
310 |
|
|
|
311 |
|
|
|
312 |
|