Subversion Repositories SmartDukaan

Rev

Rev 28700 | Rev 31431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28700 Rev 28947
Line 14... Line 14...
14
        <table class="table table-border table-condensed table-bordered" id="oboardingreject" style="width:100%">
14
        <table class="table table-border table-condensed table-bordered" id="oboardingreject" style="width:100%">
15
 
15
 
16
            <thead class="row htable">
16
            <thead class="row htable">
17
 
17
 
18
            <tr style="color:black;">
18
            <tr style="color:black;">
19
                <th>Id</th>
19
                 <th>Id</th>
-
 
20
                 <th>Outlet Name(SM)</th>
20
                <th>Created On</th>
21
                <th>Created On</th>
21
                <th>Acquired Date()</th>
22
                <th>Acquired Date()</th>
22
                <th>Outlet Name(SM)</th>
23
                <th>Outlet Name(SM)</th>
23
                <th>Phone Number(SM)</th>
24
                <th>Phone Number(SM)</th>
24
                
25
                <th>RBM Name(SM)</th>     
25
                <th>City (SM)</th>
26
                <th>City (SM)</th>
26
                <th>State Head(SM)</th>
27
                <th>State Head(SM)</th>
27
                <th>BDM (SM)</th>
28
                <th>BDM (SM)</th>
28
                <th>Store Pics(SM)</th>
-
 
