Subversion Repositories SmartDukaan

Rev

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


<script type="text/javascript">

    $(document).ready(function () {
    
       
                
      var dtable = $('#sanctiontable').DataTable({
             "scrollX": true,
             "scrollY": "518px",
              scrollCollapse: true,
             "fixedHeader": true,
             "order": [[ 0, "desc" ]],
             fixedColumns:   {
             leftColumns: 3
        },
       });
    
    });
    
    
    
    
    
</script>



<section class="wrapper">
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_document_alt"></i>Sanction Request</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>SD Credit</li>     
                                                                
                        </ol>
                </div>
        </div>
        
            <div class="col-lg-12">
        <table class="table table-border table-condensed table-bordered" id="sanctiontable" style="width:100%">

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

            <tr style="color:black;">
                <th>Id</th>
                <th>Partner Id</th>
                <th>Code</th>
                <th>Partner Name</th>
                <th>limit</th>
                <th>Available Limit</th>
                <th>Utilization Amount</th>
                <th>Interest</th>
                <th>Credit Duration</th>
                <th>Active Loan</th>

                <th>Risk</th>
                <th>Total Investment</th>

                <th>Short Investment</th>
                <th>Wallet Amount</th>
                <th>Requested By</th>
                <th>Requested Amount</th>
                <th>Approval Amount</th>
                <th>Free days</th>
                <th>Status</th>
                <th>Hold Stock</th>

                <th>Action</th>
            </tr>
            </thead>
            <tbody>
                #foreach($sanctionRequest in $sanctionRequests)
                
 
                 <tr>
                   #parse("sanction-request-row.vm")

                </tr>
             
                #end

            </tbody>

        </table>
    </div>
    
    <div id="loanSummarydetail" class="modal" role="dialog">
          <div class="modal-dialog">
            <div class="modal-content">
             
    </div>
   </div>
 </div>
</section>