Subversion Repositories SmartDukaan

Rev

Rev 33809 | Rev 34066 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33809 Rev 33815
Line 1... Line 1...
1
<div class="col-lg-12">
1
<div class="col-lg-12">
-
 
2
    <h4>$loanStatementReportModels.get(0).getStoreName() ($loanStatementReportModels.get(0).getState()
-
 
3
        - $loanStatementReportModels.get(0).getCode()) </h4>
2
    <table class="table table-bordered table-condensed" id="loanStatementSummaryReport" style="width:100%">
4
    <table class="table table-bordered table-condensed" id="loanStatementSummaryReport" style="width:100%">
3
        <thead class="row htable" style="background:#F5F5F5;">
5
        <thead class="row htable" style="background:#F5F5F5;">
4
        <tr style="color:black;">
6
        <tr style="color:black;">
5
            <th>Code</th>
-
 
6
            <th>Id</th>
7
            <th>Id</th>
7
            <th>Store Name</th>
-
 
8
            <th>State</th>
-
 
9
            <th>Zone</th>
-
 
10
            <th>Area</th>
-
 
11
            <th>Territory</th>
-
 
12
            <th>Loan Id</th>
8
            <th>Loan Id</th>
13
            <th>Interest Rate</th>
9
            <th>Interest Rate</th>
14
            <th>Initial Amount</th>
10
            <th>Initial Amount</th>
15
            <th>Pending Amount</th>
11
            <th>Pending Amount</th>
16
            <th>Created On</th>
12
            <th>Created On</th>
Line 27... Line 23...
27
        </tr>
23
        </tr>
28
        </thead>
24
        </thead>
29
        <tbody>
25
        <tbody>
30
            #foreach($loan in $loanStatementReportModels)
26
            #foreach($loan in $loanStatementReportModels)
31
            <tr>
27
            <tr>
32
                <td>$loan.getCode()</td>
-
 
33
                <td>$loan.getId()</td>
28
                <td>$loan.getId()</td>
34
                <td>$loan.getStoreName()</td>
-
 
35
                <td>$loan.getState()</td>
-
 
36
                <td>$loan.getZone()</td>
-
 
37
                <td>$loan.getArea()</td>
-
 
38
                <td>$loan.getTerritory()</td>
-
 
39
                <td>$loan.getLoanId()</td>
29
                <td>$loan.getLoanId()</td>
40
                <td>$loan.getInterestRate()</td>
30
                <td>$loan.getInterestRate()</td>
41
                <td>$loan.getIntialAmount()</td>
31
                <td>$loan.getIntialAmount()</td>
42
                <td>$loan.getPendingAmount()</td>
32
                <td>$loan.getPendingAmount()</td>
43
                <td>$loan.getCreatedOn()</td>
33
                <td>$loan.getCreatedOn()</td>