29
                <th>Agreed Brand fees(SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
30
                <th>Received Brand fees(SM)</th>
30
                <th>Received Brand fees(SM)</th>
31
                <th>Payment Received(SM)</th>
31
                 <th>Final Brand fees(SM)</th>
32
                <th>Agreed Wallet(SM)</th>
32
                <th>Agreed Wallet(SM)</th>
33
                <th>Investment Date(SM)</th>
33
                <th>Adv Stock Date(SM)</th>
34
                <th>KYC (SM)</th>
34
                <th>KYC (SM)</th>
35
                <th>Aadhaar(legal)</th>
35
                <th>Aadhaar(legal)</th>
36
                <th>pan(legal)</th>
36
                <th>pan(legal)</th>
37
                <th>GST(legal)</th>
37
                <th>GST(legal)</th>
38
                <th>Cancel cheque(legal)</th>
38
                <th>Cancel cheque(legal)</th>
Line 44... Line 44...
44
                <th>Designing Planed(Kamini)</th>
44
                <th>Designing Planed(Kamini)</th>
45
                <th>Designing Actual(Kamini)</th>
45
                <th>Designing Actual(Kamini)</th>
46
                <th>Stock payment(kamini)</th>
46
                <th>Stock payment(kamini)</th>
47
                <th>Expected Date(kamini)</th>
47
                <th>Expected Date(kamini)</th>
48
                <th>Pay Date(Kamini)</th>
48
                <th>Pay Date(Kamini)</th>
-
 
49
                <th>Inaugration(SM)</th>
49
                <th>Billing Status(Niranjan)</th>
50
                <th>Billing Status(Niranjan)</th>
-
 
51
                <th>Verification</th>
50
               
52
                
51
            </tr>
53
            </tr>
52
            </thead>
54
            </thead>
53
            <tbody>
55
           <tbody>
54
                #foreach($pob in $user )
56
                #foreach($pob in $user )
55
                <tr id="trow2">
57
                <tr id="trow2">
56
                    #if($pob.getId())
58
                    #if($pob.getId())
-
 
59
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
-
 
60
                    #else
57
                        <td style="background:#87cefa;">$pob.getId()</td>
61
                        <td><i class="far fa-arrow-alt-circle-down"></i>$pob.getId()</td>
-
 
62
                    #end
-
 
63
                   
-
 
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>
58
                    #else
67
                    #else
59
                        <td>$pob.getId()</td>
68
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName"  disabled></td>
60
                    #end
69
                    #end
61
                   
70
                   
62
                    #if($pob.getCreatedTimestamp())
71
                    #if($pob.getCreatedTimestamp())
63
                        <td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
72
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
64
                        #else
73
                        #else
65
                        <td style="background:pink;">
74
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
66
                        </td>
75
                        </td>
67
                     #end 
76
                     #end 
68
                    
77
                    
69
                    
78
                    
70
                    #if($pob.getAcquiredDate())
79
                    #if($pob.getAcquiredDate())
71
                        <td style="background:lime;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
80
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
72
                                   name="acquireddate"
81
                                   name="acquireddate"
73
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
82
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
74
                    #else
83
                    #else
75
                        <td style="background:pink;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
84
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
76
                                   name="acquireddate">
85
                                   name="acquireddate">
77
                        </td>
86
                        </td>
78
                    #end 
87
                    #end 
79
                    
88
                    
80
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
89
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
81
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
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"
82
                                   disabled></td>
91
                                   disabled></td>
83
                    #else
92
                    #else
84
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
93
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
85
                    #end
94
                    #end
-
 
95
                   
86
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
96
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
87
                        <td style="background:lime;">
97
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
88
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
98
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
89
                                   name="phonenumber1"
99
                                   name="phonenumber1"
90
                                   disabled ></td>
100
                                   disabled ></td>
91
                    #else
101
                    #else
92
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
102
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
93
                    #end
103
                    #end
-
 
104
                    
94
                     
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
95
                    
111
                    
96
 
-
 
97
                    #if($pob.getCity() && $pob.getCity() != "")
112
                     #if($pob.getCity() && $pob.getCity() != "")
98
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
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>
99
                    #else
114
                    #else
100
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
115
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
101
                    #end
116
                    #end
-
 
117
                    
-
 
118
                    
102
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
119
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
103
                        <td style="background:lime;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"
120
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
104
                                   value="$pob.getStateHead()"></td>
121
                                   value="$pob.getStateHead()"></td>
105
                    #else
122
                    #else
106
                        <td style="background:pink;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
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>
107
                    #end
124
                    #end
108
                    #if($pob.getBDM() && $pob.getBDM() != "")
125
                    #if($pob.getBDM() && $pob.getBDM() != "")
109
                        <td style="background:lime;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
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>
110
                    #else
127
                    #else
111
                        <td style="background:pink;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
128
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
112
                    #end
129
                    #end
113
                    #if($pob.getStorePics() && $pob.getStorePics() != 0)
-
 
114
                        <td class="storepics docfile" style="background:lime;"  >
-
 
115
                            <input type="hidden" class="storepicshidden" value="$pob.getStorePics()">
-
 
116
                            <input type="file" class="storepic" placeholder="Store Pics(SM)" disabled name="storepics1"
-
 
117
                                   value="$pob.getStorePics()">
-
 
118
                            ##<button type="button" class="btn btn-primary download-store-file" data-docid="$pob.getStorePics()" data-id="$pob.getId()">download</button>
-
 
119
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getStorePics()">Download
-
 
120
                                Doc</a>
-
 
121
                        </td>
-
 
122
                    #else
-
 
123
                        <td class="storepics docfile" style="background:pink;">
-
 
124
                            <input type="hidden">
-
 
125
                            <input type="file" class="storepic" placeholder="Store Pics(SM)" disabled name="storepics1">
-
 
126
                        </td>
-
 
127
                    #end
130
                   
128
                    #if($pob.getAgreedBrandFees() != 0)
131
                     #if($pob.getAgreedBrandFees() != 0)
129
                     
132
                     
130
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
133
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
131
                    
134
                    
132
                        <td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
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"
133
                                   value="$pob.getAgreedBrandFees()" ></td>
136
                                   value="$pob.getAgreedBrandFees()" ></td>
134
                       #else            
137
                       #else            
135
                             <td style="background:red;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
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"
136
                                   value="$pob.getAgreedBrandFees()" ></td>    
139
                                   value="$pob.getAgreedBrandFees()" ></td>    
137
                      #end  
140
                      #end  
138
                    #else
141
                    #else
139
                        <td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
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>
140
                    #end
143
                    #end
141
                    
144
                    
-
 
145
                    
142
                    #if($pob.getReceivedBrandFees()!= 0)
146
                    #if($pob.getReceivedBrandFees()!= 0)
143
 
147
 
-
 
148
                          #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
144
                        <td style="background:lime;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
149
                              <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i> <input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
145
                                   value="$pob.getReceivedBrandFees()"></td>
150
                                   value="$pob.getReceivedBrandFees()"></td>
-
 
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
         
146
                    #else
156
                     #else
147
                        <td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
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>
148
                    #end
158
                    #end
149
                    
159
                     
150
                    #if($pob.getPendingPics()  && $pob.getPendingPics() != 0)
160
                     
151
                        <td class="pendingpics docfile" style="background:lime">
-
 
152
                            <input type="hidden" class="pendpicshidden" value="$pob.getPendingPics()">
-
 
153
                            <input type="file" class="pendpics" placeholder="pending Pics(SM)" disabled name="pendpics1"
-
 
154
                                   value="$pob.getPendingPics()"/>
161
                       
155
                            ##<button type="button" class="btn btn-primary download-pending-file" data-docpid="$pob.getPendingPics()" data-id="$pob.getId()">Download Document</button>
-
 
156
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPendingPics()">Download
-
 
157
                                Doc</a>
162
                     #if($pob.getFinalBrandFeesDate())
158
 
-
 
159
 
163
 
-
 
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)"
160
                        </td>
