Subversion Repositories SmartDukaan

Rev

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

Rev 31345 Rev 31538
Line 1... Line 1...
1
<html lang="en">
1
<html lang="en">
2
<head>
2
<head>
3
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4
    <meta http-equiv="refresh" content="120">
4
    <meta http-equiv="refresh" content="180">
5
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
5
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
6
          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
6
          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
7
    <style>
7
    <style>
8
        html, body {
8
        html, body {
9
            margin-top: 10px;
9
            margin-top: 10px;
Line 77... Line 77...
77
                #end
77
                #end
78
            </tbody>
78
            </tbody>
79
        </table>
79
        </table>
80
    #end
80
    #end
81
</div>
81
</div>
-
 
82
<div class="container-fluid">
-
 
83
    <table class="table table-bordered table-striped">
-
 
84
        <thead>
-
 
85
        <tr>
-
 
86
            <th>Region</th>
-
 
87
            #foreach($partnerType in $partnerTypes)
-
 
88
                <th><p>$partnerType.getValue()</p></th>
-
 
89
            #end
-
 
90
        </tr>
-
 
91
        </thead>
-
 
92
        <tbody>
-
 
93
            #foreach($warehouseEntry in $warehouseMap.entrySet())
-
 
94
                #if($warehouseEntry.getKey()!=0)
-
 
95
                <tr>
-
 
96
                    <td><b>$warehouseEntry.getValue()</b></td>
-
 
97
                    #foreach($partnerType in $partnerTypes)
-
 
98
                        <td>
-
 
99
                            #if($partnerTypeRegionModelMap.containsKey($warehouseEntry.getKey()))
-
 
100
                                #if($partnerTypeRegionModelMap.get($warehouseEntry.getKey()).containsKey($partnerType.getValue()))
-
 
101
                                    #set ($partnerTypeRegionModel=$partnerTypeRegionModelMap.get($warehouseEntry.getKey()).get($partnerType.getValue()))
-
 
102
                                    $partnerTypeRegionModel.getTodayCount()/$partnerTypeRegionModel.getMtdCount()
-
 
103
                                    /$partnerTypeRegionModel.getTotalCount()
-
 
104
                                #else
-
 
105
                                    -
-
 
106
                                #end
-
 
107
                            #else
-
 
108
                                -
-
 
109
                            #end
-
 
110
                        </td>
-
 
111
                    #end
-
 
112
                </tr>
-
 
113
                #end
-
 
114
            #end
-
 
115
        </tbody>
-
 
116
    </table>
-
 
117
</div>
82
<div class="container-fluid ">
118
<div class="container-fluid ">
83
    <h3>Total Collection(Overall Collections/Overall Collections + Loan utilizations))</h3>
119
    <h3>Total Collection(Overall Collections/Overall Collections + Loan utilizations))</h3>
84
    <div class="row">
120
    <div class="row">
85
        #foreach($warehouseEntry in $warehouseMap.entrySet())
121
        #foreach($warehouseEntry in $warehouseMap.entrySet())
86
            <div class="col-lg-2" style="font-size: 20px">
122
            <div class="col-lg-2" style="font-size: 20px">