| Line 2... |
Line 2... |
| 2 |
#if($pob.getId())
|
2 |
#if($pob.getId())
|
| 3 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
|
3 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
|
| 4 |
#else
|
4 |
#else
|
| 5 |
<td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
|
5 |
<td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
|
| 6 |
#end
|
6 |
#end
|
| 7 |
|
- |
|
| - |
|
7 |
|
| 8 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
8 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
| 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"
|
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"
|
| 10 |
disabled></td>
|
10 |
disabled></td>
|
| 11 |
#else
|
11 |
#else
|
| 12 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
12 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
| 13 |
#end
|
13 |
#end
|
| 14 |
|
- |
|
| - |
|
14 |
|
| 15 |
#if($pob.getCreatedTimestamp())
|
15 |
#if($pob.getCreatedTimestamp())
|
| 16 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
|
16 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
|
| 17 |
#else
|
17 |
#else
|
| 18 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
18 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 19 |
</td>
|
19 |
</td>
|
| 20 |
#end
|
20 |
#end
|
| 21 |
|
- |
|
| 22 |
|
- |
|
| - |
|
21 |
|
| - |
|
22 |
|
| 23 |
#if($pob.getAcquiredDate())
|
23 |
#if($pob.getAcquiredDate())
|
| 24 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
24 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
| 25 |
name="acquireddate"
|
25 |
name="acquireddate"
|
| 26 |
value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
|
26 |
value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
|
| 27 |
#else
|
27 |
#else
|
| 28 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
28 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
| 29 |
name="acquireddate">
|
29 |
name="acquireddate">
|
| 30 |
</td>
|
30 |
</td>
|
| 31 |
#end
|
31 |
#end
|
| 32 |
|
- |
|
| - |
|
32 |
|
| 33 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
33 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
| 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"
|
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"
|
| 35 |
disabled></td>
|
35 |
disabled></td>
|
| 36 |
#else
|
36 |
#else
|
| 37 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="updateOutlateName" disabled></td>
|
37 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="updateOutlateName" disabled></td>
|
| 38 |
#end
|
38 |
#end
|
| 39 |
|
- |
|
| - |
|
39 |
|
| 40 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
40 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
| 41 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
41 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 42 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
42 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
| 43 |
name="phonenumber1"
|
43 |
name="phonenumber1"
|
| 44 |
disabled ></td>
|
44 |
disabled ></td>
|
| Line 51... |
Line 51... |
| 51 |
name="counterPotential"
|
51 |
name="counterPotential"
|
| 52 |
disabled ></td>
|
52 |
disabled ></td>
|
| 53 |
#else
|
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>
|
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
|
55 |
#end
|
| 56 |
|
- |
|
| - |
|
56 |
|
| 57 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
57 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
| 58 |
<td>
|
58 |
<td>
|
| 59 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
59 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 60 |
<input type="hidden" name="hiddenrbmAuthId" value ="$pob.getAuthId()"/>
|
60 |
<input type="hidden" name="hiddenrbmAuthId" value ="$pob.getAuthId()"/>
|
| 61 |
<!-- <input type="text" placeholder="RBM Name(SM)" disabled value="$authUseMap.get($pob.getAuthId()).getFullName()"> -->
|
61 |
<!-- <input type="text" placeholder="RBM Name(SM)" disabled value="$authUseMap.get($pob.getAuthId()).getFullName()"> -->
|
| Line 76... |
Line 76... |
| 76 |
<option value="$authUser.getId()" #if($pob.getAuthId() == $authUser.getId()) selected#end>$authUser.getName()</option>
|
76 |
<option value="$authUser.getId()" #if($pob.getAuthId() == $authUser.getId()) selected#end>$authUser.getName()</option>
|
| 77 |
#end
|
77 |
#end
|
| 78 |
</select>
|
78 |
</select>
|
| 79 |
</td>
|
79 |
</td>
|
| 80 |
#end
|
80 |
#end
|
| 81 |
|
- |
|
| 82 |
|
- |
|
| - |
|
81 |
|
| - |
|
82 |
|
| 83 |
#if($pob.getCity() && $pob.getCity() != "")
|
83 |
#if($pob.getCity() && $pob.getCity() != "")
|
| 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>
|
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>
|
| 85 |
#else
|
85 |
#else
|
| 86 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
|
86 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
|
| 87 |
#end
|
87 |
#end
|
| 88 |
|
- |
|
| - |
|
88 |
|
| 89 |
<td>
|
89 |
<td>
|
| 90 |
<select class="form-control input-sm" id = "authUserStateHead" name="authUserStateHead" placeholder="AuthUser" disabled>
|
90 |
<select class="form-control input-sm" id = "authUserStateHead" name="authUserStateHead" placeholder="AuthUser" disabled>
|
| 91 |
|
91 |
|
| 92 |
#if($pob.getStateHead() && $pob.getStateHead() != 0)
|
92 |
#if($pob.getStateHead() && $pob.getStateHead() != 0)
|
| 93 |
|
93 |
|
| 94 |
<option value=" $pob.getStateHead()" selected>$stateAuthUserMap.get($pob.getStateHead()).getName()</option>
|
94 |
<option value=" $pob.getStateHead()" selected>$stateAuthUserMap.get($pob.getStateHead()).getName()</option>
|
| 95 |
#foreach($stateAuthUser in $stateAuthUsers)
|
95 |
#foreach($stateAuthUser in $stateAuthUsers)
|
| 96 |
<option value="$stateAuthUser.getId()">$stateAuthUser.getName()</option>
|
96 |
<option value="$stateAuthUser.getId()">$stateAuthUser.getName()</option>
|
| 97 |
#end
|
97 |
#end
|
| 98 |
|
- |
|
| - |
|
98 |
|
| 99 |
#else
|
99 |
#else
|
| 100 |
<option value="" selected>StateHead</option>
|
100 |
<option value="" selected>StateHead</option>
|
| 101 |
#foreach($stateAuthUser in $stateAuthUsers)
|
101 |
#foreach($stateAuthUser in $stateAuthUsers)
|
| 102 |
<option value="$stateAuthUser.getId()">$stateAuthUser.getName()</option>
|
102 |
<option value="$stateAuthUser.getId()">$stateAuthUser.getName()</option>
|
| 103 |
#end
|
103 |
#end
|
| 104 |
|
- |
|
| - |
|
104 |
|
| 105 |
#end
|
105 |
#end
|
| 106 |
</select>
|
106 |
</select>
|
| 107 |
</td>
|
107 |
</td>
|
| 108 |
|
108 |
|
| 109 |
|
- |
|
| - |
|
109 |
|
| 110 |
<td>
|
110 |
<td>
|
| 111 |
<select class="form-control input-sm" id = "authUserbdm" name="authUserbdm" placeholder="AuthUser" disabled>
|
111 |
<select class="form-control input-sm" id = "authUserbdm" name="authUserbdm" placeholder="AuthUser" disabled>
|
| 112 |
|
112 |
|
| 113 |
#if($pob.getBDM() && $pob.getBDM() != 0)
|
113 |
#if($pob.getBDM() && $pob.getBDM() != 0)
|
| - |
|
114 |
#foreach($bdmAuthUser in $bdmAuthUsers)
|
| - |
|
115 |
<option value="$bdmAuthUser.getId()"
|
| 114 |
<option value="$pob.getBDM()" disabled selected>$bdmAuthUseMap.get($pob.getBDM()).getName()</option>
|
116 |
#if($pob.getBDM()==$bdmAuthUser.getId())
|
| 115 |
#foreach($bdmAuthUser in $bdmAuthUsers)
|
117 |
selected
|
| 116 |
<option value="$bdmAuthUser.getId()">$bdmAuthUser.getName()</option>
|
118 |
#end>$bdmAuthUser.getName()</option>
|
| 117 |
#end
|
119 |
#end
|
| 118 |
|
- |
|
| - |
|
120 |
|
| 119 |
#else
|
121 |
#else
|
| 120 |
<option value="" disabled selected>BDM</option>
|
122 |
<option value="" disabled selected>BDM</option>
|
| 121 |
#foreach($bdmAuthUser in $bdmAuthUsers)
|
123 |
#foreach($bdmAuthUser in $bdmAuthUsers)
|
| 122 |
<option value="$bdmAuthUser.getId()">$bdmAuthUser.getName()</option>
|
124 |
<option value="$bdmAuthUser.getId()">$bdmAuthUser.getName()</option>
|
| 123 |
#end
|
125 |
#end
|
| 124 |
|
- |
|
| - |
|
126 |
|
| 125 |
#end
|
127 |
#end
|
| 126 |
</select>
|
128 |
</select>
|
| 127 |
</td>
|
129 |
</td>
|
| 128 |
|
- |
|
| - |
|
130 |
|
| - |
|
131 |
|
| 129 |
|
132 |
|
| 130 |
|
133 |
|
| 131 |
|
- |
|
| 132 |
#if($pob.getAgreedBrandFees() != 0)
|
134 |
#if($pob.getAgreedBrandFees() != 0)
|
| 133 |
|
- |
|
| - |
|
135 |
|
| 134 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
136 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
| 135 |
|
- |
|
| - |
|
137 |
|
| 136 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
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"
|
| 137 |
value="$pob.getAgreedBrandFees()" ></td>
|
139 |
value="$pob.getAgreedBrandFees()" ></td>
|
| 138 |
#else
|
140 |
#else
|
| 139 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
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"
|
| 140 |
value="$pob.getAgreedBrandFees()" ></td>
|
142 |
value="$pob.getAgreedBrandFees()" ></td>
|
| 141 |
#end
|
143 |
#end
|
| 142 |
#else
|
144 |
#else
|
| 143 |
<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>
|
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>
|
| 144 |
#end
|
146 |
#end
|
| 145 |
|
- |
|
| 146 |
|
- |
|
| - |
|
147 |
|
| - |
|
148 |
|
| 147 |
#if($pob.getReceivedBrandFees()!= 0)
|
149 |
#if($pob.getReceivedBrandFees()!= 0)
|
| 148 |
|
150 |
|
| 149 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
151 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
| 150 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
152 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
| 151 |
value="$pob.getReceivedBrandFees()"></td>
|
153 |
value="$pob.getReceivedBrandFees()"></td>
|
| 152 |
#else
|
154 |
#else
|
| 153 |
<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"
|
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"
|
| 154 |
value="$pob.getReceivedBrandFees()"></td>
|
156 |
value="$pob.getReceivedBrandFees()"></td>
|
| 155 |
#end
|
157 |
#end
|
| 156 |
|
158 |
|
| 157 |
#else
|
159 |
#else
|
| 158 |
<td> <i class="far fa-arrow-alt-circle-up" style="background:pink;"></i><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
|
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>
|
| 159 |
#end
|
161 |
#end
|
| 160 |
|
- |
|
| 161 |
|
- |
|
| 162 |
|
- |
|
| - |
|
162 |
|
| - |
|
163 |
|
| - |
|
164 |
|
| 163 |
#if($pob.getFinalBrandFeesDate())
|
165 |
#if($pob.getFinalBrandFeesDate())
|
| 164 |
|
166 |
|
| 165 |
<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"
|
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"
|
| 166 |
value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
|
168 |
value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
|
| 167 |
></td>
|
169 |
></td>
|
| 168 |
#else
|
170 |
#else
|
| 169 |
<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>
|
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>
|
| 170 |
#end
|
172 |
#end
|
| 171 |
|
- |
|
| - |
|
173 |
|
| 172 |
#if($pob.getAgreedWallet()!= 0)
|
174 |
#if($pob.getAgreedWallet()!= 0)
|
| 173 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
|
175 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
|
| 174 |
value="$pob.getAgreedWallet()" ></td>
|
176 |
value="$pob.getAgreedWallet()" ></td>
|
| 175 |
#else
|
177 |
#else
|
| 176 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
|
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>
|
| Line 191... |
Line 193... |
| 191 |
<input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
|
193 |
<input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
|
| 192 |
value="$pob.getKyc()">
|
194 |
value="$pob.getKyc()">
|
| 193 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
195 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
| 194 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
196 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
| 195 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
197 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 196 |
|
- |
|
| - |
|
198 |
|
| 197 |
</td>
|
199 |
</td>
|
| 198 |
#else
|
200 |
#else
|
| 199 |
<td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
201 |
<td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 200 |
<input type="hidden">
|
202 |
<input type="hidden">
|
| 201 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
203 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
| Line 206... |
Line 208... |
| 206 |
<td class="aadhar docfile">
|
208 |
<td class="aadhar docfile">
|
| 207 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
209 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 208 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
210 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
| 209 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
211 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
| 210 |
value="$pob.getAadharDoc()">
|
212 |
value="$pob.getAadharDoc()">
|
| 211 |
|
- |
|
| - |
|
213 |
|
| 212 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download Doc</a>
|
214 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download Doc</a>
|
| 213 |
|
- |
|
| - |
|
215 |
|
| 214 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
216 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 215 |
|
217 |
|
| 216 |
</td>
|
218 |
</td>
|
| 217 |
#else
|
219 |
#else
|
| 218 |
<td class="aadhar docfile">
|
220 |
<td class="aadhar docfile">
|
| Line 303... |
Line 305... |
| 303 |
value="$pob.getRentAgreement()">
|
305 |
value="$pob.getRentAgreement()">
|
| 304 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
306 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
| 305 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
307 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 306 |
</td>
|
308 |
</td>
|
| 307 |
#else
|
309 |
#else
|
| 308 |
|
- |
|
| - |
|
310 |
|
| 309 |
<td class="rent docfile">
|
311 |
<td class="rent docfile">
|
| 310 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
312 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 311 |
<input type="hidden">
|
313 |
<input type="hidden">
|
| 312 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
314 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
| 313 |
</td>
|
315 |
</td>
|
| 314 |
#end
|
316 |
#end
|
| 315 |
|
- |
|
| - |
|
317 |
|
| 316 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
318 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
| 317 |
<td class="loi docfile" >
|
319 |
<td class="loi docfile" >
|
| 318 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
320 |
<i class="far fa-arrow-alt-circle-up" style="background:green"></i>
|
| 319 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
321 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
| 320 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
322 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
| 321 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
323 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
| 322 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
324 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 323 |
|
- |
|
| - |
|
325 |
|
| 324 |
</td>
|
326 |
</td>
|
| 325 |
#else
|
327 |
#else
|
| 326 |
|
- |
|
| - |
|
328 |
|
| 327 |
<td class="loi docfile">
|
329 |
<td class="loi docfile">
|
| 328 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
330 |
<i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
|
| 329 |
<input type="hidden">
|
331 |
<input type="hidden">
|
| 330 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
332 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
| 331 |
</td>
|
333 |
</td>
|
| Line 342... |
Line 344... |
| 342 |
#if($pob.getDocumentsCompleted() == "YES")
|
344 |
#if($pob.getDocumentsCompleted() == "YES")
|
| 343 |
<option value="YES" selected>YES</option>
|
345 |
<option value="YES" selected>YES</option>
|
| 344 |
#else
|
346 |
#else
|
| 345 |
<option value="YES" >YES</option>
|
347 |
<option value="YES" >YES</option>
|
| 346 |
#end
|
348 |
#end
|
| 347 |
|
349 |
|
| 348 |
#if($pob.getDocumentsCompleted() == "NO")
|
350 |
#if($pob.getDocumentsCompleted() == "NO")
|
| 349 |
<option value="NO" selected>NO</option>
|
351 |
<option value="NO" selected>NO</option>
|
| 350 |
#else
|
352 |
#else
|
| 351 |
<option value="NO">NO</option>
|
353 |
<option value="NO">NO</option>
|
| 352 |
#end
|
354 |
#end
|
| Line 360... |
Line 362... |
| 360 |
<option value="YES">YES</option>
|
362 |
<option value="YES">YES</option>
|
| 361 |
<option value="NO">NO</option>
|
363 |
<option value="NO">NO</option>
|
| 362 |
</select>
|
364 |
</select>
|
| 363 |
</td>
|
365 |
</td>
|
| 364 |
#end
|
366 |
#end
|
| 365 |
|
- |
|
| 366 |
|
- |
|
| - |
|
367 |
|
| - |
|
368 |
|
| 367 |
#if($pob.getCode() && $pob.getCode() != "")
|
369 |
#if($pob.getCode() && $pob.getCode() != "")
|
| 368 |
<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()"
|
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()"
|
| 369 |
></td>
|
371 |
></td>
|
| 370 |
#else
|
372 |
#else
|
| 371 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
373 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
| 372 |
#end
|
374 |
#end
|
| 373 |
|
- |
|
| 374 |
|
- |
|
| - |
|
375 |
|
| - |
|
376 |
|
| 375 |
#if($pob.getReceePlaned())
|
377 |
#if($pob.getReceePlaned())
|
| 376 |
<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"
|
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"
|
| 377 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
379 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
| 378 |
</td>
|
380 |
</td>
|
| 379 |
#else
|
381 |
#else
|
| Line 387... |
Line 389... |
| 387 |
#else
|
389 |
#else
|
| 388 |
<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">
|
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">
|
| 389 |
</td>
|
391 |
</td>
|
| 390 |
#end
|
392 |
#end
|
| 391 |
|
393 |
|
| 392 |
|
- |
|
| - |
|
394 |
|
| 393 |
#if($pob.getDeploymentPlanedDate())
|
395 |
#if($pob.getDeploymentPlanedDate())
|
| 394 |
<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"
|
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"
|
| 395 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
397 |
value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
|
| 396 |
</td>
|
398 |
</td>
|
| 397 |
#else
|
399 |
#else
|
| 398 |
<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">
|
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">
|
| 399 |
</td>
|
401 |
</td>
|
| 400 |
#end
|
402 |
#end
|
| 401 |
|
- |
|
| 402 |
|
- |
|
| - |
|
403 |
|
| - |
|
404 |
|
| 403 |
#if($pob.getDeploymentDate())
|
405 |
#if($pob.getDeploymentDate())
|
| 404 |
<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
|
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
|
| 405 |
name="dactual1"
|
407 |
name="dactual1"
|
| 406 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
408 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
| 407 |
#else
|
409 |
#else
|
| Line 414... |
Line 416... |
| 414 |
value="$pob.getStockPayment()"></td>
|
416 |
value="$pob.getStockPayment()"></td>
|
| 415 |
#else
|
417 |
#else
|
| 416 |
<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"></td>
|
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>
|
| 417 |
#end
|
419 |
#end
|
| 418 |
|
420 |
|
| 419 |
|
- |
|
| 420 |
|
- |
|
| - |
|
421 |
|
| - |
|
422 |
|
| 421 |
#if($pob.getExpectedDate())
|
423 |
#if($pob.getExpectedDate())
|
| 422 |
<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)" >
|
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)" >
|
| 423 |
</td>
|
425 |
</td>
|
| 424 |
#else
|
426 |
#else
|
| 425 |
<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>
|
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>
|
| Line 444... |
Line 446... |
| 444 |
</td>
|
446 |
</td>
|
| 445 |
#end
|
447 |
#end
|
| 446 |
#else
|
448 |
#else
|
| 447 |
<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>
|
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>
|
| 448 |
</td>
|
450 |
</td>
|
| 449 |
#end
|
451 |
#end
|
| 450 |
|
452 |
|
| 451 |
|
453 |
|
| 452 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
454 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
| 453 |
<input type="checkbox" disabled id="billingStatus" name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
455 |
<input type="checkbox" disabled id="billingStatus" name="billingStatus" #if($pob.getBillingStatus()>0) checked #end >
|
| 454 |
#if($pob.getBillingStatus()>0)
|
456 |
#if($pob.getBillingStatus()>0)
|
| 455 |
|
- |
|
| - |
|
457 |
|
| 456 |
#end
|
458 |
#end
|
| 457 |
</td>
|
459 |
</td>
|
| 458 |
|
- |
|
| 459 |
|
- |
|
| - |
|
460 |
|
| - |
|
461 |
|
| 460 |
#if($partnerVerificationStatusMap.get($pob.getId()))
|
462 |
#if($partnerVerificationStatusMap.get($pob.getId()))
|
| 461 |
|
- |
|
| - |
|
463 |
|
| 462 |
#if($partnerVerificationStatusMap.get($pob.getId())== "YES")
|
464 |
#if($partnerVerificationStatusMap.get($pob.getId())== "YES")
|
| 463 |
<td><i class="far fa-arrow-alt-circle-up" style="background:green;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="APPROVED" >
|
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" >
|
| 464 |
</td>
|
466 |
</td>
|
| 465 |
|
- |
|
| - |
|
467 |
|
| 466 |
#elseif($partnerVerificationStatusMap.get($pob.getId())== "NO")
|
468 |
#elseif($partnerVerificationStatusMap.get($pob.getId())== "NO")
|
| 467 |
<td><i class="far fa-arrow-alt-circle-up" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="REJECTED" >
|
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" >
|
| 468 |
</td>
|
470 |
</td>
|
| 469 |
|
- |
|
| - |
|
471 |
|
| 470 |
#else
|
472 |
#else
|
| 471 |
<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())" >
|
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())" >
|
| 472 |
</td>
|
474 |
</td>
|
| 473 |
|
- |
|
| - |
|
475 |
|
| 474 |
#end
|
476 |
#end
|
| 475 |
#else
|
477 |
#else
|
| 476 |
<td><i class="far fa-arrow-alt-circle-down" style="background:red;"></i><input type="text" name= "verificationStatusOnboarding" class="verificationStatus" placeholder="" disabled value="PENDING" >
|
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" >
|
| 477 |
</td>
|
479 |
</td>
|
| 478 |
|
- |
|
| - |
|
480 |
|
| 479 |
#end
|
481 |
#end
|
| 480 |
|
- |
|
| - |
|
482 |
|
| 481 |
<td>
|
483 |
<td>
|
| 482 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;" name="submitOnboarding"
|
484 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;" name="submitOnboarding"
|
| 483 |
class="submit1">
|
485 |
class="submit1">
|
| 484 |
Submit
|
486 |
Submit
|
| 485 |
</button>
|
487 |
</button>
|
| Line 489... |
Line 491... |
| 489 |
<button type="submit" form="form2" value="Submit1" data-id="$pob.getId()"
|
491 |
<button type="submit" form="form2" value="Submit1" data-id="$pob.getId()"
|
| 490 |
style="background:#eed202;"
|
492 |
style="background:#eed202;"
|
| 491 |
class="open_outlet">Open
|
493 |
class="open_outlet">Open
|
| 492 |
</button>
|
494 |
</button>
|
| 493 |
</td>
|
495 |
</td>
|
| 494 |
|
- |
|
| - |
|
496 |
|
| 495 |
<td>
|
497 |
<td>
|
| 496 |
<button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
|
498 |
<button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
|
| 497 |
style="background:#f18681;"
|
499 |
style="background:#f18681;"
|
| 498 |
class="rejectpartneronboarding" name="rejectPartner">Reject
|
500 |
class="rejectpartneronboarding" name="rejectPartner">Reject
|
| 499 |
</button>
|
501 |
</button>
|
| 500 |
</td>
|
502 |
</td>
|
| 501 |
#if($pob.getHoldTimestamp())
|
503 |
#if($pob.getHoldTimestamp())
|
| 502 |
|
- |
|
| - |
|
504 |
|
| 503 |
<td>
|
505 |
<td>
|
| 504 |
<button type="submit" data-id="$pob.getId()"
|
506 |
<button type="submit" data-id="$pob.getId()"
|
| 505 |
style="background:#f18681;"
|
507 |
style="background:#f18681;"
|
| 506 |
class="unHoldPartnerOnboarding" value="unhold">Unhold
|
508 |
class="unHoldPartnerOnboarding" value="unhold">Unhold
|
| 507 |
</button>
|
509 |
</button>
|
| 508 |
</td>
|
510 |
</td>
|
| 509 |
#else
|
511 |
#else
|
| 510 |
<td>
|
512 |
<td>
|
| 511 |
<button type="submit" data-id="$pob.getId()"
|
513 |
<button type="submit" data-id="$pob.getId()"
|
| 512 |
style="background:#f18681;"
|
514 |
style="background:#f18681;"
|
| 513 |
class="holdPartnerOnboarding" value="hold">Hold
|
515 |
class="holdPartnerOnboarding" value="hold">Hold
|
| 514 |
</button>
|
516 |
</button>
|
| 515 |
</td>
|
517 |
</td>
|
| 516 |
#end
|
518 |
#end
|
| 517 |
|
- |
|
| - |
|
519 |
|
| 518 |
<td>
|
520 |
<td>
|
| 519 |
<button type="submit" form="form2" value="submitNotice" data-id="$pob.getId()"
|
521 |
<button type="submit" form="form2" value="submitNotice" data-id="$pob.getId()"
|
| 520 |
style="background:#f18681;"
|
522 |
style="background:#f18681;"
|
| 521 |
class="noticPartneronboarding" name="noticePartner">Notice
|
523 |
class="noticPartneronboarding" name="noticePartner">Notice
|
| 522 |
</button>
|
524 |
</button>
|
| 523 |
</td>
|
525 |
</td>
|
| 524 |
|
- |
|
| - |
|
526 |
|
| 525 |
<td>
|
527 |
<td>
|
| 526 |
<button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"
|
528 |
<button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"
|
| 527 |
class="partner-verification-resend">
|
529 |
class="partner-verification-resend">
|
| 528 |
Resend
|
530 |
Resend
|
| 529 |
</button>
|
531 |
</button>
|