| 27799 |
tejbeer |
1 |
<section class="wrapper">
|
|
|
2 |
<div class="row">
|
|
|
3 |
<div class="col-lg-12">
|
|
|
4 |
<h3 class="page-header"><i class="icon_document_alt"></i>PARTNER ONBOARDING</h3>
|
|
|
5 |
<ol class="breadcrumb">
|
|
|
6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
7 |
<li><i class="icon_document_alt"></i>Partner Onboarding</li>
|
|
|
8 |
</ol>
|
|
|
9 |
</div>
|
|
|
10 |
</div>
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
<div class="col-lg-12">
|
|
|
14 |
<table class="table table-border table-condensed table-bordered" id="oboardingopen" style="width:100%">
|
|
|
15 |
|
|
|
16 |
<thead class="row htable">
|
|
|
17 |
|
|
|
18 |
<tr style="color:black;">
|
| 28947 |
manish |
19 |
<th>Id</th>
|
|
|
20 |
<th>Outlet Name(SM)</th>
|
| 27799 |
tejbeer |
21 |
<th>Created On</th>
|
|
|
22 |
<th>Acquired Date()</th>
|
|
|
23 |
<th>Outlet Name(SM)</th>
|
|
|
24 |
<th>Phone Number(SM)</th>
|
| 28947 |
manish |
25 |
<th>RBM Name(SM)</th>
|
| 27799 |
tejbeer |
26 |
<th>City (SM)</th>
|
|
|
27 |
<th>State Head(SM)</th>
|
|
|
28 |
<th>BDM (SM)</th>
|
|
|
29 |
<th>Agreed Brand fees(SM)</th>
|
|
|
30 |
<th>Received Brand fees(SM)</th>
|
| 28947 |
manish |
31 |
<th>Final Brand fees(SM)</th>
|
| 27799 |
tejbeer |
32 |
<th>Agreed Wallet(SM)</th>
|
| 28947 |
manish |
33 |
<th>Adv Stock Date(SM)</th>
|
| 27799 |
tejbeer |
34 |
<th>KYC (SM)</th>
|
|
|
35 |
<th>Aadhaar(legal)</th>
|
|
|
36 |
<th>pan(legal)</th>
|
|
|
37 |
<th>GST(legal)</th>
|
|
|
38 |
<th>Cancel cheque(legal)</th>
|
|
|
39 |
<th>Rent agreement/Owner ship proof(legal)</th>
|
|
|
40 |
<th>LOI(legal)</th>
|
|
|
41 |
<th>Code(legal)</th>
|
|
|
42 |
<th>Recee Planed(Kamini)</th>
|
|
|
43 |
<th>Recee Actual(Kamini)</th>
|
|
|
44 |
<th>Designing Planed(Kamini)</th>
|
|
|
45 |
<th>Designing Actual(Kamini)</th>
|
|
|
46 |
<th>Stock payment(kamini)</th>
|
|
|
47 |
<th>Expected Date(kamini)</th>
|
|
|
48 |
<th>Pay Date(Kamini)</th>
|
| 28947 |
manish |
49 |
<th>Inaugration(SM)</th>
|
| 27799 |
tejbeer |
50 |
<th>Billing Status(Niranjan)</th>
|
| 28947 |
manish |
51 |
<th>Verification</th>
|
|
|
52 |
|
| 27799 |
tejbeer |
53 |
</tr>
|
|
|
54 |
</thead>
|
|
|
55 |
<tbody>
|
|
|
56 |
#foreach($pob in $user )
|
|
|
57 |
<tr id="trow2">
|
|
|
58 |
#if($pob.getId())
|
| 28947 |
manish |
59 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
|
| 27799 |
tejbeer |
60 |
#else
|
| 28947 |
manish |
61 |
<td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
|
| 27799 |
tejbeer |
62 |
#end
|
|
|
63 |
|
| 28947 |
manish |
64 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
65 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
66 |
disabled></td>
|
|
|
67 |
#else
|
|
|
68 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
69 |
#end
|
|
|
70 |
|
| 27799 |
tejbeer |
71 |
#if($pob.getCreatedTimestamp())
|
| 28947 |
manish |
72 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
|
| 27799 |
tejbeer |
73 |
#else
|
| 28947 |
manish |
74 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
75 |
</td>
|
|
|
76 |
#end
|
|
|
77 |
|
|
|
78 |
|
|
|
79 |
#if($pob.getAcquiredDate())
|
| 28947 |
manish |
80 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
| 27799 |
tejbeer |
81 |
name="acquireddate"
|
|
|
82 |
value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
|
|
|
83 |
#else
|
| 28947 |
manish |
84 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
| 27799 |
tejbeer |
85 |
name="acquireddate">
|
|
|
86 |
</td>
|
|
|
87 |
#end
|
|
|
88 |
|
|
|
89 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
| 28947 |
manish |
90 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
| 27799 |
tejbeer |
91 |
disabled></td>
|
|
|
92 |
#else
|
| 28947 |
manish |
93 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
| 27799 |
tejbeer |
94 |
#end
|
| 28947 |
manish |
95 |
|
| 27799 |
tejbeer |
96 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
| 28947 |
manish |
97 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
98 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
|
|
99 |
name="phonenumber1"
|
|
|
100 |
disabled ></td>
|
|
|
101 |
#else
|
| 28947 |
manish |
102 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
| 27799 |
tejbeer |
103 |
#end
|
| 28599 |
amit.gupta |
104 |
|
| 28947 |
manish |
105 |
|
|
|
106 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
|
|
107 |
<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>
|
|
|
108 |
#else
|
|
|
109 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
|
|
|
110 |
#end
|
| 28610 |
amit.gupta |
111 |
|
| 28947 |
manish |
112 |
#if($pob.getCity() && $pob.getCity() != "")
|
|
|
113 |
<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>
|
| 27799 |
tejbeer |
114 |
#else
|
| 28947 |
manish |
115 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
|
| 27799 |
tejbeer |
116 |
#end
|
| 28947 |
manish |
117 |
|
|
|
118 |
|
| 27799 |
tejbeer |
119 |
#if($pob.getStateHead() && $pob.getStateHead() != "")
|
| 28947 |
manish |
120 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
|
| 27799 |
tejbeer |
121 |
value="$pob.getStateHead()"></td>
|
|
|
122 |
#else
|
| 28947 |
manish |
123 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
|
| 27799 |
tejbeer |
124 |
#end
|
|
|
125 |
#if($pob.getBDM() && $pob.getBDM() != "")
|
| 28947 |
manish |
126 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
|
| 27799 |
tejbeer |
127 |
#else
|
| 28947 |
manish |
128 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
|
| 27799 |
tejbeer |
129 |
#end
|
| 28947 |
manish |
130 |
|
|
|
131 |
#if($pob.getAgreedBrandFees() != 0)
|
| 28700 |
amit.gupta |
132 |
|
|
|
133 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
|
|
134 |
|
| 28947 |
manish |
135 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
| 27799 |
tejbeer |
136 |
value="$pob.getAgreedBrandFees()" ></td>
|
| 28700 |
amit.gupta |
137 |
#else
|
| 28947 |
manish |
138 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
| 28700 |
amit.gupta |
139 |
value="$pob.getAgreedBrandFees()" ></td>
|
|
|
140 |
#end
|
| 27799 |
tejbeer |
141 |
#else
|
| 28947 |
manish |
142 |
<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>
|
| 27799 |
tejbeer |
143 |
#end
|
|
|
144 |
|
| 28947 |
manish |
145 |
|
| 27799 |
tejbeer |
146 |
#if($pob.getReceivedBrandFees()!= 0)
|
|
|
147 |
|
| 28947 |
manish |
148 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
|
|
149 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
| 27799 |
tejbeer |
150 |
value="$pob.getReceivedBrandFees()"></td>
|
| 28947 |
manish |
151 |
#else
|
|
|
152 |
<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"
|
|
|
153 |
value="$pob.getReceivedBrandFees()"></td>
|
|
|
154 |
#end
|
|
|
155 |
|
|
|
156 |
#else
|
|
|
157 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
|
| 27799 |
tejbeer |
158 |
#end
|
| 28947 |
manish |
159 |
|
|
|
160 |
|
|
|
161 |
|
|
|
162 |
#if($pob.getFinalBrandFeesDate())
|
| 27799 |
tejbeer |
163 |
|
| 28947 |
manish |
164 |
<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"
|
|
|
165 |
value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
|
|
|
166 |
></td>
|
| 27799 |
tejbeer |
167 |
#else
|
| 28947 |
manish |
168 |
<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>
|
| 27799 |
tejbeer |
169 |
#end
|
| 28947 |
manish |
170 |
|
| 27799 |
tejbeer |
171 |
#if($pob.getAgreedWallet()!= 0)
|
| 28947 |
manish |
172 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
|
| 27799 |
tejbeer |
173 |
value="$pob.getAgreedWallet()" ></td>
|
|
|
174 |
#else
|
| 28947 |
manish |
175 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
|
| 27799 |
tejbeer |
176 |
#end
|
|
|
177 |
|
|
|
178 |
#if($pob.getInvestmentDate())
|
|
|
179 |
|
| 28947 |
manish |
180 |
<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"
|
| 27799 |
tejbeer |
181 |
value="$pob.getInvestmentDate().format($datehiphenFormatter)"
|
|
|
182 |
></td>
|
|
|
183 |
#else
|
| 28947 |
manish |
184 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
|
| 27799 |
tejbeer |
185 |
#end
|
|
|
186 |
#if($pob.getKyc() && $pob.getKyc() != 0)
|
| 28947 |
manish |
187 |
<td class="kyc docfile">
|
|
|
188 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
189 |
<input type="hidden" class="kychidden" value="$pob.getKyc()">
|
|
|
190 |
<input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
|
|
|
191 |
value="$pob.getKyc()">
|
|
|
192 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
| 28947 |
manish |
193 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
|
|
194 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
195 |
|
| 27799 |
tejbeer |
196 |
</td>
|
|
|
197 |
#else
|
| 28947 |
manish |
198 |
<td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
199 |
<input type="hidden">
|
|
|
200 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
|
|
201 |
</td>
|
|
|
202 |
#end
|
|
|
203 |
|
|
|
204 |
#if($pob.getAadharDoc() && $pob.getAadharDoc() != 0)
|
| 28947 |
manish |
205 |
<td class="aadhar docfile">
|
|
|
206 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
207 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
|
|
208 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
|
|
209 |
value="$pob.getAadharDoc()">
|
| 28947 |
manish |
210 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
|
| 27799 |
tejbeer |
211 |
Doc</a>
|
| 28947 |
manish |
212 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27799 |
tejbeer |
213 |
|
|
|
214 |
</td>
|
|
|
215 |
#else
|
| 28947 |
manish |
216 |
<td class="aadhar docfile">
|
|
|
217 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
218 |
<input type="hidden">
|
|
|
219 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
|
|
|
220 |
</td>
|
|
|
221 |
#end
|
|
|
222 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
| 28947 |
manish |
223 |
<td class="pan docfile">
|
|
|
224 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
225 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
226 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
227 |
value="$pob.getPanDoc()">
|
|
|
228 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
| 28947 |
manish |
229 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
|
|
230 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27799 |
tejbeer |
231 |
</td>
|
|
|
232 |
#else
|
| 28947 |
manish |
233 |
<td class="pan docfile">
|
|
|
234 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
235 |
<input type="hidden">
|
|
|
236 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
237 |
</td>
|
|
|
238 |
#end
|
|
|
239 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
| 28947 |
manish |
240 |
<td class="gst docfile">
|
|
|
241 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
242 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
243 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
244 |
value="$pob.getGstdoc()">
|
|
|
245 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
| 28947 |
manish |
246 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
|
|
247 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27799 |
tejbeer |
248 |
</td>
|
|
|
249 |
#else
|
| 28947 |
manish |
250 |
<td class="gst docfile">
|
|
|
251 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
252 |
<input type="hidden">
|
|
|
253 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
254 |
</td>
|
|
|
255 |
#end
|
|
|
256 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
257 |
|
| 28947 |
manish |
258 |
<td class="cancheque docfile">
|
|
|
259 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
260 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
261 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
262 |
value="$pob.getCancelCheque()">
|
|
|
263 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
| 28947 |
manish |
264 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
| 27799 |
tejbeer |
265 |
Doc</a>
|
| 28947 |
manish |
266 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27799 |
tejbeer |
267 |
|
|
|
268 |
</td>
|
|
|
269 |
|
|
|
270 |
#else
|
| 28947 |
manish |
271 |
<td class="cancheque docfile">
|
|
|
272 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
273 |
<input type="hidden">
|
|
|
274 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
275 |
name="cancheque1">
|
|
|
276 |
</td>
|
|
|
277 |
#end
|
|
|
278 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
| 28947 |
manish |
279 |
<td class="rent docfile">
|
|
|
280 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
281 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
282 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
283 |
value="$pob.getRentAgreement()">
|
| 28947 |
manish |
284 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
|
|
285 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27799 |
tejbeer |
286 |
</td>
|
|
|
287 |
#else
|
|
|
288 |
|
| 28947 |
manish |
289 |
<td class="rent docfile">
|
|
|
290 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
291 |
<input type="hidden">
|
|
|
292 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
293 |
</td>
|
|
|
294 |
#end
|
|
|
295 |
|
|
|
296 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
| 28947 |
manish |
297 |
<td class="loi docfile" >
|
|
|
298 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
299 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
300 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
| 28947 |
manish |
301 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
|
|
302 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
303 |
|
| 27799 |
tejbeer |
304 |
</td>
|
|
|
305 |
#else
|
|
|
306 |
|
| 28947 |
manish |
307 |
<td class="loi docfile">
|
|
|
308 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 27799 |
tejbeer |
309 |
<input type="hidden">
|
|
|
310 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
311 |
</td>
|
|
|
312 |
#end
|
|
|
313 |
|
|
|
314 |
|
|
|
315 |
|
|
|
316 |
#if($pob.getCode() && $pob.getCode() != "")
|
| 28947 |
manish |
317 |
<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()"
|
| 27799 |
tejbeer |
318 |
></td>
|
|
|
319 |
#else
|
| 28947 |
manish |
320 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
| 27799 |
tejbeer |
321 |
#end
|
| 28947 |
manish |
322 |
|
|
|
323 |
|
| 27799 |
tejbeer |
324 |
#if($pob.getReceePlaned())
|
| 28947 |
manish |
325 |
<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"
|
| 27799 |
tejbeer |
326 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
|
|
327 |
</td>
|
|
|
328 |
#else
|
| 28947 |
manish |
329 |
<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">
|
| 27799 |
tejbeer |
330 |
</td>
|
|
|
331 |
#end
|
|
|
332 |
#if($pob.getReceeActual())
|
| 28947 |
manish |
333 |
<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"
|
| 27799 |
tejbeer |
334 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
|
|
335 |
</td>
|
|
|
336 |
#else
|
| 28947 |
manish |
337 |
<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">
|
| 27799 |
tejbeer |
338 |
</td>
|
|
|
339 |
#end
|
|
|
340 |
|
|
|
341 |
#if($pob.getDesigningPlaned())
|
| 28947 |
manish |
342 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
|
| 27799 |
tejbeer |
343 |
name="dplaned1"
|
|
|
344 |
value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
|
|
|
345 |
#else
|
| 28947 |
manish |
346 |
<td>
|
|
|
347 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
|
| 27799 |
tejbeer |
348 |
name="dplaned1">
|
|
|
349 |
</td>
|
|
|
350 |
#end
|
| 28947 |
manish |
351 |
#if($pob.getDeploymentDate())
|
|
|
352 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
| 27799 |
tejbeer |
353 |
name="dactual1"
|
| 28947 |
manish |
354 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
| 27799 |
tejbeer |
355 |
#else
|
| 28947 |
manish |
356 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
| 27799 |
tejbeer |
357 |
name="dactual1">
|
|
|
358 |
</td>
|
|
|
359 |
#end
|
|
|
360 |
#if($pob.getStockPayment()!= 0)
|
| 28947 |
manish |
361 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
| 27799 |
tejbeer |
362 |
value="$pob.getStockPayment()"></td>
|
|
|
363 |
#else
|
| 28947 |
manish |
364 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
|
| 27799 |
tejbeer |
365 |
#end
|
|
|
366 |
|
|
|
367 |
|
|
|
368 |
|
|
|
369 |
#if($pob.getExpectedDate())
|
| 28947 |
manish |
370 |
<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)" >
|
| 27799 |
tejbeer |
371 |
</td>
|
|
|
372 |
#else
|
| 28947 |
manish |
373 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
|
| 27799 |
tejbeer |
374 |
</td>
|
|
|
375 |
#end
|
|
|
376 |
|
|
|
377 |
#if($pob.getPayDate())
|
| 28947 |
manish |
378 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 27799 |
tejbeer |
379 |
<input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
|
|
380 |
</td>
|
|
|
381 |
#else
|
| 28947 |
manish |
382 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
|
| 27799 |
tejbeer |
383 |
</td>
|
|
|
384 |
#end
|
|
|
385 |
|
| 28947 |
manish |
386 |
#if($pob.getInaugrationDate())
|
|
|
387 |
#if($pob.getDeploymentDate())
|
|
|
388 |
<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)" >
|
|
|
389 |
</td>
|
|
|
390 |
#else
|
|
|
391 |
<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)" >
|
|
|
392 |
</td>
|
|
|
393 |
#end
|
|
|
394 |
#else
|
|
|
395 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
|
|
|
396 |
</td>
|
|
|
397 |
#end
|
|
|
398 |
|
|
|
399 |
|
| 27799 |
tejbeer |
400 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
|
|
401 |
<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
|
|
|
402 |
#if($pob.getBillingStatus()>0)
|
|
|
403 |
<label> YES</label>
|
|
|
404 |
#else
|
|
|
405 |
<label>NO</label>
|
| 28947 |
manish |
406 |
#end
|
|
|
407 |
</td>
|
|
|
408 |
|
|
|
409 |
|
|
|
410 |
#if($partnerVerificationStatusMap.get($pob.getId()))
|
|
|
411 |
|
|
|
412 |
#if($partnerVerificationStatusMap.get($pob.getId())== "YES")
|
|
|
413 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="APPROVED" >
|
|
|
414 |
</td>
|
|
|
415 |
|
|
|
416 |
#elseif($partnerVerificationStatusMap.get($pob.getId())== "NO")
|
|
|
417 |
<td><i class="far fa-arrow-alt-circle-up" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="REJECTED" >
|
|
|
418 |
</td>
|
|
|
419 |
|
|
|
420 |
#else
|
|
|
421 |
<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())" >
|
|
|
422 |
</td>
|
|
|
423 |
|
|
|
424 |
#end
|
|
|
425 |
#else
|
|
|
426 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding" class="verificationStatus" placeholder="" disabled value="PENDING" >
|
|
|
427 |
</td>
|
|
|
428 |
|
|
|
429 |
#end
|
| 27799 |
tejbeer |
430 |
|
|
|
431 |
</tr>
|
|
|
432 |
#end
|
|
|
433 |
|
|
|
434 |
</tbody>
|
|
|
435 |
|
|
|
436 |
</table>
|
|
|
437 |
</div>
|
|
|
438 |
|
|
|
439 |
</section>
|
|
|
440 |
|
|
|
441 |
<script>
|
|
|
442 |
|
|
|
443 |
var dtable = $('#oboardingopen').DataTable(
|
|
|
444 |
{
|
|
|
445 |
|
|
|
446 |
"bPaginate": true,
|
|
|
447 |
"bLengthChange": true,
|
|
|
448 |
"bFilter": true,
|
|
|
449 |
"bInfo": false,
|
|
|
450 |
"bAutoWidth": false,
|
|
|
451 |
"scrollX": true,
|
| 28599 |
amit.gupta |
452 |
fixedColumns: {
|
|
|
453 |
leftColumns: 2
|
|
|
454 |
},
|
| 28947 |
manish |
455 |
"columnDefs": [
|
|
|
456 |
{ "targets": 1, "orderDataType": "date-dd-mmm-yyyy", "type":"string" },
|
|
|
457 |
{ "targets": 2, "orderDataType": "date-dd-mmm-yyyy", "type":"string" },
|
|
|
458 |
|
|
|
459 |
{ "targets": 3, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
460 |
{ "targets": 4, "orderDataType": "dom-text", "type": "string" },
|
|
|
461 |
{ "targets": 5, "orderDataType": "dom-text-numeric", "type":"number"},
|
|
|
462 |
{ "targets": 6, "orderDataType": "dom-text", "type": "string" },
|
|
|
463 |
|
|
|
464 |
{ "targets": 7, "orderDataType": "dom-text", "type": "string" },
|
|
|
465 |
|
|
|
466 |
{ "targets": 8, "orderDataType": "dom-text", "type": "string" },
|
|
|
467 |
{ "targets": 9, "orderDataType": "dom-text", "type": "string" },
|
|
|
468 |
{ "targets": 10, "orderDataType": "dom-text-numeric", "type":"number"},
|
|
|
469 |
|
|
|
470 |
{ "targets": 11, "orderDataType": "dom-text-numeric", "type":"number"},
|
|
|
471 |
{ "targets": 12, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
| 27799 |
tejbeer |
472 |
|
| 28947 |
manish |
473 |
{ "targets": 13, "orderDataType": "dom-text-numeric", "type":"number"},
|
|
|
474 |
{ "targets": 14, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
475 |
{ "targets": 22, "orderDataType": "dom-text", "type": "string" },
|
|
|
476 |
|
|
|
477 |
{ "targets": 23, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
478 |
{ "targets": 24, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
479 |
|
|
|
480 |
{ "targets": 25, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
481 |
{ "targets": 26, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
482 |
{ "targets": 27, "orderDataType": "dom-text-numeric", "type":"number"},
|
|
|
483 |
{ "targets": 28, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
484 |
|
|
|
485 |
{ "targets": 29, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
486 |
{ "targets": 30, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
|
|
|
487 |
{ "targets": 32, "orderDataType": "dom-text", "type": "string" }
|
|
|
488 |
|
|
|
489 |
],
|
|
|
490 |
|
| 27799 |
tejbeer |
491 |
});
|
|
|
492 |
|
|
|
493 |
|
|
|
494 |
|
|
|
495 |
</script>
|