Subversion Repositories SmartDukaan

Rev

Rev 28599 | Rev 28613 | 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</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</li>
10
            </ol>
11
        </div>
12
    </div>
13
    <div class="col-lg-12">
14
        <table class="table table-border table-condensed table-bordered" id="OnboardingDesign" 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
 
28610 amit.gupta 24
                <th>Phone </br>Number(SM)</th>
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
 
31
                <th>Inauguration Date(SM)</th>
32
                <th>LOI(legal)</th>
28610 amit.gupta 33
                <th>Kyc</th>
28599 amit.gupta 34
                <th>Code(legal)</th>
35
                <th>Recee </br> Planed(Sunil)</th>
36
                <th>Recee  </br> Actual(Sunil)</th>
37
                <th>2D with BOQ Planed(Sunil)</th>
38
                <th>2D with BOQ Actual(Sunil)</th>
39
                <th>2D with BOQ(Sunil)</th>
40
                <th>3D with BOQ Planed (Sunil)</th>
41
                <th>3D with BOQ Actual (Sunil)</th>
42
                <th>3D with BOQ (Sunil)</th>
43
                <th>PO To Vendor Planed(Sunil)</th>
44
                <th>PO To Vendor Actual(Sunil)</th>
45
                <th>PO To Vendor Doc(Sunil)</th>
46
                <th>Briefing  Partner Date(Sunil)</th>
47
                <th>Briefing  Partner Actual Date (Sunil)</th>
48
                <th>Deployment Planed (Sunil)</th>
49
                <th>Deployment Actual (Sunil)</th>
50
                <th>Final Pics Of OutLets Planed(Sunil)</th>
51
                <th>Final Pics Of OutLets Actual(Sunil)</th>
52
                <th>Final Pics Of OutLets(Sunil)</th>
53
                <th>NOC Actual(Sunil)</th>
54
                 <th>NOC (Sunil)</th>
55
                <th>Submit</th>
56
                 <th>Designing Done</th>
57
            </tr>
58
            </thead>
59
            <tbody>
60
                #foreach($pob in $partnerOnBoardingPanel )
61
                <tr>
62
                   #parse("partner-onboarding-design-row-index.vm")
63
 
64
                </tr>
65
                #end
66
 
67
            </tbody>
68
 
69
        </table>
70
    </div>
71
</section>
72
 
73
 
74
<script type="text/javascript">
75
 
76
    $(document).ready(function () {
77
 
78
 
79
 
80
      var dtable = $('#OnboardingDesign').DataTable({
81
             "scrollX": true,
82
            "scrollY": "518px",
83
            scrollCollapse: true,
84
              "fixedHeader": true,
85
 
86
        fixedColumns:   {
87
            leftColumns: 2
88
        },
89
 
90
          "columnDefs": [
91
                   { "targets": 1, "orderDataType":  "dom-text", "type":"string" },
92
                   { "targets": 2, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
93
 
94
                   { "targets": 3, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
95
                   { "targets": 4, "orderDataType": "dom-text-numeric", "type":"number"},
96
                  { "targets": 5, "orderDataType": "dom-text", "type": "string" },
97
                  { "targets": 6, "orderDataType": "dom-text", "type": "string" },
98
                  { "targets": 7, "orderDataType": "dom-text", "type": "string" },
99
                  { "targets": 8, "orderDataType": "dom-text", "type": "string" },
100
 
101
                  { "targets": 9, "orderDataType": "dom-text-numeric", "type":"number"},
102
 
103
                  { "targets": 10, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
104
 
105
                  { "targets": 12, "orderDataType": "dom-text", "type": "string" },
106
                  { "targets": 13, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
107
                  { "targets": 14, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
108
                     { "targets": 15, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
109
                       { "targets": 16, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
110
 
111
 
112
                  { "targets": 18, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
113
                  { "targets": 19, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
114
 
115
                  { "targets": 21, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
116
                  { "targets": 22,"orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
117
                 { "targets": 23, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
118
 
119
 
120
                  { "targets": 24, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
121
                 { "targets": 25, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
122
                 { "targets": 26, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
123
                { "targets": 27, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
124
                  { "targets": 28, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
125
                { "targets": 29, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
126
                 { "targets": 31, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" }
127
 
128
                        ], 
129
 
130
     });   
131
    });
132
 
133
 
134
</script>
135
 
136
 
137
<style>
138
</style>