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="oboardingopen" style="width:100%">
14
        <table class="table table-border table-condensed table-bordered" id="oboardingopen" 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())
57
                        <td style="background:#87cefa;">$pob.getId()</td>
59
                        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$pob.getId()</td>
58
                    #else
60
                    #else
-
 
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"
59
                        <td>$pob.getId()</td>
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>
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
94
 
-
 
95
                    
104
                    
-
 
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
96
                    
111
                    
97
 
-
 
98
                    #if($pob.getCity() && $pob.getCity() != "")
112
                     #if($pob.getCity() && $pob.getCity() != "")
99
                        <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>
100
                    #else
114
                    #else
101
                        <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>
102
                    #end
116
                    #end
-
 
117
                    
-
 
118
                    
103
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
119
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
104
                        <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"
105
                                   value="$pob.getStateHead()"></td>
121
                                   value="$pob.getStateHead()"></td>
106
                    #else
122
                    #else
107
                        <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>
108
                    #end
124
                    #end
109
                    #if($pob.getBDM() && $pob.getBDM() != "")
125
                    #if($pob.getBDM() && $pob.getBDM() != "")
110
                        <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>
111
                    #else
-
 
112
                        <td style="background:pink;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
-
 
113
                    #end
-
 
114
                    #if($pob.getStorePics() && $pob.getStorePics() != 0)
-
 
115
                        <td class="storepics docfile" style="background:lime;"  >
-
 
116
                            <input type="hidden" class="storepicshidden" value="$pob.getStorePics()">
-
 
117
                            <input type="file" class="storepic" placeholder="Store Pics(SM)" disabled name="storepics1"
-
 
118
                                   value="$pob.getStorePics()">
-
 
119
                            ##<button type="button" class="btn btn-primary download-store-file" data-docid="$pob.getStorePics()" data-id="$pob.getId()">download</button>
-
 
120
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getStorePics()">Download
-
 
121
                                Doc</a>
-
 
122
                        </td>
-
 
123
                    #else
127
                    #else
124
                        <td class="storepics docfile" style="background:pink;">
-
 
125
                            <input type="hidden">
-
 
126
                            <input type="file" class="storepic" placeholder="Store Pics(SM)" disabled name="storepics1">
128
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
127
                        </td>
-
 
128
                    #end
129
                    #end
-
 
130
                   
129
                    #if($pob.getAgreedBrandFees() != 0)
131
                     #if($pob.getAgreedBrandFees() != 0)
130
                     
132
                     
131
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
133
                     #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
132
                    
134
                    
133
                        <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"
134
                                   value="$pob.getAgreedBrandFees()" ></td>
136
                                   value="$pob.getAgreedBrandFees()" ></td>
135
                       #else            
137
                       #else            
136
                             <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"
137
                                   value="$pob.getAgreedBrandFees()" ></td>    
139
                                   value="$pob.getAgreedBrandFees()" ></td>    
138
                      #end  
140
                      #end  
139
                    #else
141
                    #else
140
                        <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>
141
                    #end
143
                    #end
142
                    
144
                    
-
 
145
                    
143
                    #if($pob.getReceivedBrandFees()!= 0)
146
                    #if($pob.getReceivedBrandFees()!= 0)
144
 
147
 
-
 
148
                          #if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
145
                        <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"
146
                                   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
         
147
                    #else
156
                     #else
148
                        <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>
149
                    #end
158
                    #end
150
                    
159
                     
151
                    #if($pob.getPendingPics()  && $pob.getPendingPics() != 0)
160
                     
152
                        <td class="pendingpics docfile" style="background:lime">
-
 
153
                            <input type="hidden" class="pendpicshidden" value="$pob.getPendingPics()">
-
 
154
                            <input type="file" class="pendpics" placeholder="pending Pics(SM)" disabled name="pendpics1"
-
 
155
                                   value="$pob.getPendingPics()"/>
161
                       
156
                            ##<button type="button" class="btn btn-primary download-pending-file" data-docpid="$pob.getPendingPics()" data-id="$pob.getId()">Download Document</button>
-
 
157
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPendingPics()">Download
-
 
158
                                Doc</a>
162
                     #if($pob.getFinalBrandFeesDate())
159
 
-
 
160
 
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)"
161
                        </td>
166
                                   ></td>
162
                    #else
167
                    #else
163
                        <td class="pendingpics docfile" style="background:pink;">
-
 
164
                            <input type="hidden">
-
 
165
                            <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>
166
                        </td>
-
 
167
                    #end
169
                    #end
-
 
170
                  
168
                    #if($pob.getAgreedWallet()!= 0)
171
                    #if($pob.getAgreedWallet()!= 0)
169
                        <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"
170
                                   value="$pob.getAgreedWallet()" ></td>
173
                                   value="$pob.getAgreedWallet()" ></td>
171
                    #else
174
                    #else
172
                        <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>
