Subversion Repositories SmartDukaan

Rev

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

Rev 31110 Rev 32041
Line 51... Line 51...
51
                <th>limit</th>
51
                <th>limit</th>
52
                <th>Available Limit</th>
52
                <th>Available Limit</th>
53
                <th>Utilization Amount</th>
53
                <th>Utilization Amount</th>
54
                <th>Interest</th>
54
                <th>Interest</th>
55
                <th>Credit Duration</th>
55
                <th>Credit Duration</th>
56
                 <th>Active Loan</th>
56
                <th>Active Loan</th>
57
              
57
 
58
                <th>Risk</th>     
58
                <th>Risk</th>
59
                <th>Total Investment</th>
59
                <th>Total Investment</th>
60
              
60
 
61
                <th>Short Investment</th>
61
                <th>Short Investment</th>
62
                <th>Wallet Amount</th>
62
                <th>Wallet Amount</th>
-
 
63
                <th>Requested By</th>
63
                <th>Requested Amount</th>
64
                <th>Requested Amount</th>
64
                <th>Approval Amount</th>
65
                <th>Approval Amount</th>
65
                <th>Free days</th>
66
                <th>Free days</th>
66
                <th>Status</th>
67
                <th>Status</th>
67
                <th>Hold Stock</th>
68
                <th>Hold Stock</th>
68
	     
69
 
69
                <th>Action</th>
70
                <th>Action</th>
70
                </tr>
71
            </tr>
71
            </thead>
72
            </thead>
72
            <tbody>
73
            <tbody>
73
                #foreach($sanctionRequest in $sanctionRequests)
74
                #foreach($sanctionRequest in $sanctionRequests)
74
                
75
                
75
 
76