Subversion Repositories SmartDukaan

Rev

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