| 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 |
|
| 31368 |
tejbeer |
186 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download Doc</a>
|
|
|
187 |
|
| 27857 |
tejbeer |
188 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
189 |
|
|
|
190 |
</td>
|
|
|
191 |
#else
|
| 28932 |
manish |
192 |
<td class="aadhar docfile">
|
|
|
193 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
194 |
<input type="hidden">
|
|
|
195 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
|
|
|
196 |
</td>
|
|
|
197 |
#end
|
|
|
198 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
| 28932 |
manish |
199 |
<td class="pan docfile">
|
| 28933 |
manish |
200 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
201 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
202 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
203 |
value="$pob.getPanDoc()">
|
|
|
204 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
205 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
|
|
206 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
207 |
</td>
|
|
|
208 |
#else
|
| 28932 |
manish |
209 |
<td class="pan docfile">
|
|
|
210 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
211 |
<input type="hidden">
|
|
|
212 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
213 |
</td>
|
|
|
214 |
#end
|
|
|
215 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
| 28932 |
manish |
216 |
<td class="gst docfile">
|
| 28933 |
manish |
217 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
218 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
219 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
220 |
value="$pob.getGstdoc()">
|
|
|
221 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
222 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
|
|
223 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
224 |
</td>
|
|
|
225 |
#else
|
| 28932 |
manish |
226 |
<td class="gst docfile">
|
|
|
227 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
228 |
<input type="hidden">
|
|
|
229 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
230 |
</td>
|
|
|
231 |
#end
|
|
|
232 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
233 |
|
| 28932 |
manish |
234 |
<td class="cancheque docfile">
|
| 28933 |
manish |
235 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
236 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
237 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
238 |
value="$pob.getCancelCheque()">
|
|
|
239 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
240 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
| 27843 |
tejbeer |
241 |
Doc</a>
|
| 27857 |
tejbeer |
242 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
243 |
|
|
|
244 |
</td>
|
|
|
245 |
|
|
|
246 |
#else
|
| 28932 |
manish |
247 |
<td class="cancheque docfile">
|
|
|
248 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
249 |
<input type="hidden">
|
|
|
250 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
251 |
name="cancheque1">
|
|
|
252 |
</td>
|
|
|
253 |
#end
|
|
|
254 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
| 28932 |
manish |
255 |
<td class="rent docfile">
|
| 28933 |
manish |
256 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
257 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
258 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
259 |
value="$pob.getRentAgreement()">
|
| 27857 |
tejbeer |
260 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
|
|
261 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
262 |
</td>
|
|
|
263 |
#else
|
|
|
264 |
|
| 28932 |
manish |
265 |
<td class="rent docfile">
|
|
|
266 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
267 |
<input type="hidden">
|
|
|
268 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
269 |
</td>
|
|
|
270 |
#end
|
|
|
271 |
|
|
|
272 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
| 28932 |
manish |
273 |
<td class="loi docfile" >
|
| 28933 |
manish |
274 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
275 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
276 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
| 27857 |
tejbeer |
277 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
|
|
278 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
279 |
|
| 27843 |
tejbeer |
280 |
</td>
|
|
|
281 |
#else
|
|
|
282 |
|
| 28932 |
manish |
283 |
<td class="loi docfile">
|
|
|
284 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27843 |
tejbeer |
285 |
<input type="hidden">
|
|
|
286 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
287 |
</td>
|
|
|
288 |
#end
|
| 28977 |
manish |
289 |
#if($pob.getDocumentsCompleted() && $pob.getDocumentsCompleted() != "")
|
|
|
290 |
<td>
|
|
|
291 |
#if($pob.getDocumentsCompleted()== "YES")
|
|
|
292 |
<i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
|
|
|
293 |
#else
|
|
|
294 |
<i class="far fa-arrow-alt-circle-up" style="background:red"></i>
|
|
|
295 |
#end
|
|
|
296 |
<select class="" id = "allDocumentComp" name="allDocumentComp" placeholder="" disabled>
|
|
|
297 |
<option value="" disabled selected>-Doc Compl-</option>
|
|
|
298 |
#if($pob.getDocumentsCompleted() == "YES")
|
|
|
299 |
<option value="YES" selected>YES</option>
|
|
|
300 |
#else
|
|
|
301 |
<option value="YES" >YES</option>
|
|
|
302 |
#end
|
|
|
303 |
|
|
|
304 |
#if($pob.getDocumentsCompleted() == "NO")
|
|
|
305 |
<option value="NO" selected>NO</option>
|
|
|
306 |
#else
|
|
|
307 |
<option value="NO">NO</option>
|
|
|
308 |
#end
|
|
|
309 |
</select>
|
|
|
310 |
</td>
|
|
|
311 |
#else
|
|
|
312 |
<td>
|
|
|
313 |
<i class="far fa-arrow-alt-circle-down" style="background:red"></i>
|
|
|
314 |
<select class="" id = "allDocumentComp" name="allDocumentComp" disabled>
|
|
|
315 |
<option value="" selected>-Documents-</option>
|
|
|
316 |
<option value="YES">YES</option>
|
|
|
317 |
<option value="NO">NO</option>
|
|
|
318 |
</select>
|
|
|
319 |
</td>
|
|
|
320 |
#end
|
| 27843 |
tejbeer |
321 |
|
|
|
322 |
|
|
|
323 |
#if($pob.getCode() && $pob.getCode() != "")
|
| 28933 |
manish |
324 |
<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 |
325 |
></td>
|
|
|
326 |
#else
|
| 28932 |
manish |
327 |
<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 |
328 |
#end
|
| 28901 |
manish |
329 |
|
|
|
330 |
|
| 27843 |
tejbeer |
331 |
#if($pob.getReceePlaned())
|
| 28933 |
manish |
332 |
<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 |
333 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
|
|
334 |
</td>
|
|
|
335 |
#else
|
| 28932 |
manish |
336 |
<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 |
337 |
</td>
|
|
|
338 |
#end
|
|
|
339 |
#if($pob.getReceeActual())
|
| 28933 |
manish |
340 |
<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 |
341 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
|
|
342 |
</td>
|
|
|
343 |
#else
|
| 28932 |
manish |
344 |
<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 |
345 |
</td>
|
|
|
346 |
#end
|
|
|
347 |
|
| 29202 |
manish |
348 |
|
|
|
349 |
#if($pob.getDeploymentDate())
|
|
|
350 |
<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"
|
|
|
351 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
|
|
352 |
</td>
|
| 27843 |
tejbeer |
353 |
#else
|
| 29202 |
manish |
354 |
<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 |
355 |
</td>
|
|
|
356 |
#end
|
| 29202 |
manish |
357 |
|
|
|
358 |
|
| 28901 |
manish |
359 |
#if($pob.getDeploymentDate())
|
| 28933 |
manish |
360 |
<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 |
361 |
name="dactual1"
|
| 28901 |
manish |
362 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
| 27843 |
tejbeer |
363 |
#else
|
| 28932 |
manish |
364 |
<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 |
365 |
name="dactual1">
|
|
|
366 |
</td>
|
|
|
367 |
#end
|
|
|
368 |
#if($pob.getStockPayment()!= 0)
|
| 28933 |
manish |
369 |
<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 |
370 |
value="$pob.getStockPayment()"></td>
|
|
|
371 |
#else
|
| 28932 |
manish |
372 |
<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 |
373 |
#end
|
|
|
374 |
|
|
|
375 |
|
|
|
376 |
|
|
|
377 |
#if($pob.getExpectedDate())
|
| 28933 |
manish |
378 |
<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 |
379 |
</td>
|
|
|
380 |
#else
|
| 28932 |
manish |
381 |
<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 |
382 |
</td>
|
|
|
383 |
#end
|
|
|
384 |
|
|
|
385 |
#if($pob.getPayDate())
|
| 28933 |
manish |
386 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27843 |
tejbeer |
387 |
<input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
|
|
388 |
</td>
|
|
|
389 |
#else
|
| 28932 |
manish |
390 |
<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 |
391 |
</td>
|
|
|
392 |
#end
|
|
|
393 |
|
| 28847 |
manish |
394 |
#if($pob.getInaugrationDate())
|
|
|
395 |
#if($pob.getDeploymentDate())
|
| 28933 |
manish |
396 |
<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 |
397 |
</td>
|
|
|
398 |
#else
|
| 28932 |
manish |
399 |
<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 |
400 |
</td>
|
|
|
401 |
#end
|
|
|
402 |
#else
|
| 28932 |
manish |
403 |
<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 |
404 |
</td>
|
|
|
405 |
#end
|
|
|
406 |
|
|
|
407 |
|
| 27843 |
tejbeer |
408 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
| 29088 |
tejbeer |
409 |
<input type="checkbox"disabled name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
| 27843 |
tejbeer |
410 |
#if($pob.getBillingStatus()>0)
|
| 29088 |
tejbeer |
411 |
|
| 28901 |
manish |
412 |
#end
|
|
|
413 |
</td>
|
|
|
414 |
|
|
|
415 |
|
|
|
416 |
#if($partnerVerificationStatusMap.get($pob.getId()))
|
| 28933 |
manish |
417 |
|
|
|
418 |
#if($partnerVerificationStatusMap.get($pob.getId())== "YES")
|
| 28936 |
tejbeer |
419 |
<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 |
420 |
</td>
|
| 28933 |
manish |
421 |
|
|
|
422 |
#elseif($partnerVerificationStatusMap.get($pob.getId())== "NO")
|
| 28936 |
tejbeer |
423 |
<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 |
424 |
</td>
|
|
|
425 |
|
|
|
426 |
#else
|
|
|
427 |
<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())" >
|
|
|
428 |
</td>
|
|
|
429 |
|
|
|
430 |
#end
|
| 28901 |
manish |
431 |
#else
|
| 28932 |
manish |
432 |
<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 |
433 |
</td>
|
|
|
434 |
|
|
|
435 |
#end
|
|
|
436 |
|
|
|
437 |
<td>
|
|
|
438 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;" name="submitOnboarding"
|
| 27843 |
tejbeer |
439 |
class="submit1">
|
|
|
440 |
Submit
|
|
|
441 |
</button>
|
|
|
442 |
</td>
|
|
|
443 |
|
|
|
444 |
<td>
|
|
|
445 |
<button type="submit" form="form2" value="Submit1" data-id="$pob.getId()"
|
|
|
446 |
style="background:#eed202;"
|
|
|
447 |
class="delete">Open
|
|
|
448 |
</button>
|
|
|
449 |
</td>
|
|
|
450 |
|
|
|
451 |
<td>
|
|
|
452 |
<button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
|
|
|
453 |
style="background:#f18681;"
|
| 28901 |
manish |
454 |
class="rejectpartneronboarding" name="rejectPartner">Reject
|
| 27843 |
tejbeer |
455 |
</button>
|
|
|
456 |
</td>
|
| 28901 |
manish |
457 |
#if($pob.getHoldTimestamp())
|
|
|
458 |
|
| 28847 |
manish |
459 |
<td>
|
| 28901 |
manish |
460 |
<button type="submit" data-id="$pob.getId()"
|
|
|
461 |
style="background:#f18681;"
|
|
|
462 |
class="unHoldPartnerOnboarding" value="unhold">Unhold
|
|
|
463 |
</button>
|
|
|
464 |
</td>
|
|
|
465 |
#else
|
| 28940 |
manish |
466 |
<td>
|
| 28847 |
manish |
467 |
<button type="submit" data-id="$pob.getId()"
|
|
|
468 |
style="background:#f18681;"
|
| 28901 |
manish |
469 |
class="holdPartnerOnboarding" value="hold">Hold
|
| 28847 |
manish |
470 |
</button>
|
| 28901 |
manish |
471 |
</td>
|
| 28940 |
manish |
472 |
#end
|
| 28901 |
manish |
473 |
|
| 28940 |
manish |
474 |
<td>
|
|
|
475 |
<button type="submit" form="form2" value="submitNotice" data-id="$pob.getId()"
|
|
|
476 |
style="background:#f18681;"
|
| 28941 |
manish |
477 |
class="noticPartneronboarding" name="noticePartner">Notice
|
| 28940 |
manish |
478 |
</button>
|
|
|
479 |
</td>
|
|
|
480 |
|
| 28901 |
manish |
481 |
<td>
|
|
|
482 |
<button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"
|
|
|
483 |
class="partner-verification-resend">
|
|
|
484 |
Resend
|
|
|
485 |
</button>
|
|
|
486 |
</td>
|
| 27843 |
tejbeer |
487 |
|
|
|
488 |
|
|
|
489 |
|
|
|
490 |
|