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</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</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="oboardingopen" 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
94
 
28599 amit.gupta 95
 
28610 amit.gupta 96
 
28599 amit.gupta 97
 
27799 tejbeer 98
                    #if($pob.getCity() && $pob.getCity() != "")
99
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
100
                    #else
101
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
102
                    #end
103
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
104
                        <td style="background:lime;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"
105
                                   value="$pob.getStateHead()"></td>
106
                    #else
107
                        <td style="background:pink;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
108
                    #end
109
                    #if($pob.getBDM() && $pob.getBDM() != "")
110
                        <td style="background:lime;"><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
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">
127
                        </td>
128
                    #end
129
                    #if($pob.getAgreedBrandFees() != 0)
130
                        <td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
131
                                   value="$pob.getAgreedBrandFees()" ></td>
132
                    #else
133
                        <td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
134
                    #end
135
 
136
                    #if($pob.getReceivedBrandFees()!= 0)
137
 
138
                        <td style="background:lime;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
139
                                   value="$pob.getReceivedBrandFees()"></td>
140
                    #else
141
                        <td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
142
                    #end
143
 
144
                    #if($pob.getPendingPics()  && $pob.getPendingPics() != 0)
145
                        <td class="pendingpics docfile" style="background:lime">
146
                            <input type="hidden" class="pendpicshidden" value="$pob.getPendingPics()">
147
                            <input type="file" class="pendpics" placeholder="pending Pics(SM)" disabled name="pendpics1"
148
                                   value="$pob.getPendingPics()"/>
149
                            ##<button type="button" class="btn btn-primary download-pending-file" data-docpid="$pob.getPendingPics()" data-id="$pob.getId()">Download Document</button>
150
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPendingPics()">Download
151
                                Doc</a>
152
 
153
 
154
                        </td>
155
                    #else
156
                        <td class="pendingpics docfile" style="background:pink;">
157
                            <input type="hidden">
158
                            <input type="file" placeholder="Pending Pics(SM)" disabled name="pendpics1">
159
                        </td>
160
                    #end
161
                    #if($pob.getAgreedWallet()!= 0)
162
                        <td style="background:lime;"><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
163
                                   value="$pob.getAgreedWallet()" ></td>
164
                    #else
165
                        <td style="background:pink;"><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
166
                    #end
167
 
168
                    #if($pob.getInvestmentDate())
169
 
170
                        <td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
171
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
172
                                   ></td>
173
                    #else
174
                        <td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
175
                    #end
176
                    #if($pob.getKyc() && $pob.getKyc() != 0)
177
                        <td class="kyc docfile" style="background:lime;">
178
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
179
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
180
                                   value="$pob.getKyc()">
181
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
182
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()">Download Doc</a>
183
 
184
                        </td>
185
                    #else
186
                        <td class="kyc docfile" style="background:pink;">
187
                            <input type="hidden">
188
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
189
                        </td>
190
                    #end
191
 
192
                    #if($pob.getAadharDoc()  && $pob.getAadharDoc() != 0)
193
                        <td class="aadhar docfile" style="background:lime;">
194
                            <input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
195
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
196
                                   value="$pob.getAadharDoc()">
197
                             <a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()">Download
198
                                Doc</a>
199
 
200
                        </td>
201
                    #else
202
                        <td class="aadhar docfile" style="background:pink;">
203
                            <input type="hidden">
204
                            <input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
205
                        </td>
206
                    #end
207
                    #if($pob.getPanDoc() && $pob.getPanDoc() != 0)
208
                        <td class="pan docfile" style="background:lime;">
209
                            <input type="hidden" class="panhidden" value="$pob.getPanDoc()">
210
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
211
                                   value="$pob.getPanDoc()">
212
                        ##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
213
                        <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()">Download Doc</a>
214
 
215
                        </td>
216
                    #else
217
                        <td class="pan docfile" style="background:pink;">
218
                            <input type="hidden">
219
                            <input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
220
                        </td>
221
                    #end
222
                    #if($pob.getGstdoc()  && $pob.getGstdoc() != 0)
223
                        <td class="gst docfile" style="background:lime;">
224
                            <input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
225
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
226
                                   value="$pob.getGstdoc()">
227
                            ##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
228
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()">Download Doc</a>
229
 
230
                        </td>
231
                    #else
232
                        <td class="gst docfile" style="background:pink;">
