Subversion Repositories SmartDukaan

Rev

Rev 28615 | Rev 28947 | 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>
28615 amit.gupta 44
                <th>PO To Vendor Planed (Sunil)</th>
45
                <th>PO To Vendor Actual(Sunil)</th>
46
 
47
                <th>Briefing  Partner Planed (Sunil)</th>
48
                <th>Briefing  Partner Actual (Sunil)</th>
49
                <th>Deployment Planed(Sunil)</th>
50
                <th>Deployment Actual (Sunil)</th>
51
                <th>Final Pics Of OutLets Planed (Sunil)</th>
52
                <th>Final Pics Of OutLets AcualSunil)</th>
53
                <th>Final Pics Of OutLets (Sunil)</th>
28599 amit.gupta 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)
28700 amit.gupta 131
 
132
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
133
 
28599 amit.gupta 134
                        <td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
135
                                   value="$pob.getAgreedBrandFees()" ></td>
28700 amit.gupta 136
                       #else            
137
                             <td style="background:red;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
138
                                   value="$pob.getAgreedBrandFees()" ></td>    
139
                      #end  
28599 amit.gupta 140
                    #else
141
                        <td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
142
                    #end
143
                    #if($pob.getReceivedBrandFees()!= 0)
144
 
145
                        <td #if($pob.getReceivedBrandFees()< $pob.getAgreedBrandFees())style="background:red;" #else style="background:lime;" #end><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
146
                                   value="$pob.getReceivedBrandFees()"></td>
147
                    #else
148
                        <td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
149
                    #end
150
 
151
                     #if($pob.getFinalBrandFeesDate())
152
 
153
                        <td style="background:lime;"><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
154
                                   value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
155
                                   ></td>
156
                    #else
157
                        <td style="background:pink;"><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
158
                    #end
159
 
160
 
161
 
162
                    #if($pob.getInvestmentDate())
163
 
164
                        <td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
165
                                   value="$pob.getInvestmentDate().format($datehiphenFormatter)"
166
                                   ></td>
167
                    #else
168
                        <td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
169
                    #end
170
 
171
 
172
                     #if($pob.getLOI() && $pob.getLOI() != 0)
173
                        <td class="loiDesign docfile" style="background:lime;">
174
                            <input type="hidden" class="loiHidden" value="$pob.getLOI()">
175
                            <input type="file" class="loidoc" placeholder="LOI(SM)" disabled  value="$pob.getLOI()">
176
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
177
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
178
 
179
                        </td>
180
                      #else
181
 
182
                        <td class="loiDesign docfile" style="background:pink;">
183
                         <input type="hidden" class="loiHidden">
184
                        <input type="file" placeholder="LOI(SM)" disabled name="loi1">
185
                        </td>
186
                      #end
187
 
28610 amit.gupta 188
                    #if($pob.getKyc() && $pob.getKyc() != 0)
189
                        <td class="kycDesign docfile" style="background:lime;">
190
                            <input type="hidden" class="kychidden" value="$pob.getKyc()">
191
                            <input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
192
                                   value="$pob.getKyc()">
193
                            ##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
194
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
195
                             <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
196
 
197
                        </td>
198
                    #else
199
                        <td class="kycDesign docfile" style="background:pink;">
200
                            <input type="hidden">
201
                            <input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
202
                        </td>
203
                    #end
28599 amit.gupta 204
 
205
                    #if($pob.getCode() && $pob.getCode() != "")
206
                        <td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
207
                                   ></td>
208
                    #else
209
                        <td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
210
                    #end
211
 
212
                    #if($pob.getReceeActual())
213
                        <td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
214
                                   value="$pob.getReceePlaned().format($datehiphenFormatter)" >
215
                        </td>
216
                    #else
217
                        <td style="background:red;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1" value="$pob.getReceePlaned().format($datehiphenFormatter)">
218
                        </td>
219
                    #end
220
                   #if($pob.getReceeActual())
221
                        <td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
222
                                   value="$pob.getReceeActual().format($datehiphenFormatter)" >
223
                        </td>
224
                    #else
225
                        <td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
226
                        </td>
227
                    #end
228
                    #if($pob.getTwoDBoqdate() &&  $pob.getTwodBOQ() != 0)
229
                        <td style="background:lime;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
230
                                   value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)" >
231
                        </td>
232
                    #else
233
                        <td style="background:red;"><input type="date" id="TwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1" value="$pob.getTwoDBoqPlanedDate().format($datehiphenFormatter)">
234
                        </td>
235
                    #end
236
 
237
                     #if($pob.getTwoDBoqdate())
238
                        <td style="background:lime;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate (Kamini)" disabled name="ractual1"
239
                                   value="$pob.getTwoDBoqdate().format($datehiphenFormatter)" >
240
                        </td>
241
                    #else
242
                        <td style="background:pink;"><input type="date" id="actualTwoDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="ractual1">
243
                        </td>
244
                    #end
245
 
246
 
247
                     #if($pob.getTwodBOQ() &&  $pob.getTwodBOQ() != 0)
248
                        <td class="twoDBoq docfile" style="background:lime;">
249
                            <input type="hidden" class="twoDBoqHidden" value="$pob.getTwodBOQ()">
250
                            <input type="file" class="twoDBoqDoc" placeholder="2D with BOQ" disabled  value="$pob.getTwodBOQ()">
251
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getTwodBOQ()" class="download">Download Doc</a>
252
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
253
                      #else
254
                       <td class="twoDBoq docfile" style="background:pink;">
255
                         <input type="hidden">
