Subversion Repositories SmartDukaan

Rev

Rev 28610 | Rev 28700 | 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)
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
 
28615 amit.gupta 304
 
28599 amit.gupta 305
 
306
                      #if($pob.getBriefingPartner())
307
                        <td style="background:lime;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1"
308
                                   value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)" >
309
                        </td>
310
                    #else
311
                        <td style="background:red;"><input type="date" id="briefingPartnerPlanedDate" placeholder="Briefing Partner Planed" disabled name="briefingPartnerPlanedDate1" value="$pob.getBriefingPartnerPlaned().format($datehiphenFormatter)">
312
                        </td>
313
                    #end
314
 
315
                    #if($pob.getBriefingPartner())
316
                        <td style="background:lime;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1"
317
                                   value="$pob.getBriefingPartner().format($datehiphenFormatter)" >
318
                        </td>
319
                    #else
320
                        <td style="background:pink;"><input type="date" id="briefingPartner" placeholder="Briefing Partner" disabled name="briefPartner1">
321
                        </td>
322
                    #end
323
 
324
                      #if($pob.getDeploymentDate())
325
                        <td style="background:lime;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
326
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
327
                        </td>
328
                    #else
329
                        <td style="background:red;"><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
330
                        </td>
331
                    #end
332
 
333
 
334
                    #if($pob.getDeploymentDate())
335
                        <td style="background:lime;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1"
336
                                   value="$pob.getDeploymentDate().format($datehiphenFormatter)" >
337
                        </td>
338
                    #else
339
                        <td style="background:pink;"><input type="date" id="deploymentActualDate" placeholder="Deployment Actual Date" disabled name="deploymentPlanedDate1">
340
                        </td>
341
                    #end 
342
 
343
 
344
                     #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
345
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
346
                                   value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)" >
347
                        </td>
348
                    #else
349
                        <td style="background:red;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" value="$pob.getFinalPicsOutletPlanedDate().format($datehiphenFormatter)">
350
                        </td>
351
                    #end
352
 
353
                    #if($pob.getFinalPicsOutletDate())
354
                        <td style="background:lime;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets"
355
                                   value="$pob.getFinalPicsOutletDate().format($datehiphenFormatter)" >
356
                        </td>
357
                    #else
358
                        <td style="background:pink;"><input type="date" id="finalPicsOutLetsDate" placeholder="Final Pics OutLets" disabled name="FinalPicsOutLets" >
359
                        </td>
360
                    #end
361
 
362
                      #if($pob.getFinalPicsOutlet() && $pob.getFinalPicsOutlet() != 0)
363
                        <td class="finalPics docfile" style="background:lime;">
364
                            <input type="hidden" class="finalPicsHidden" value="$pob.getFinalPicsOutlet()">
365
                            <input type="file" class="finalPicsDoc" placeholder="Final Pics" disabled  value="$pob.getFinalPicsOutlet()">
366
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getFinalPicsOutlet()" class="download">Download Doc</a>
367
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
368
                      #else
369
                       <td class="finalPics docfile" style="background:pink;">
370
                         <input type="hidden">
371
                        <input type="file" placeholder="finalPics Vendor" disabled name="finalPics1">
372
                        </td>
373
                      #end  
374
 
375
                     #if($pob.getNocDate())
376
                        <td style="background:lime;"><input type="date" id="nocDate" placeholder="NOC" disabled name="noc1"
377
                                   value="$pob.getNocDate().format($datehiphenFormatter)" >
378
                        </td>
379
                    #else
380
                        <td style="background:pink;"><input type="date" id="noc" placeholder="NOC" disabled name="noc1">
381
                        </td>
382
                    #end
383
 
384
                     #if($pob.getNoc() && $pob.getNoc() != 0)
385
                        <td class="noc docfile" style="background:lime;">
386
                            <input type="hidden" class="nocDocHiddend" value="$pob.getNoc()">
387
                            <input type="file" class="nocDoc" placeholder="NOC Docs" disabled  value="$pob.getNoc()">
388
                            <a href="${rc.contextPath}/download-attachment?documentId=$pob.getNoc()" class="download">Download Doc</a>
389
                       <a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
390
                      #else
391
                       <td class="noc docfile" style="background:pink;">
392
                         <input type="hidden">
393
                        <input type="file" placeholder="Noc File" disabled name="noc1">
394
                        </td>
395
                      #end
396
 
397
 
398
 
399
 
400
                </tr>
401
                #end
402
 
403
            </tbody>
404
 
405
        </table>
406
    </div>
407
</section>
408
 
409
<script>
410
 
411
        var dtable = $('#OnboardingDesignCompleted').DataTable(
412
                {
413
 
414
                    "bPaginate": true,
415
                    "bLengthChange": true,
416
                    "bFilter": true,
417
                    "bInfo": false,
418
                    "bAutoWidth": false,
419
                    "scrollX": true,
420
 
421
                   fixedColumns:   {
422
            leftColumns: 2
423
        },
424
                });
425
 
426
 
427
 
428
    </script>