166
                                   ></td>
161
                    #else
167
                    #else
162
                        <td class="pendingpics docfile" style="background:pink;">
-
 
163
                            <input type="hidden">
-
 
164
                            <input type="file" placeholder="Pending Pics(SM)" disabled name="pendpics1">
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>
165
                        </td>
-
 
166
                    #end
169
                    #end
-
 
170
                  
167
                    #if($pob.getAgreedWallet()!= 0)
171
                    #if($pob.getAgreedWallet()!= 0)
168
                        <td style="background:lime;"><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
172
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
169
                                   value="$pob.getAgreedWallet()" ></td>
173
                                   value="$pob.getAgreedWallet()" ></td>
170
                    #else
174
                    #else
171
                        <td style="background:pink;"><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
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>
172
                    #end
176
                    #end
173
 
177
 
174
                    #if($pob.getInvestmentDate())
178
                    #if($pob.getInvestmentDate())
175
 
179
 
176
                        <td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
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"
177
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
181
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
178
                                   ></td>
182
                                   ></td>
179
                    #else
183
                    #else
180
                        <td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
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>
181
                    #end
185
                    #end
182
                    #if($pob.getKyc() && $pob.getKyc() != 0)
186
                    #if($pob.getKyc() && $pob.getKyc() != 0)
-
 
187
                        <td class="kyc docfile">
183
                        <td class="kyc docfile" style="background:lime;">
188
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
184
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
189
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
185
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
190
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
186
                                   value="$pob.getKyc()">
191
                                   value="$pob.getKyc()">
187
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
192
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
188
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()">Download Doc</a>
193
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
189
 
-
 
-
 
194
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
-
 
195
                             
190
                        </td>
196
                        </td>
191
                    #else
197
                    #else
192
                        <td class="kyc docfile" style="background:pink;">
198
                        <td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
193
                            <input type="hidden">
199
                            <input type="hidden">
194
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
200
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
195
                        </td>
201
                        </td>
196
                    #end
202
                    #end
197
 
203
 
198
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
204
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
-
 
205
                        <td class="aadhar docfile">
199
                        <td class="aadhar docfile" style="background:lime;">
206
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
200
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
207
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
201
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
208
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
202
                                   value="$pob.getAadharDoc()">
209
                                   value="$pob.getAadharDoc()">
203
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()">Download
210
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
204
                                Doc</a>
211
                                Doc</a>
-
 
212
                          <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
205
 
213
 
206
                        </td>
214
                        </td>
207
                    #else
215
                    #else
-
 
216
                        <td class="aadhar docfile">
208
                        <td class="aadhar docfile" style="background:pink;">
217
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
209
                            <input type="hidden">
218
                            <input type="hidden">
210
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
219
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
211
                        </td>
220
                        </td>
212
                    #end
221
                    #end
213
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
222
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
-
 
223
                        <td class="pan docfile">
214
                        <td class="pan docfile" style="background:lime;">
224
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
215
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
225
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
216
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
226
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
217
                                   value="$pob.getPanDoc()">
227
                                   value="$pob.getPanDoc()">
218
                        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
228
                        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
219
                        <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()">Download Doc</a>
229
                        <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
220
 
-
 
-
 
230
                               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