233
                            <input type="hidden">
234
                            <input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
235
                        </td>
236
                    #end
237
                    #if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
238
 
239
                        <td class="cancheque docfile" style="background:lime;">
240
                            <input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
241
                           <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
242
                            value="$pob.getCancelCheque()">
243
                            ##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
244
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()">Download
245
                                Doc</a>
246
 
247
                        </td>
248
 
249
                    #else
250
                        <td class="cancheque docfile" style="background:pink;">
251
                            <input type="hidden">
252
                            <input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
253
                                   name="cancheque1">
254
                        </td>
255
                    #end
256
                     #if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
257
                        <td class="rent docfile" style="background:lime;">
258
                            <input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
259
                            <input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
260
                                   value="$pob.getRentAgreement()">
261
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()">Download Doc</a>
262
                        </td>
263
                      #else
264
 
265
                        <td class="rent docfile" style="background:pink;">
266
                        <input type="hidden">
267
                        <input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
268
                        </td>
269
                    #end
270
 
271
                     #if($pob.getLOI() && $pob.getLOI() != 0)
272
                        <td class="loi docfile" style="background:lime;">
273
                            <input type="hidden" class="loihidden" value="$pob.getLOI()">
274
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
275
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()">Download Doc</a>
276
                        </td>
277
                      #else
278
 
279
                        <td class="loi docfile" style="background:pink;">
280
                         <input type="hidden">
281
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
282
                        </td>
283
                    #end
284
 
285
 
286
 
287
                    #if($pob.getCode() && $pob.getCode() != "")
288
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
289
                                   ></td>
290
                    #else
291
                        <td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
292
                    #end
293
                    #if($pob.getReceePlaned())
294
                        <td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
295
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
296
                        </td>
297
                    #else
298
                        <td style="background:pink;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1">
299
                        </td>
300
                    #end
301
                    #if($pob.getReceeActual())
302
                        <td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
303
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
304
                        </td>
305
                    #else
306
                        <td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
307
                        </td>
308
                    #end
309
 
310
                    #if($pob.getDesigningPlaned())
311
                        <td style="background:lime;"><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
312
                                   name="dplaned1"
313
                                   value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
314
                    #else
315
                        <td style="background:pink;"><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
316
                                   name="dplaned1">
317
                        </td>
318
                    #end
319
                    #if($pob.getDesigningActual())
320
                        <td style="background:lime;"><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
321
                                   name="dactual1"
322
                                   value="$pob.getDesigningActual().format($datehiphenFormatter)"></td>
323
                    #else
324
                        <td style="background:pink;"><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
325
                                   name="dactual1">
326
                        </td>
327
                    #end
328
                    #if($pob.getStockPayment()!= 0)
329
                        <td style="background:lime;"><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
330
                                   value="$pob.getStockPayment()"></td>
331
                    #else
332
                        <td style="background:pink;"><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
333
                    #end
334
 
335
 
336
 
337
                     #if($pob.getExpectedDate())
338
                        <td style="background:lime;"><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled  value="$pob.getExpectedDate().format($datehiphenFormatter)" >
339
                        </td>
340
                    #else
341
                        <td style="background:pink;"><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
342
                        </td>
343
                    #end
344
 
345
                    #if($pob.getPayDate())
346
                        <td style="background:lime;">
347
                          <input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled  value="$pob.getPayDate().format($datehiphenFormatter)"  >
348
                        </td>
349
                    #else
350
                        <td style="background:pink;"><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
351
                        </td>
352
                    #end
353
 
354
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
355
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
356
                        #if($pob.getBillingStatus()>0) 
357
                        <label> YES</label>
358
                        #else
359
                         <label>NO</label>
360
                        #end 
361
 
362
                </tr>
363
                #end
364
 
365
            </tbody>
366
 
367
        </table>
368
    </div>
369
 
370
    </section>
371
 
372
    <script>
373
 
374
        var dtable = $('#oboardingopen').DataTable(
375
                {
376
 
377
                    "bPaginate": true,
378
                    "bLengthChange": true,
379
                    "bFilter": true,
380
                    "bInfo": false,
381
                    "bAutoWidth": false,
382
                    "scrollX": true,
28599 amit.gupta 383
                  fixedColumns:   {
384
            leftColumns: 2
385
        },
27799 tejbeer 386
 
387
                });
388
 
389
 
390
 
391
    </script>