173
                    #end
176
                    #end
174
 
177
 
175
                    #if($pob.getInvestmentDate())
178
                    #if($pob.getInvestmentDate())
176
 
179
 
177
                        <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"
178
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
181
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
179
                                   ></td>
182
                                   ></td>
180
                    #else
183
                    #else
181
                        <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>
182
                    #end
185
                    #end
183
                    #if($pob.getKyc() && $pob.getKyc() != 0)
186
                    #if($pob.getKyc() && $pob.getKyc() != 0)
-
 
187
                        <td class="kyc docfile">
184
                        <td class="kyc docfile" style="background:lime;">
188
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
185
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
189
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
186
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
190
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
187
                                   value="$pob.getKyc()">
191
                                   value="$pob.getKyc()">
188
                            ##<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>
189
                            <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>
190
 
-
 
-
 
194
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
-
 
195
                             
191
                        </td>
196
                        </td>
192
                    #else
197
                    #else
193
                        <td class="kyc docfile" style="background:pink;">
198
                        <td class="kyc docfile"><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
194
                            <input type="hidden">
199
                            <input type="hidden">
195
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
200
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
196
                        </td>
201
                        </td>
197
                    #end
202
                    #end
198
 
203
 
199
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
204
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
-
 
205
                        <td class="aadhar docfile">
200
                        <td class="aadhar docfile" style="background:lime;">
206
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
201
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
207
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
202
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
208
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
203
                                   value="$pob.getAadharDoc()">
209
                                   value="$pob.getAadharDoc()">
204
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()">Download
210
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
205
                                Doc</a>
211
                                Doc</a>
-
 
212
                          <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
206
 
213
 
207
                        </td>
214
                        </td>
208
                    #else
215
                    #else
-
 
216
                        <td class="aadhar docfile">
209
                        <td class="aadhar docfile" style="background:pink;">
217
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
210
                            <input type="hidden">
218
                            <input type="hidden">
211
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
219
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
212
                        </td>
220
                        </td>
213
                    #end
221
                    #end
214
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
222
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
-
 
223
                        <td class="pan docfile">
215
                        <td class="pan docfile" style="background:lime;">
224
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
216
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
225
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
217
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
226
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
218
                                   value="$pob.getPanDoc()">
227
                                   value="$pob.getPanDoc()">
219
                        ##<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>
220
                        <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>
221
 
-
 
-
 
230
                               <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
222
                        </td>
231
                        </td>
223
                    #else
232
                    #else
-
 
233
                        <td class="pan docfile">
224
                        <td class="pan docfile" style="background:pink;">
234
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
225
                            <input type="hidden">
235
                            <input type="hidden">
226
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
236
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
227
                        </td>
237
                        </td>
228
                    #end
238
                    #end
229
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
239
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
-
 
240
                        <td class="gst docfile">
230
                        <td class="gst docfile" style="background:lime;">
241
                         <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
231
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
242
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
232
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
243
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
233
                                   value="$pob.getGstdoc()">
244
                                   value="$pob.getGstdoc()">
234
                            ##<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>
235
                            <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>
236
 
-
 
-
 
247
                            <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
237
                        </td>
248
                        </td>
238
                    #else
249
                    #else
-
 
250
                        <td class="gst docfile">
239
                        <td class="gst docfile" style="background:pink;">
251
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
240
                            <input type="hidden">
252
                            <input type="hidden">
241
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
253
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
242
                        </td>
254
                        </td>
243
                    #end
255
                    #end
244
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
256
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
245
 
257
 
246
                        <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>
247
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
260
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
248
                           <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"
249
                            value="$pob.getCancelCheque()">
262
                            value="$pob.getCancelCheque()">
250
                            ##<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>
251
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()">Download
264
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
252
                                Doc</a>
265
                                Doc</a>
-
 
266
                                <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
253
 
267
 
254
                        </td>
268
                        </td>
255
 
269
 
256
                    #else
270
                    #else
-
 
271
                        <td class="cancheque docfile">
257
                        <td class="cancheque docfile" style="background:pink;">
272
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
258
                            <input type="hidden">
273
                            <input type="hidden">
259
                            <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
274
                            <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
260
                                   name="cancheque1">
275
                                   name="cancheque1">
261
                        </td>
276
                        </td>
262
                    #end
277
                    #end
263
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
278
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
-
 
279
                        <td class="rent docfile">
264
                        <td class="rent docfile" style="background:lime;">
280
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
265
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
281
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
266
                            <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"
267
                                   value="$pob.getRentAgreement()">
283
                                   value="$pob.getRentAgreement()">
268
                            <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>
269
                        </td>
286
                        </td>
270
                      #else
287
                      #else
271
                       
288
                       
-
 
289
                        <td class="rent docfile">
272
                        <td class="rent docfile" style="background:pink;">
290
                        <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
273
                        <input type="hidden">
