Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
28599 amit.gupta 1
<link href="https://cdn.datatables.net/fixedcolumns/3.3.0/css/fixedColumns.bootstrap.css" rel="stylesheet"/>
2
 
3
<section class="wrapper">
4
    <div class="row">
5
        <div class="col-lg-12">
6
            <h3 class="page-header"><i class="icon_document_alt"></i>DESIGN TAT COMPLETED</h3>
7
            <ol class="breadcrumb">
8
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
9
                <li><i class="icon_document_alt"></i>Design TAT Completed</li>
10
            </ol>
11
        </div>
12
    </div>
13
    <div class="col-lg-12">
14
        <table class="table table-border table-condensed table-bordered" id="OnboardingDesignCompleted" style="width:100%">
15
 
16
            <thead class="row htable" style="background:#F5F5F5;">
17
 
18
            <tr style="color:black;">
19
                <th>Id</th>
20
                <th>Outlet Name(SM)</th>
21
                <th>Created On</th>
22
                <th>Acquired Date()</th>
23
                <th>Outlet Name(SM)</th>
24
                <th>Phone Number(SM)</th>
28610 amit.gupta 25
 
28599 amit.gupta 26
                <th>City (SM)</th>
27
                <th>State Head(SM)</th>
28
                <th>BDM (SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
30
                <th>Received Brand fees(SM)</th>
31
                <th>Final Brand fees(SM)</th>
32
                <th>Inauguration Date(SM)</th>
33
                <th>LOI(legal)</th>
28610 amit.gupta 34
                <th>Kyc(SM)</th>
28599 amit.gupta 35
                <th>Code(legal)</th>
36
                <th>Recee Planed(Sunil)</th>
37
                <th>Recee Actual(Sunil)</th>
38
                <th>2D with BOQ Planed(Sunil)</th>
39
                <th>2D with BOQ Actual(Sunil)</th>
40
                <th>2D with BOQ(Sunil)</th>
41
                <th>3D with BOQ Planed (Sunil)</th>
42
                <th>3D with BOQ Actual (Sunil)</th>
43
                <th>3D with BOQ (Sunil)</th>
44
                <th>PO Vendor Planed Date (Sunil)</th>
45
                <th>PO Vendor Date (Sunil)</th>
46
                <th>PO Vendor (Sunil)</th>
47
                <th>Briefing  Partner Planed Date (Sunil)</th>
48
                <th>Briefing  Partner Actual Date (Sunil)</th>
49
                <th>Deployment Planed Date (Sunil)</th>
50
                <th>Deployment Actual Date (Sunil)</th>
51
                <th>Final Pics OutLets Planed Date (Sunil)</th>
52
                <th>Final Pics OutLets Date (Sunil)</th>
53
                <th>Final Pics OutLets (Sunil)</th>
54
                <th>NOC Date(Sunil)</th>
55
                 <th>NOC (Sunil)</th>
28610 amit.gupta 56
 
28599 amit.gupta 57
 
58
            </tr>
59
            </thead>
60
            <tbody>
61
                #foreach($pob in $user )
62
                <tr>
63
 
64
                    #if($pob.getId())
65
                        <td style="background:#87cefa;">$pob.getId()</td>
66
                    #else
67
                        <td>$pob.getId()</td>
68
                    #end
69
 
70
                      #if($pob.getOutLetName() && $pob.getOutLetName() != "")
71
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
72
                                   disabled></td>
73
                    #else
74
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
75
                    #end
76
 
77
                    #if($pob.getCreatedTimestamp())
78
                        <td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
79
                        #else
80
                        <td style="background:pink;">
81
                        </td>
82
                     #end 
83
 
84
 
85
                    #if($pob.getAcquiredDate())
86
                        <td style="background:lime;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
87
                                   name="acquireddate"
88
                                   value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
89
                    #else
90
                        <td style="background:pink;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
91
                                   name="acquireddate">
92
                        </td>
93
                    #end 
94
 
95
                    #if($pob.getOutLetName() && $pob.getOutLetName() != "")
96
                        <td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
97
                                   disabled></td>
98
                    #else
99
                        <td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
100
                    #end
101
 
102
                    #if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
103
                        <td style="background:lime;">
104
                        <input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
105
                                   name="phonenumber1"
106
                                   disabled ></td>
107
                    #else
108
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
109
                    #end
110
 
28610 amit.gupta 111
 
28599 amit.gupta 112
 
113
                    #if($pob.getCity() && $pob.getCity() != "")
114
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
115
                    #else
116
                        <td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
117
                    #end
118
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
119
                        <td style="background:lime;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"
120
                                   value="$pob.getStateHead()"></td>
121
                    #else
122
                        <td style="background:pink;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
123
                    #end
124
                    #if($pob.getBDM() && $pob.getBDM() != "")
125
                        <td style="background:lime;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
126
                    #else
127
                        <td style="background:pink;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
128
                    #end
129
 
130
                    #if($pob.getAgreedBrandFees() != 0)
131
                        <td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
132
                                   value="$pob.getAgreedBrandFees()" ></td>
133
                    #else
134
                        <td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
135
                    #end
136
 
137
                    #if($pob.getReceivedBrandFees()!= 0)
138
 
139
                        <td #if($pob.getReceivedBrandFees()< $pob.getAgreedBrandFees())style="background:red;" #else style="background:lime;" #end><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
140
                                   value="$pob.getReceivedBrandFees()"></td>
141
                    #else
142
                        <td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
143
                    #end
144
 
145
                     #if($pob.getFinalBrandFeesDate())
146
 
147
                        <td style="background:lime;"><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
148
                                   value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
149
                                   ></td>
150
                    #else
151
                        <td style="background:pink;"><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
152
                    #end
153
 
154
 
155
 
156
                    #if($pob.getInvestmentDate())
157
 
158
                        <td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
159
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
160
                                   ></td>
161
                    #else
162
                        <td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
163
                    #end
164
 
165
 
166
                     #if($pob.getLOI() && $pob.getLOI() != 0)
167
                        <td class="loiDesign docfile" style="background:lime;">
168
                            <input type="hidden" class="loiHidden" value="$pob.getLOI()">
169
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
170
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
171
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
172
 
173
                        </td>
174
                      #else
175
 
176
                        <td class="loiDesign docfile" style="background:pink;">
177
                         <input type="hidden" class="loiHidden">
178
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
179
                        </td>
180
                      #end
181
 
28610 amit.gupta 182
                    #if($pob.getKyc() && $pob.getKyc() != 0)
183
                        <td class="kycDesign docfile" style="background:lime;">
184
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
185
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
186
                                   value="$pob.getKyc()">
187
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
188
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
189
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
190
 
191
                        </td>
192
                    #else
193
                        <td class="kycDesign docfile" style="background:pink;">
194
                            <input type="hidden">
195
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
196
                        </td>
197
                    #end
28599 amit.gupta 198
 
199
                    #if($pob.getCode() && $pob.getCode() != "")
200
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
201
                                   ></td>
202
                    #else
203
                        <td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
204
                    #end
205
 
206
                    #if($pob.getReceeActual())
207
                        <td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
208
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
209
                        </td>
210
                    #else
211
                        <td style="background:red;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1" value="$pob.getReceePlaned().format($datehiphenFormatter)">
212
                        </td>
213
                    #end
214
                   #if($pob.getReceeActual())
215
                        <td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
216
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
217
                        </td>
218
                    #else
219
                        <td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
220
                        </td>
221
                    #end
222
                    #if($pob.getTwoDBoqdate() &&  $pob.getTwodBOQ() != 0)
223
                        <td style="background:lime;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
224
                                   value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
225
                        </td>
226
                    #else
227
                        <td style="background:red;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1" value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
228
                        </td>
229
                    #end
230
 
231
                     #if($pob.getTwoDBoqdate())
232
                        <td style="background:lime;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
233
                                   value="$pob.getTwoDBoqdate().format($datehiphenFormatter)" >
234
                        </td>
235
                    #else
236
                        <td style="background:pink;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1">
237
                        </td>
238
                    #end
239
 
240
 
241
                     #if($pob.getTwodBOQ() &&  $pob.getTwodBOQ() != 0)
242
                        <td class="twoDBoq docfile" style="background:lime;">
243
                            <input type="hidden" class="twoDBoqHidden" value="$pob.getTwodBOQ()">
244
                            <input type="file" class="twoDBoqDoc" placeholder="2D with BOQ" disabled  value="$pob.getTwodBOQ()">
245
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getTwodBOQ()" class="download">Download Doc</a>
246
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
247
                      #else
248
                       <td class="twoDBoq docfile" style="background:pink;">
249
                         <input type="hidden">
250
                        <input type="file" placeholder="2D with BOQ" disabled name="3d1">
251
                        </td>
252
                      #end 
253
                        #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
254
                        <td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
255
                                   value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
256
                        </td>
257
                    #else
258
                        <td style="background:red;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1" value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
259
                        </td>
260
                    #end
261
 
262
                    #if($pob.getThreeDBoqdate() )
263
                        <td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
264
                                   value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
265
                        </td>
266
                    #else
267
                        <td style="background:pink;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1">
268
                        </td>
269
                    #end
270
 
271
                     #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
272
                        <td class="threeDBoq docfile" style="background:lime;">
273
                            <input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
274
                            <input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled  value="$pob.getThreeDBoq()">
275
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
276
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
277
                      #else
278
                       <td class="threeDBoq docfile" style="background:pink;">
279
                         <input type="hidden">
280
                        <input type="file" placeholder="3D with BOQ" disabled name="3d1">
281
                        </td>
282
                      #end 
283
 
284
 
285
 
286
                      #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
287
                        <td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
288
                                   value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
289
                        </td>
290
                    #else
291
                        <td style="background:red;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
292
                        </td>
293
                    #end
294
 
295
                     #if($pob.getPoVenderDate())
296
                        <td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
297
                                   value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
298
                        </td>
299
                    #else
300
                        <td style="background:pink;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" >
301
                        </td>
302
                    #end
303
 
304
                     #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
305
                        <td class="poVendor docfile" style="background:lime;">
306
                            <input type="hidden" class="poVendorHidden" value="$pob.getPoVendor()">
307
                            <input type="file" class="poVendorDoc" placeholder="PO Vendor" disabled  value="$pob.getPoVendor()">
308
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getPoVendor()" class="download">Download Doc</a>
309
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
310
                      #else
311
                       <td class="poVendor docfile" style="background:pink;">
312
                         <input type="hidden">
313
                        <input type="file" placeholder="PO Vendor" disabled name="poVender1">
314
                        </td>
315
                      #end 
316
 
317
                      #if($pob.getBriefingPartner())
318
                        <td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
319
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
320
                        </td>
321
                    #else
322
                        <td style="background:red;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
323
                        </td>
324
                    #end
325
 
326
                    #if($pob.getBriefingPartner())
327
                        <td style="background:lime;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
328
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
329
                        </td>
330
                    #else
331
                        <td style="background:pink;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
332
                        </td>
333
                    #end
334
 
335
                      #if($pob.getDeploymentDate())
336
                        <td style="background:lime;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
337
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
338
                        </td>
339
                    #else
340
                        <td style="background:red;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
341
                        </td>
342
                    #end
343
 
344
 
345
                    #if($pob.getDeploymentDate())
346
                        <td style="background:lime;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
347
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
348
                        </td>
349
                    #else
350
                        <td style="background:pink;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
351
                        </td>
352
                    #end 
353
 
354
 
355
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
356
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
357
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
358
                        </td>
359
                    #else
360
                        <td style="background:red;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
361
                        </td>
362
                    #end
363
 
364
                    #if($pob.getFinalPicsOutletDate())
365
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
366
                                   value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" >
367
                        </td>
368
                    #else
369
                        <td style="background:pink;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" >
370
                        </td>
371
                    #end
372
 
373
                      #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
374
                        <td class="finalPics docfile" style="background:lime;">
375
                            <input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()">
376
                            <input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled  value="$pob.getFinalPicsOutlet()">
377
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a>
378
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
379
                      #else
380
                       <td class="finalPics docfile" style="background:pink;">
381
                         <input type="hidden">
382
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
383
                        </td>
384
                      #end  
385
 
386
                     #if($pob.getNocDate())
387
                        <td style="background:lime;"><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
388
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
389
                        </td>
390
                    #else
391
                        <td style="background:pink;"><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
392
                        </td>
393
                    #end
394
 
395
                     #if($pob.getNoc() && $pob.getNoc() != 0)
396
                        <td class="noc docfile" style="background:lime;">
397
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
398
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
399
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
400
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
401
                      #else
402
                       <td class="noc docfile" style="background:pink;">
403
                         <input type="hidden">
404
                        <input type="file" placeholder="Noc File" disabled name="noc1">
405
                        </td>
406
                      #end
407
 
408
 
409
 
410
 
411
                </tr>
412
                #end
413
 
414
            </tbody>
415
 
416
        </table>
417
    </div>
418
</section>
419
 
420
<script>
421
 
422
        var dtable = $('#OnboardingDesignCompleted').DataTable(
423
                {
424
 
425
                    "bPaginate": true,
426
                    "bLengthChange": true,
427
                    "bFilter": true,
428
                    "bInfo": false,
429
                    "bAutoWidth": false,
430
                    "scrollX": true,
431
 
432
                   fixedColumns:   {
433
            leftColumns: 2
434
        },
435
                });
436
 
437
 
438
 
439
    </script>