Subversion Repositories SmartDukaan

Rev

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

Rev 32681 Rev 33505
Line 25... Line 25...
25
			+ fofoId, function(response) {
25
			+ fofoId, function(response) {
26
				$('#loanSummarydetail .modal-content').html(response);
26
				$('#loanSummarydetail .modal-content').html(response);
27
 
27
 
28
			});
28
			});
29
		});
29
		});
30
    
-
 
31
    
-
 
32
    
30
 
33
</script>
31
</script>
34
 
32
 
35
 
33
 
36
 
34
 
37
<section class="wrapper">
35
<section class="wrapper">
Line 51... Line 49...
51
 
49
 
52
            <thead class="row htable" style="background:#F5F5F5;">
50
            <thead class="row htable" style="background:#F5F5F5;">
53
 
51
 
54
            <tr style="color:black;">
52
            <tr style="color:black;">
55
                <th>Id</th>
53
                <th>Id</th>
56
                <th>Partner Id</th>
-
 
57
                <th>Code</th>
54
                <th>Code</th>
58
                <th>Partner Name</th>
55
                <th>Partner Name</th>
59
	            <th>Lms</th>
56
	            <th>Lms</th>
60
	            <th>Lmtd</th>
57
	            <th>Lmtd</th>
61
	            <th>Mtd</th>
58
	            <th>Mtd</th>
Line 63... Line 60...
63
                <th>limit</th>
60
                <th>limit</th>
64
                <th>Available Limit</th>
61
                <th>Available Limit</th>
65
                <th>Utilization Amount</th>
62
                <th>Utilization Amount</th>
66
                <th>Interest</th>
63
                <th>Interest</th>
67
                <th>Credit Duration</th>
64
                <th>Credit Duration</th>
68
                <th>Average Credit Days</th>
65
                <th>Avg Credit Days</th>
69
                <th>Active Loan</th>
66
                <th>Active Loan</th>
70
 
67
 
71
                <th>Risk</th>
68
                <th>Risk</th>
72
                <th>Total Investment</th>
69
                <th>Total Investment</th>
73
 
70
 
74
                <th>Short Investment</th>
71
                <th>Short Investment</th>
75
                <th>Wallet Amount</th>
72
                <th>Wallet Amount</th>
76
                <th>Requested By</th>
73
                <th>Requested By</th>
77
                <th>Requested Amount</th>
74
                <th>Req Amount</th>
78
                <th>Approval Amount</th>
75
                <th>Approval Amount</th>
79
                <th>Free days</th>
76
                <th>Free days</th>
80
                <th>Status</th>
77
                <th>Status</th>
81
                <th>Hold Stock</th>
78
                <th>Hold Stock</th>
82
 
-
 
-
 
79
                <th>Provider</th>
83
                <th>Action</th>
80
                <th>Action</th>
84
            </tr>
81
            </tr>
85
            </thead>
82
            </thead>
86
            <tbody>
83
            <tbody>
87
                #foreach($sanctionRequest in $sanctionRequests)
84
                #foreach($sanctionRequest in $sanctionRequests)