256
                        <input type="file" placeholder="2D with BOQ" disabled name="3d1">
257
                        </td>
258
                      #end 
259
                        #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
260
                        <td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
261
                                   value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)" >
262
                        </td>
263
                    #else
264
                        <td style="background:red;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1" value="$pob.getThreeDBoqPlanedDate().format($datehiphenFormatter)">
265
                        </td>
266
                    #end
267
 
268
                    #if($pob.getThreeDBoqdate() )
269
                        <td style="background:lime;"><input type="date" id="threeDBoqdate" placeholder="3D Boqdate" disabled name="threeBOQDate1"
270
                                   value="$pob.getThreeDBoqdate().format($datehiphenFormatter)" >
271
                        </td>
272
                    #else
273
                        <td style="background:pink;"><input type="date" id="threeDBoqdate" placeholder="Two D Boqdate(Kamini)" disabled name="threeBOQDate1">
274
                        </td>
275
                    #end
276
 
277
                     #if($pob.getThreeDBoq() && $pob.getThreeDBoq() !=0 )
278
                        <td class="threeDBoq docfile" style="background:lime;">
279
                            <input type="hidden" class="threeDBoqHidden" value="$pob.getThreeDBoq()">
280
                            <input type="file" class="threeDBoqDoc" placeholder="3D with BOQ" disabled  value="$pob.getThreeDBoq()">
281
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getThreeDBoq()" class="download">Download Doc</a>
282
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
283
                      #else
284
                       <td class="threeDBoq docfile" style="background:pink;">
285
                         <input type="hidden">
286
                        <input type="file" placeholder="3D with BOQ" disabled name="3d1">
287
                        </td>
288
                      #end 
289
 
290
 
291
 
292
                      #if($pob.getPoVendor() && $pob.getPoVendor() !=0)
293
                        <td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
294
                                   value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)" >
295
                        </td>
296
                    #else
297
                        <td style="background:red;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" value="$pob.getPoVenderPlanedDate().format($datehiphenFormatter)">
298
                        </td>
299
                    #end
300
 
301
                     #if($pob.getPoVenderDate())
302
                        <td style="background:lime;"><input type="date" id="poVenderDate" placeholder="PO Vender Date" disabled name="poVenderDate1"
303
                                   value="$pob.getPoVenderDate().format($datehiphenFormatter)" >
304
                        </td>
305
                    #else
306
                        <td style="background:pink;"><input type="date" id="poVenderDate" placeholder="po Vender" disabled name="poVenderDate1" >
307
                        </td>
308
                    #end
309
 
28615 amit.gupta 310
 
28599 amit.gupta 311
 
312
                      #if($pob.getBriefingPartner())
313
                        <td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
314
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
315
                        </td>
316
                    #else
317
                        <td style="background:red;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
318
                        </td>
319
                    #end
320
 
321
                    #if($pob.getBriefingPartner())
322
                        <td style="background:lime;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
323
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
324
                        </td>
325
                    #else
326
                        <td style="background:pink;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
327
                        </td>
328
                    #end
329
 
330
                      #if($pob.getDeploymentDate())
331
                        <td style="background:lime;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
332
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
333
                        </td>
334
                    #else
335
                        <td style="background:red;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
336
                        </td>
337
                    #end
338
 
339
 
340
                    #if($pob.getDeploymentDate())
341
                        <td style="background:lime;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
342
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
343
                        </td>
344
                    #else
345
                        <td style="background:pink;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
346
                        </td>
347
                    #end 
348
 
349
 
350
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
351
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
352
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
353
                        </td>
354
                    #else
355
                        <td style="background:red;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
356
                        </td>
357
                    #end
358
 
359
                    #if($pob.getFinalPicsOutletDate())
360
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
361
                                   value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" >
362
                        </td>
363
                    #else
364
                        <td style="background:pink;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" >
365
                        </td>
366
                    #end
367
 
368
                      #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
369
                        <td class="finalPics docfile" style="background:lime;">
370
                            <input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()">
371
                            <input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled  value="$pob.getFinalPicsOutlet()">
372
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a>
373
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
374
                      #else
375
                       <td class="finalPics docfile" style="background:pink;">
376
                         <input type="hidden">
377
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
378
                        </td>
379
                      #end  
380
 
381
                     #if($pob.getNocDate())
382
                        <td style="background:lime;"><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
383
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
384
                        </td>
385
                    #else
386
                        <td style="background:pink;"><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
387
                        </td>
388
                    #end
389
 
390
                     #if($pob.getNoc() && $pob.getNoc() != 0)
391
                        <td class="noc docfile" style="background:lime;">
392
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
393
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
394
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
395
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
396
                      #else
397
                       <td class="noc docfile" style="background:pink;">
398
                         <input type="hidden">
399
                        <input type="file" placeholder="Noc File" disabled name="noc1">
400
                        </td>
401
                      #end
402
 
403
 
404
 
405
 
406
                </tr>
407
                #end
408
 
409
            </tbody>
410
 
411
        </table>
412
    </div>
413
</section>
414
 
415
<script>
416
 
417
        var dtable = $('#OnboardingDesignCompleted').DataTable(
418
                {
419
 
420
                    "bPaginate": true,
421
                    "bLengthChange": true,
422
                    "bFilter": true,
423
                    "bInfo": false,
424
                    "bAutoWidth": false,
425
                    "scrollX": true,
426
 
427
                   fixedColumns:   {
428
            leftColumns: 2
429
        },
430
                });
431
 
432
 
433
 
434
    </script>