221
                        </td>
231
                        </td>
222
                    #else
232
                    #else
-
 
233
                        <td class="pan docfile">
223
                        <td class="pan docfile" style="background:pink;">
234
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
224
                            <input type="hidden">
235
                            <input type="hidden">
225
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
236
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
226
                        </td>
237
                        </td>
227
                    #end
238
                    #end
228
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
239
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
-
 
240
                        <td class="gst docfile">
229
                        <td class="gst docfile" style="background:lime;">
241
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
230
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
242
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
231
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
243
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
232
                                   value="$pob.getGstdoc()">
244
                                   value="$pob.getGstdoc()">
233
                            ##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
245
                            ##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
234
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()">Download Doc</a>
246
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
235
 
-
 
-
 
247
                            <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
236
                        </td>
248
                        </td>
237
                    #else
249
                    #else
-
 
250
                        <td class="gst docfile">
238
                        <td class="gst docfile" style="background:pink;">
251
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
239
                            <input type="hidden">
252
                            <input type="hidden">
240
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
253
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
241
                        </td>
254
                        </td>
242
                    #end
255
                    #end
243
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
256
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
244
 
257
 
245
                        <td class="cancheque docfile" style="background:lime;">
258
                        <td class="cancheque docfile">
-
 
259
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
246
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
260
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
247
                           <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
261
                           <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
248
                            value="$pob.getCancelCheque()">
262
                            value="$pob.getCancelCheque()">
249
                            ##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
263
                            ##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
250
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()">Download
264
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
251
                                Doc</a>
265
                                Doc</a>
-
 
266
                                <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
252
 
267
 
253
                        </td>
268
                        </td>
254
 
269
 
255
                    #else
270
                    #else
-
 
271
                        <td class="cancheque docfile">
256
                        <td class="cancheque docfile" style="background:pink;">
272
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
257
                            <input type="hidden">
273
                            <input type="hidden">
258
                            <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
274
                            <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
259
                                   name="cancheque1">
275
                                   name="cancheque1">
260
                        </td>
276
                        </td>
261
                    #end
277
                    #end
262
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
278
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
-
 
279
                        <td class="rent docfile">
263
                        <td class="rent docfile" style="background:lime;">
280
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
264
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
281
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
265
                            <input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
282
                            <input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
266
                                   value="$pob.getRentAgreement()">
283
                                   value="$pob.getRentAgreement()">
267
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()">Download Doc</a>
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>
268
                        </td>
286
                        </td>
269
                      #else
287
                      #else
270
                       
288
                       
-
 
289
                        <td class="rent docfile">
271
                        <td class="rent docfile" style="background:pink;">
290
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
272
                        <input type="hidden">
291
                        <input type="hidden">
273
                        <input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
292
                        <input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
274
                        </td>
293
                        </td>
275
                    #end
294
                    #end
276
                    
295
                    
277
                     #if($pob.getLOI() && $pob.getLOI() != 0)
296
                     #if($pob.getLOI() && $pob.getLOI() != 0)
-
 
297
                        <td class="loi docfile" >
278
                        <td class="loi docfile" style="background:lime;">
298
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
279
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
299
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
280
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
300
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
281
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()">Download Doc</a>
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
                       
282
                        </td>
304
                        </td>
283
                      #else
305
                      #else
284
                      
306
                      
-
 
307
                        <td class="loi docfile">
285
                        <td class="loi docfile" style="background:pink;">
308
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
286
                         <input type="hidden">
309
                         <input type="hidden">
287
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
310
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
288
                        </td>
311
                        </td>
289
                    #end
312
                    #end
290
                    
313
                    
291
                   
314
                   
292
                   
315
                   
293
                    #if($pob.getCode() && $pob.getCode() != "")
316
                    #if($pob.getCode() && $pob.getCode() != "")
294
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
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()"
295
                                   ></td>
318
                                   ></td>
296
                    #else
319
                    #else
297
                        <td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
320
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
298
                    #end
321
                    #end
-
 
322
                   
-
 
323
                   
299
                    #if($pob.getReceePlaned())
324
                    #if($pob.getReceePlaned())
300
                        <td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
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"
301
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
326
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
302
                        </td>
327
                        </td>
303
                    #else
328
                    #else
