Subversion Repositories SmartDukaan

Rev

Rev 33891 | 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>ONBOARDING LEGAL ADD KYC (NEW₹)</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>Onboarding Legal Add Kyc (Old)</li>
            </ol>
        </div>
    </div>
    <div class="col-lg-12">
        <table class="table table-border table-condensed table-bordered" id="onboardingLegal" style="width:100%">

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

            <tr style="color:black;">
                <th>Id</th>
                <th>Outlet Name(SM)</th>
                <th>State Head(SM)</th>
                <th>BDM (SM)</th>
                <th>Agreed Brand fees(SM)</th>
                <th>Received Brand fees(SM)</th>
                <th>Aadhaar Front(legal)</th>
                <th>Aadhaar Back(legal)</th>
                <th>pan(legal)</th>
                <th>GST(legal)</th>
                <th>Cancel cheque(legal)</th>
                <th>Rent agreement/Owner ship proof(legal)</th>
                <th>LOI(legal)</th>
                <th>Doc Compl</th>    
                <th>Aniversary Date(legal)</th>
                <th>D.O.B(legal)</th>
                <th>Code(legal)</th>
                <th>Phone(legal)</th>
                <th>Business Type(legal)</th>
                <th>KYC (legal)</th>
                <th>Submit</th>     
            </tr>
            </thead>
            <tbody>
                #foreach($pob in $pobLegals )
                
               #if($pob.getHoldTimestamp())
                <tr class="legal-hold" >
                   #parse("partner-onboarding-legal-row-index.vm")

                </tr>
                
                #else
                <tr >
                   #parse("partner-onboarding-legal-row-index.vm")

                </tr>
                #end
                
                #end

            </tbody>

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

  <div class="fofoKycContainer"> 
    
    </div>


<script type="text/javascript">

    $(document).ready(function () {
    
    
                
      var dtable = $('#onboardingLegal').DataTable({
             "scrollX": true,
            "scrollY": "518px",
            scrollCollapse: true,
              "fixedHeader": true,
             "order": [[ 0, "desc" ]],
        fixedColumns:   {
            leftColumns: 2
        }, 
        
        "columnDefs": [
                   { "targets": 1, "orderDataType":  "dom-text", "type":"string" },
                   { "targets": 8, "orderDataType": "dom-text", "type": "string" },
                  { "targets": 9, "orderDataType": "date-dd-mmm-yyyy", "type": "string" },
                   { "targets": 10, "orderDataType": "date-dd-mmm-yyyy", "type":"string"},
                  
                   { "targets": 11, "orderDataType":  "dom-text", "type":"string" }
                                
                        ],
                       
     });   
     
     
    });
   
    
</script>

<style>
  .legal-hold td{
   
background-color: crimson !important;
   
   }
   </style>