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