291
                        <input type="hidden">
274
                        <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">
275
                        </td>
293
                        </td>
276
                    #end
294
                    #end
277
                    
295
                    
278
                     #if($pob.getLOI() && $pob.getLOI() != 0)
296
                     #if($pob.getLOI() && $pob.getLOI() != 0)
-
 
297
                        <td class="loi docfile" >
279
                        <td class="loi docfile" style="background:lime;">
298
                        <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
280
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
299
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
281
                            <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()">
282
                            <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
                       
283
                        </td>
304
                        </td>
284
                      #else
305
                      #else
285
                      
306
                      
-
 
307
                        <td class="loi docfile">
286
                        <td class="loi docfile" style="background:pink;">
308
                         <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
287
                         <input type="hidden">
309
                         <input type="hidden">
288
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
310
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
289
                        </td>
311
                        </td>
290
                    #end
312
                    #end
291
                    
313
                    
292
                   
314
                   
293
                   
315
                   
294
                    #if($pob.getCode() && $pob.getCode() != "")
316
                    #if($pob.getCode() && $pob.getCode() != "")
295
                        <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()"
296
                                   ></td>
318
                                   ></td>
297
                    #else
319
                    #else
298
                        <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>
299
                    #end
321
                    #end
-
 
322
                   
-
 
323
                   
300
                    #if($pob.getReceePlaned())
324
                    #if($pob.getReceePlaned())
301
                        <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"
302
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
326
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
303
                        </td>
327
                        </td>
304
                    #else
328
                    #else
305
                        <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">
306
                        </td>
330
                        </td>
307
                    #end
331
                    #end
308
                    #if($pob.getReceeActual())
332
                    #if($pob.getReceeActual())
309
                        <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"
310
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
334
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
311
                        </td>
335
                        </td>
312
                    #else
336
                    #else
313
                        <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">
314
                        </td>
338
                        </td>
315
                    #end
339
                    #end
316
 
340
 
317
                    #if($pob.getDesigningPlaned())
341
                    #if($pob.getDesigningPlaned())
318
                        <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
319
                                   name="dplaned1"
343
                                   name="dplaned1"
320
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
344
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
321
                    #else
345
                    #else
-
 
346
                        <td>
322
                        <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
323
                                   name="dplaned1">
348
                                   name="dplaned1">
324
                        </td>
349
                        </td>
325
                    #end
350
                    #end
326
                    #if($pob.getDesigningActual())
351
                    #if($pob.getDeploymentDate())
327
                        <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
328
                                   name="dactual1"
353
                                   name="dactual1"
329
                                   value="$pob.getDesigningActual().format($datehiphenFormatter)"></td>
354
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
330
                    #else
355
                    #else
331
                        <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
332
                                   name="dactual1">
357
                                   name="dactual1">
333
                        </td>
358
                        </td>
334
                    #end
359
                    #end
335
                    #if($pob.getStockPayment()!= 0)
360
                    #if($pob.getStockPayment()!= 0)
336
                        <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"
337
                                   value="$pob.getStockPayment()"></td>
362
                                   value="$pob.getStockPayment()"></td>
338
                    #else
363
                    #else
339
                        <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>
340
                    #end
365
                    #end
341
 
366
 
342
                 
367
                 
343
                    
368
                    
344
                     #if($pob.getExpectedDate())
369
                     #if($pob.getExpectedDate())
345
                        <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)" >
346
                        </td>
371
                        </td>
347
                    #else
372
                    #else
348
                        <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>
349
                        </td>
374
                        </td>
350
                    #end
375
                    #end
351
 
376
 
352
                    #if($pob.getPayDate())
377
                    #if($pob.getPayDate())
353
                        <td style="background:lime;">
378
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i>
354
                          <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)"  >
355
                        </td>
380
                        </td>
356
                    #else
381
                    #else
357
                        <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 >
358
                        </td>
383
                        </td>
359
                    #end
384
                    #end
360
 
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
 
361
					<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>
362
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
401
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
363
                        #if($pob.getBillingStatus()>0) 
402
                        #if($pob.getBillingStatus()>0) 
364
                        <label> YES</label>
403
                        <label> YES</label>
365
                        #else
404
                        #else
366
                         <label>NO</label>
405
                         <label>NO</label>
367
                        #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 
368
 
430
 
369
                </tr>
431
                </tr>
370
                #end
432
                #end
371
 
433
 
372
            </tbody>
434
            </tbody>
Line 388... Line 450...
388
                    "bAutoWidth": false,
450
                    "bAutoWidth": false,
389
                    "scrollX": true,
451
                    "scrollX": true,
390
                  fixedColumns:   {
452
                  fixedColumns:   {
391
            leftColumns: 2
453
            leftColumns: 2
392
        },
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
                        ],
393
                   
490
                   
394
                });
491
                });
395
  
492
  
396
   
493
   
397
    
494