Subversion Repositories SmartDukaan

Rev

Rev 28599 | Rev 28700 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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