Subversion Repositories SmartDukaan

Rev

Rev 34066 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34066 Rev 34713
Line 28... Line 28...
28
                <td>$loan.getId()</td>
28
                <td>$loan.getId()</td>
29
                <td>$loan.getLoanId()</td>
29
                <td>$loan.getLoanId()</td>
30
                <td>$loan.getInterestRate()</td>
30
                <td>$loan.getInterestRate()</td>
31
                <td>$loan.getIntialAmount()</td>
31
                <td>$loan.getIntialAmount()</td>
32
                <td>$loan.getPendingAmount()</td>
32
                <td>$loan.getPendingAmount()</td>
33
                <td>$loan.getCreatedOn()</td>
33
                <td>$loan.getCreatedOn().format($dateTimeFormatter)</td>
34
                <td>$loan.getDueDate()</td>
34
                <td>$loan.getDueDate().format($dateTimeFormatter)</td>
35
                <td>$loan.getInterestAccrued()</td>
35
                <td>$loan.getInterestAccrued()</td>
36
                <td>$loan.getInterestPaid()</td>
36
                <td>$loan.getInterestPaid()</td>
37
                <td>$loan.getFreeDays()</td>
37
                <td>$loan.getFreeDays()</td>
38
                <td>$loan.getLoanReferenceType()</td>
38
                <td>$loan.getLoanReferenceType()</td>
39
                <td>$loan.getAmount()</td>
39
                <td>$loan.getAmount()</td>
40
                <td>$loan.getCreatedAt()</td>
40
                <td>$loan.getCreatedAt().format($dateTimeFormatter)</td>
41
                <td>$loan.getBusinessDate()</td>
41
                <td>$loan.getBusinessDate().format($dateTimeFormatter)</td>
42
                <td>$loan.getDescription()</td>
42
                <td>$loan.getDescription()</td>
43
                <td>$loan.getStatus()</td>
43
                <td>$loan.getStatus()</td>
44
            </tr>
44
            </tr>
45
            #end
45
            #end
46
        </tbody>
46
        </tbody>