| 27843 |
tejbeer |
1 |
|
|
|
2 |
#if($pob.getId())
|
| 28933 |
manish |
3 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
|
| 27843 |
tejbeer |
4 |
#else
|
| 28932 |
manish |
5 |
<td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
|
| 27843 |
tejbeer |
6 |
#end
|
|
|
7 |
|
|
|
8 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
| 28933 |
manish |
9 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
| 27843 |
tejbeer |
10 |
disabled></td>
|
|
|
11 |
#else
|
| 28932 |
manish |
12 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
| 27843 |
tejbeer |
13 |
#end
|
|
|
14 |
|
|
|
15 |
#if($pob.getCreatedTimestamp())
|
| 28933 |
manish |
16 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
|
| 27843 |
tejbeer |
17 |
#else
|
| 28932 |
manish |
18 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
19 |
</td>
|
|
|
20 |
#end
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
#if($pob.getAcquiredDate())
|
| 28933 |
manish |
24 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
| 27843 |
tejbeer |
25 |
name="acquireddate"
|
|
|
26 |
value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
|
|
|
27 |
#else
|
| 28932 |
manish |
28 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
| 27843 |
tejbeer |
29 |
name="acquireddate">
|
|
|
30 |
</td>
|
|
|
31 |
#end
|
|
|
32 |
|
|
|
33 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
| 28933 |
manish |
34 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
| 27843 |
tejbeer |
35 |
disabled></td>
|
|
|
36 |
#else
|
| 28932 |
manish |
37 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
| 27843 |
tejbeer |
38 |
#end
|
|
|
39 |
|
|
|
40 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
| 28933 |
manish |
41 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
42 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
|
|
43 |
name="phonenumber1"
|
|
|
44 |
disabled ></td>
|
|
|
45 |
#else
|
| 28932 |
manish |
46 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
| 27843 |
tejbeer |
47 |
#end
|
| 28599 |
amit.gupta |
48 |
|
| 28610 |
amit.gupta |
49 |
|
| 28879 |
manish |
50 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
| 28938 |
tejbeer |
51 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="hidden" value ="$pob.getAuthId()"/><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
|
| 28879 |
manish |
52 |
#else
|
| 28932 |
manish |
53 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
|
| 28879 |
manish |
54 |
#end
|
| 29300 |
manish |
55 |
|
| 28879 |
manish |
56 |
|
|
|
57 |
#if($pob.getCity() && $pob.getCity() != "")
|
| 28933 |
manish |
58 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
|
| 27843 |
tejbeer |
59 |
#else
|
| 28932 |
manish |
60 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
|
| 27843 |
tejbeer |
61 |
#end
|
| 29300 |
manish |
62 |
|
|
|
63 |
<td>
|
|
|
64 |
<select class="form-control input-sm" id = "authUserStateHead" name="authUserStateHead" placeholder="AuthUser" disabled>
|
|
|
65 |
|
|
|
66 |
#if($pob.getStateHead() && $pob.getStateHead() != 0)
|
|
|
67 |
|
|
|
68 |
<option value=" $pob.getStateHead()" selected>$stateAuthUserMap.get($pob.getStateHead()).getName()</option>
|
|
|
69 |
#foreach($stateAuthUser in $stateAuthUsers)
|
|
|
70 |
<option value="$stateAuthUser.getId()">$stateAuthUser.getName()</option>
|
|
|
71 |
#end
|
|
|
72 |
|
|
|
73 |
#else
|
|
|
74 |
<option value="" selected>StateHead</option>
|
|
|
75 |
#foreach($stateAuthUser in $stateAuthUsers)
|
|
|
76 |
<option value="$stateAuthUser.getId()">$stateAuthUser.getName()</option>
|
|
|
77 |
#end
|
|
|
78 |
|
|
|
79 |
#end
|
|
|
80 |
</select>
|
|
|
81 |
</td>
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
<td>
|
|
|
85 |
<select class="form-control input-sm" id = "authUserbdm" name="authUserbdm" placeholder="AuthUser" disabled>
|
|
|
86 |
|
|
|
87 |
#if($pob.getBDM() && $pob.getBDM() != 0)
|
|
|
88 |
<option value="$pob.getBDM()" disabled selected>$bdmAuthUseMap.get($pob.getBDM()).getName()</option>
|
|
|
89 |
#foreach($bdmAuthUser in $bdmAuthUsers)
|
|
|
90 |
<option value="$bdmAuthUser.getId()">$bdmAuthUser.getName()</option>
|
|
|
91 |
#end
|
|
|
92 |
|
|
|
93 |
#else
|
|
|
94 |
<option value="" disabled selected>BDM</option>
|
|
|
95 |
#foreach($bdmAuthUser in $bdmAuthUsers)
|
|
|
96 |
<option value="$bdmAuthUser.getId()">$bdmAuthUser.getName()</option>
|
|
|
97 |
#end
|
|
|
98 |
|
|
|
99 |
#end
|
|
|
100 |
</select>
|
|
|
101 |
</td>
|
| 27843 |
tejbeer |
102 |
|
| 29300 |
manish |
103 |
|
|
|
104 |
|
|
|
105 |
|
| 28599 |
amit.gupta |
106 |
#if($pob.getAgreedBrandFees() != 0)
|
| 28700 |
amit.gupta |
107 |
|
|
|
108 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
| 28599 |
amit.gupta |
109 |
|
| 28933 |
manish |
110 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
| 27843 |
tejbeer |
111 |
value="$pob.getAgreedBrandFees()" ></td>
|
| 28599 |
amit.gupta |
112 |
#else
|
| 28932 |
manish |
113 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
| 28599 |
amit.gupta |
114 |
value="$pob.getAgreedBrandFees()" ></td>
|
|
|
115 |
#end
|
| 27843 |
tejbeer |
116 |
#else
|
| 28932 |
manish |
117 |
<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>
|
| 27843 |
tejbeer |
118 |
#end
|
|
|
119 |
|
| 28599 |
amit.gupta |
120 |
|
| 27843 |
tejbeer |
121 |
#if($pob.getReceivedBrandFees()!= 0)
|
|
|
122 |
|
| 28933 |
manish |
123 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
|
|
124 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
| 27843 |
tejbeer |
125 |
value="$pob.getReceivedBrandFees()"></td>
|
| 28933 |
manish |
126 |
#else
|
|
|
127 |
<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"
|
|
|
128 |
value="$pob.getReceivedBrandFees()"></td>
|
|
|
129 |
#end
|
|
|
130 |
|
|
|
131 |
#else
|
|
|
132 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
|
| 27843 |
tejbeer |
133 |
#end
|
| 28932 |
manish |
134 |
|
|
|
135 |
|
| 27884 |
tejbeer |
136 |
|
|
|
137 |
#if($pob.getFinalBrandFeesDate())
|
|
|
138 |
|
| 28933 |
manish |
139 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
|
| 27884 |
tejbeer |
140 |
value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
|
|
|
141 |
></td>
|
|
|
142 |
#else
|
| 28932 |
manish |
143 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
|
| 27884 |
tejbeer |
144 |
#end
|
| 27843 |
tejbeer |
145 |
|
|
|
146 |
#if($pob.getAgreedWallet()!= 0)
|
| 28933 |
manish |
147 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
|
| 27843 |
tejbeer |
148 |
value="$pob.getAgreedWallet()" ></td>
|
|
|
149 |
#else
|
| 28932 |
manish |
150 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
|
| 27843 |
tejbeer |
151 |
#end
|
|
|
152 |
|
|
|
153 |
#if($pob.getInvestmentDate())
|
|
|
154 |
|
| 28933 |
manish |
155 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
|
| 27843 |
tejbeer |
156 |
value="$pob.getInvestmentDate().format($datehiphenFormatter)"
|
|
|
157 |
></td>
|
|
|
158 |
#else
|
| 28932 |
manish |
159 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
|
| 27843 |
tejbeer |
160 |
#end
|
|
|
161 |
#if($pob.getKyc() && $pob.getKyc() != 0)
|
| 28932 |
manish |
162 |
<td class="kyc docfile">
|
| 28933 |
manish |
163 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
164 |
<input type="hidden" class="kychidden" value="$pob.getKyc()">
|
|
|
165 |
<input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
|
|
|
166 |
value="$pob.getKyc()">
|
|
|
167 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
168 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
|
|
169 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
170 |
|
| 27843 |
tejbeer |
171 |
</td>
|
|
|
172 |
#else
|
| 28932 |
manish |
173 |
<td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
174 |
<input type="hidden">
|
|
|
175 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
|
|
176 |
</td>
|
|
|
177 |
#end
|
|
|
178 |
|
|
|
179 |
#if($pob.getAadharDoc() && $pob.getAadharDoc() != 0)
|
| 28932 |
manish |
180 |
<td class="aadhar docfile">
|
| 28933 |
manish |
181 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
182 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
|
|
183 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
|
|
184 |
value="$pob.getAadharDoc()">
|
| 31363 |
tejbeer |
185 |
|
|
|
186 |
<a href="#some-id">
|
| 31364 |
tejbeer |
187 |
<img src="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" width = "100">
|
| 31363 |
tejbeer |
188 |
</a>
|
|
|
189 |
|
|
|
190 |
<!-- Include lightbox (position on page doesn't matter) -->
|
|
|
191 |
<a href="#" class="lightbox" id="some-id">
|
| 31365 |
tejbeer |
192 |
<div style="background-image:url('https://en.wikipedia.org/wiki/Image#/media/File:Image_created_with_a_mobile_phone.png')"></div>
|
| 31363 |
tejbeer |
193 |
</a>
|
| 27857 |
tejbeer |
194 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
195 |
|
|
|
196 |
</td>
|
|
|
197 |
#else
|
| 28932 |
manish |
198 |
<td class="aadhar docfile">
|
|
|
199 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
200 |
<input type="hidden">
|
|
|
201 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
|
|
|
202 |
</td>
|
|
|
203 |
#end
|
|
|
204 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
| 28932 |
manish |
205 |
<td class="pan docfile">
|
| 28933 |
manish |
206 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
207 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
208 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
209 |
value="$pob.getPanDoc()">
|
|
|
210 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
211 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
|
|
212 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
213 |
</td>
|
|
|
214 |
#else
|
| 28932 |
manish |
215 |
<td class="pan docfile">
|
|
|
216 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
217 |
<input type="hidden">
|
|
|
218 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
219 |
</td>
|
|
|
220 |
#end
|
|
|
221 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
| 28932 |
manish |
222 |
<td class="gst docfile">
|
| 28933 |
manish |
223 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
224 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
225 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
226 |
value="$pob.getGstdoc()">
|
|
|
227 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
228 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
|
|
229 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
230 |
</td>
|
|
|
231 |
#else
|
| 28932 |
manish |
232 |
<td class="gst docfile">
|
|
|
233 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
234 |
<input type="hidden">
|
|
|
235 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
236 |
</td>
|
|
|
237 |
#end
|
|
|
238 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
239 |
|
| 28932 |
manish |
240 |
<td class="cancheque docfile">
|
| 28933 |
manish |
241 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
242 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
243 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
244 |
value="$pob.getCancelCheque()">
|
|
|
245 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
246 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
| 27843 |
tejbeer |
247 |
Doc</a>
|
| 27857 |
tejbeer |
248 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
249 |
|
|
|
250 |
</td>
|
|
|
251 |
|
|
|
252 |
#else
|
| 28932 |
manish |
253 |
<td class="cancheque docfile">
|
|
|
254 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
255 |
<input type="hidden">
|
|
|
256 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
257 |
name="cancheque1">
|
|
|
258 |
</td>
|
|
|
259 |
#end
|
|
|
260 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
| 28932 |
manish |
261 |
<td class="rent docfile">
|
| 28933 |
manish |
262 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
263 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
264 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
265 |
value="$pob.getRentAgreement()">
|
| 27857 |
tejbeer |
266 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
|
|
267 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
268 |
</td>
|
|
|
269 |
#else
|
|
|
270 |
|
| 28932 |
manish |
271 |
<td class="rent docfile">
|
|
|
272 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
273 |
<input type="hidden">
|
|
|
274 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
275 |
</td>
|
|
|
276 |
#end
|
|
|
277 |
|
|
|
278 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
| 28932 |
manish |
279 |
<td class="loi docfile" >
|
| 28933 |
manish |
280 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
281 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
282 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
| 27857 |
tejbeer |
283 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
|
|
284 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
285 |
|
| 27843 |
tejbeer |
286 |
</td>
|
|
|
287 |
#else
|
|
|
288 |
|
| 28932 |
manish |
289 |
<td class="loi docfile">
|
|
|
290 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
291 |
<input type="hidden">
|
|
|
292 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
293 |
</td>
|
|
|
294 |
#end
|
| 28977 |
manish |
295 |
#if($pob.getDocumentsCompleted() && $pob.getDocumentsCompleted() != "")
|
|
|
296 |
<td>
|
|
|
297 |
#if($pob.getDocumentsCompleted()== "YES")
|
|
|
298 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
|
|
299 |
#else
|
|
|
300 |
<i class="far fa-arrow-alt-circle-up" style="background:red"></i>
|
|
|
301 |
#end
|
|
|
302 |
<select class="" id = "allDocumentComp" name="allDocumentComp" placeholder="" disabled>
|
|
|
303 |
<option value="" disabled selected>-Doc Compl-</option>
|
|
|
304 |
#if($pob.getDocumentsCompleted() == "YES")
|
|
|
305 |
<option value="YES" selected>YES</option>
|
|
|
306 |
#else
|
|
|
307 |
<option value="YES" >YES</option>
|
|
|
308 |
#end
|
|
|
309 |
|
|
|
310 |
#if($pob.getDocumentsCompleted() == "NO")
|
|
|
311 |
<option value="NO" selected>NO</option>
|
|
|
312 |
#else
|
|
|
313 |
<option value="NO">NO</option>
|
|
|
314 |
#end
|
|
|
315 |
</select>
|
|
|
316 |
</td>
|
|
|
317 |
#else
|
|
|
318 |
<td>
|
|
|
319 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
320 |
<select class="" id = "allDocumentComp" name="allDocumentComp" disabled>
|
|
|
321 |
<option value="" selected>-Documents-</option>
|
|
|
322 |
<option value="YES">YES</option>
|
|
|
323 |
<option value="NO">NO</option>
|
|
|
324 |
</select>
|
|
|
325 |
</td>
|
|
|
326 |
#end
|
| 27843 |
tejbeer |
327 |
|
|
|
328 |
|
|
|
329 |
#if($pob.getCode() && $pob.getCode() != "")
|
| 28933 |
manish |
330 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
|
| 27843 |
tejbeer |
331 |
></td>
|
|
|
332 |
#else
|
| 28932 |
manish |
333 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
| 27843 |
tejbeer |
334 |
#end
|
| 28901 |
manish |
335 |
|
|
|
336 |
|
| 27843 |
tejbeer |
337 |
#if($pob.getReceePlaned())
|
| 28933 |
manish |
338 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
|
| 27843 |
tejbeer |
339 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
|
|
340 |
</td>
|
|
|
341 |
#else
|
| 28932 |
manish |
342 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1">
|
| 27843 |
tejbeer |
343 |
</td>
|
|
|
344 |
#end
|
|
|
345 |
#if($pob.getReceeActual())
|
| 28933 |
manish |
346 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
|
| 27843 |
tejbeer |
347 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
|
|
348 |
</td>
|
|
|
349 |
#else
|
| 28932 |
manish |
350 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
|
| 27843 |
tejbeer |
351 |
</td>
|
|
|
352 |
#end
|
|
|
353 |
|
| 29202 |
manish |
354 |
|
|
|
355 |
#if($pob.getDeploymentDate())
|
|
|
356 |
<td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
|
|
|
357 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
|
|
358 |
</td>
|
| 27843 |
tejbeer |
359 |
#else
|
| 29202 |
manish |
360 |
<td ><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
|
| 27843 |
tejbeer |
361 |
</td>
|
|
|
362 |
#end
|
| 29202 |
manish |
363 |
|
|
|
364 |
|
| 28901 |
manish |
365 |
#if($pob.getDeploymentDate())
|
| 28933 |
manish |
366 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
| 27843 |
tejbeer |
367 |
name="dactual1"
|
| 28901 |
manish |
368 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
| 27843 |
tejbeer |
369 |
#else
|
| 28932 |
manish |
370 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
| 27843 |
tejbeer |
371 |
name="dactual1">
|
|
|
372 |
</td>
|
|
|
373 |
#end
|
|
|
374 |
#if($pob.getStockPayment()!= 0)
|
| 28933 |
manish |
375 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
| 27843 |
tejbeer |
376 |
value="$pob.getStockPayment()"></td>
|
|
|
377 |
#else
|
| 28932 |
manish |
378 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
|
| 27843 |
tejbeer |
379 |
#end
|
|
|
380 |
|
|
|
381 |
|
|
|
382 |
|
|
|
383 |
#if($pob.getExpectedDate())
|
| 28933 |
manish |
384 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled value="$pob.getExpectedDate().format($datehiphenFormatter)" >
|
| 27843 |
tejbeer |
385 |
</td>
|
|
|
386 |
#else
|
| 28932 |
manish |
387 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
|
| 27843 |
tejbeer |
388 |
</td>
|
|
|
389 |
#end
|
|
|
390 |
|
|
|
391 |
#if($pob.getPayDate())
|
| 28933 |
manish |
392 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
393 |
<input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
|
|
394 |
</td>
|
|
|
395 |
#else
|
| 28932 |
manish |
396 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
|
| 27843 |
tejbeer |
397 |
</td>
|
|
|
398 |
#end
|
|
|
399 |
|
| 28847 |
manish |
400 |
#if($pob.getInaugrationDate())
|
|
|
401 |
#if($pob.getDeploymentDate())
|
| 28933 |
manish |
402 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
| 28847 |
manish |
403 |
</td>
|
|
|
404 |
#else
|
| 28932 |
manish |
405 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
| 28847 |
manish |
406 |
</td>
|
|
|
407 |
#end
|
|
|
408 |
#else
|
| 28932 |
manish |
409 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
|
| 28847 |
manish |
410 |
</td>
|
|
|
411 |
#end
|
|
|
412 |
|
|
|
413 |
|
| 27843 |
tejbeer |
414 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
| 29088 |
tejbeer |
415 |
<input type="checkbox"disabled name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
| 27843 |
tejbeer |
416 |
#if($pob.getBillingStatus()>0)
|
| 29088 |
tejbeer |
417 |
|
| 28901 |
manish |
418 |
#end
|
|
|
419 |
</td>
|
|
|
420 |
|
|
|
421 |
|
|
|
422 |
#if($partnerVerificationStatusMap.get($pob.getId()))
|
| 28933 |
manish |
423 |
|
|
|
424 |
#if($partnerVerificationStatusMap.get($pob.getId())== "YES")
|
| 28936 |
tejbeer |
425 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="APPROVED" >
|
| 28901 |
manish |
426 |
</td>
|
| 28933 |
manish |
427 |
|
|
|
428 |
#elseif($partnerVerificationStatusMap.get($pob.getId())== "NO")
|
| 28936 |
tejbeer |
429 |
<td><i class="far fa-arrow-alt-circle-up" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="REJECTED" >
|
| 28933 |
manish |
430 |
</td>
|
|
|
431 |
|
|
|
432 |
#else
|
|
|
433 |
<td><i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="$partnerVerificationStatusMap.get($pob.getId())" >
|
|
|
434 |
</td>
|
|
|
435 |
|
|
|
436 |
#end
|
| 28901 |
manish |
437 |
#else
|
| 28932 |
manish |
438 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding" class="verificationStatus" placeholder="" disabled value="PENDING" >
|
| 28901 |
manish |
439 |
</td>
|
|
|
440 |
|
|
|
441 |
#end
|
|
|
442 |
|
|
|
443 |
<td>
|
|
|
444 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;" name="submitOnboarding"
|
| 27843 |
tejbeer |
445 |
class="submit1">
|
|
|
446 |
Submit
|
|
|
447 |
</button>
|
|
|
448 |
</td>
|
|
|
449 |
|
|
|
450 |
<td>
|
|
|
451 |
<button type="submit" form="form2" value="Submit1" data-id="$pob.getId()"
|
|
|
452 |
style="background:#eed202;"
|
|
|
453 |
class="delete">Open
|
|
|
454 |
</button>
|
|
|
455 |
</td>
|
|
|
456 |
|
|
|
457 |
<td>
|
|
|
458 |
<button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
|
|
|
459 |
style="background:#f18681;"
|
| 28901 |
manish |
460 |
class="rejectpartneronboarding" name="rejectPartner">Reject
|
| 27843 |
tejbeer |
461 |
</button>
|
|
|
462 |
</td>
|
| 28901 |
manish |
463 |
#if($pob.getHoldTimestamp())
|
|
|
464 |
|
| 28847 |
manish |
465 |
<td>
|
| 28901 |
manish |
466 |
<button type="submit" data-id="$pob.getId()"
|
|
|
467 |
style="background:#f18681;"
|
|
|
468 |
class="unHoldPartnerOnboarding" value="unhold">Unhold
|
|
|
469 |
</button>
|
|
|
470 |
</td>
|
|
|
471 |
#else
|
| 28940 |
manish |
472 |
<td>
|
| 28847 |
manish |
473 |
<button type="submit" data-id="$pob.getId()"
|
|
|
474 |
style="background:#f18681;"
|
| 28901 |
manish |
475 |
class="holdPartnerOnboarding" value="hold">Hold
|
| 28847 |
manish |
476 |
</button>
|
| 28901 |
manish |
477 |
</td>
|
| 28940 |
manish |
478 |
#end
|
| 28901 |
manish |
479 |
|
| 28940 |
manish |
480 |
<td>
|
|
|
481 |
<button type="submit" form="form2" value="submitNotice" data-id="$pob.getId()"
|
|
|
482 |
style="background:#f18681;"
|
| 28941 |
manish |
483 |
class="noticPartneronboarding" name="noticePartner">Notice
|
| 28940 |
manish |
484 |
</button>
|
|
|
485 |
</td>
|
|
|
486 |
|
| 28901 |
manish |
487 |
<td>
|
|
|
488 |
<button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"
|
|
|
489 |
class="partner-verification-resend">
|
|
|
490 |
Resend
|
|
|
491 |
</button>
|
|
|
492 |
</td>
|
| 27843 |
tejbeer |
493 |
|
|
|
494 |
|
|
|
495 |
|
|
|
496 |
|