304
                        <td style="background:pink;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1">
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">
305
                        </td>
330
                        </td>
306
                    #end
331
                    #end
307
                    #if($pob.getReceeActual())
332
                    #if($pob.getReceeActual())
308
                        <td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
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"
309
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
334
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
310
                        </td>
335
                        </td>
311
                    #else
336
                    #else
312
                        <td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
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">
313
                        </td>
338
                        </td>
314
                    #end
339
                    #end
315
 
340
 
316
                    #if($pob.getDesigningPlaned())
341
                    #if($pob.getDesigningPlaned())
317
                        <td style="background:lime;"><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
342
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
318
                                   name="dplaned1"
343
                                   name="dplaned1"
319
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
344
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
320
                    #else
345
                    #else
-
 
346
                        <td>
321
                        <td style="background:pink;"><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
347
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
322
                                   name="dplaned1">
348
                                   name="dplaned1">
323
                        </td>
349
                        </td>
324
                    #end
350
                    #end
325
                    #if($pob.getDesigningActual())
351
                    #if($pob.getDeploymentDate())
326
                        <td style="background:lime;"><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
352
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
327
                                   name="dactual1"
353
                                   name="dactual1"
328
                                   value="$pob.getDesigningActual().format($datehiphenFormatter)"></td>
354
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
329
                    #else
355
                    #else
330
                        <td style="background:pink;"><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
356
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
331
                                   name="dactual1">
357
                                   name="dactual1">
332
                        </td>
358
                        </td>
333
                    #end
359
                    #end
334
                    #if($pob.getStockPayment()!= 0)
360
                    #if($pob.getStockPayment()!= 0)
335
                        <td style="background:lime;"><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
361
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
336
                                   value="$pob.getStockPayment()"></td>
362
                                   value="$pob.getStockPayment()"></td>
337
                    #else
363
                    #else
338
                        <td style="background:pink;"><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
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>
339
                    #end
365
                    #end
340
 
366
 
341
                 
367
                 
342
                    
368
                    
343
                     #if($pob.getExpectedDate())
369
                     #if($pob.getExpectedDate())
344
                        <td style="background:lime;"><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled  value="$pob.getExpectedDate().format($datehiphenFormatter)" >
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)" >
345
                        </td>
371
                        </td>
346
                    #else
372
                    #else
347
                        <td style="background:pink;"><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
373
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
348
                        </td>
374
                        </td>
349
                    #end
375
                    #end
350
 
376
 
351
                    #if($pob.getPayDate())
377
                    #if($pob.getPayDate())
352
                        <td style="background:lime;">
378
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
353
                          <input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled  value="$pob.getPayDate().format($datehiphenFormatter)"  >
379
                          <input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled  value="$pob.getPayDate().format($datehiphenFormatter)"  >
354
                        </td>
380
                        </td>
355
                    #else
381
                    #else
356
                        <td style="background:pink;"><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
382
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
357
                        </td>
383
                        </td>
358
                    #end
384
                    #end
359
 
385
 
-
 
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
 
360
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
400
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
361
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
401
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
362
                        #if($pob.getBillingStatus()>0) 
402
                        #if($pob.getBillingStatus()>0) 
363
                        <label> YES</label>
403
                        <label> YES</label>
364
                        #else
404
                        #else
365
                         <label>NO</label>
405
                         <label>NO</label>
366
                        #end 
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 
367
 
430
 
368
                </tr>
431
                </tr>
369
                #end
432
                #end
370
 
433
 
371
            </tbody>
434
            </tbody>
372
 
-
 
373
        </table>
435
        </table>
374
    </div>
436
    </div>
375
 
437
 
376
    </section>
438
    </section>
377
    
439
    
Line 387... Line 449...
387
                    "bAutoWidth": false,
449
                    "bAutoWidth": false,
388
                    "scrollX": true,
450
                    "scrollX": true,
389
                  fixedColumns:   {
451
                  fixedColumns:   {
390
            leftColumns: 2
452
            leftColumns: 2
391
        },
453
        },
-
 
454
        
-
 
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" },
-
 
472
                   
-
 
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
                        ],
392
                   
490
                   
393
                });
491
                });
394
   
492
   
395
   
493
   
396
    
494