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