Subversion Repositories SmartDukaan

Rev

Rev 28613 | Rev 28847 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<link href="https://cdn.datatables.net/fixedcolumns/3.3.0/css/fixedColumns.bootstrap.css" rel="stylesheet"/>

<section class="wrapper">
    <div class="row">
        <div class="col-lg-12">
            <h3 class="page-header"><i class="icon_document_alt"></i>DESIGN TAT</h3>
            <ol class="breadcrumb">
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
                <li><i class="icon_document_alt"></i>Design TAT</li>
            </ol>
        </div>
    </div>
    <div class="col-lg-12">
        <table class="table table-border table-condensed table-bordered" id="OnboardingDesign" style="width:100%">

            <thead class="row htable" style="background:#F5F5F5;">

            <tr style="color:black;">
                <th>Id</th>
                <th>Outlet Name(SM)</th>
                <th>Created On</th>
                <th>Acquired Date()</th>
                
                <th>Phone </br>Number(SM)</th>
                
                <th>City (SM)</th>
                <th>State Head(SM)</th>
                <th>BDM (SM)</th>
                <th>Agreed Brand fees(SM)</th>
          
                <th>Inauguration Date(SM)</th>
                <th>LOI(legal)</th>
                <th>Kyc</th>
                <th>Code(legal)</th>
                <th>Recee </br> Planed(Sunil)</th>
                <th>Recee  </br> Actual(Sunil)</th>
                <th>2D with BOQ Planed(Sunil)</th>
                <th>2D with BOQ Actual(Sunil)</th>
                <th>2D with BOQ(Sunil)</th>
                <th>3D with BOQ Planed (Sunil)</th>
                <th>3D with BOQ Actual (Sunil)</th>
                <th>3D with BOQ (Sunil)</th>
                <th>PO To Vendor Planed(Sunil)</th>
                <th>PO To Vendor Actual(Sunil)</th>
                
                <th>Briefing  Partner Date(Sunil)</th>
                <th>Briefing  Partner Actual Date (Sunil)</th>
                <th>Deployment Planed (Sunil)</th>
                <th>Deployment Actual (Sunil)</th>
                <th>Final Pics Of OutLets Planed(Sunil)</th>
                <th>Final Pics Of OutLets Actual(Sunil)</th>
                <th>Final Pics Of OutLets(Sunil)</th>
                <th>NOC Actual(Sunil)</th>
                 <th>NOC (Sunil)</th>
                <th>Submit</th>
                 <th>Designing Done</th>
            </tr>
            </thead>
            <tbody>
                #foreach($pob in $partnerOnBoardingPanel )
                <tr>
                   #parse("partner-onboarding-design-row-index.vm")

                </tr>
                #end

            </tbody>

        </table>
    </div>
</section>


<script type="text/javascript">

    $(document).ready(function () {
    
    
                
      var dtable = $('#OnboardingDesign').DataTable({
             "scrollX": true,
            "scrollY": "518px",
            scrollCollapse: true,
              "fixedHeader": true,
             
        fixedColumns:   {
            leftColumns: 2
        },
        
          "columnDefs": [
                   { "targets": 1, "orderDataType":  "dom-text", "type":"string" },
                   { "targets": 2, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                  
                   { "targets": 3, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
                   { "targets": 4, "orderDataType": "dom-text-numeric", "type":"number"},
                  { "targets": 5, "orderDataType": "dom-text", "type": "string" },
                  { "targets": 6, "orderDataType": "dom-text", "type": "string" },
                  { "targets": 7, "orderDataType": "dom-text", "type": "string" },
                 
                 
                  
                  { "targets": 8, "orderDataType": "dom-text-numeric", "type":"number"},
                  
                  { "targets": 9, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
          
                  { "targets": 12, "orderDataType": "dom-text", "type": "string" },
                 
                  { "targets": 13, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                  { "targets": 14, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                     { "targets": 15, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                       { "targets": 16, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                  { "targets": 18, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                  { "targets": 19, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
    
                  { "targets": 21, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                  { "targets": 22,"orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                 { "targets": 23, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
               { "targets": 24, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                 { "targets": 25, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                 { "targets": 26, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                { "targets": 27, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" },
                  { "targets": 28, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
               
                { "targets": 30, "orderDataType":  "date-dd-mmm-yyyy", "type":"string" }
              
                        ], 
                       
     });   
     
     
    });
   
    
</script>


<style>
</style>