Subversion Repositories SmartDukaan

Rev

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

Rev 35174 Rev 35199
Line 100... Line 100...
100
                #end
100
                #end
101
            </tbody>
101
            </tbody>
102
        </table>
102
        </table>
103
    #end
103
    #end
104
</div>
104
</div>
105
#if($partnerTypeRegionModelMap)
-
 
106
<div class="container-fluid">
-
 
107
    ##    <table class="table table-bordered table-striped">
-
 
108
##        <thead>
-
 
109
##        <tr>
-
 
110
##            <th>Regionwise Billed Partners</th>
-
 
111
##            #foreach($partnerType in $partnerTypes)
-
 
112
##                <th>$partnerType.getValue()<br>Today/MTD/Total</th>
-
 
113
##            #end
-
 
114
##        </tr>
-
 
115
##        </thead>
-
 
116
##        <tbody>
-
 
117
##            #foreach($authUserEntry in $authUserMap.entrySet())
-
 
118
##                #if($authUserEntry.getKey()!=0)
-
 
119
##                <tr>
-
 
120
##                    <td><b>$authUserEntry.getValue()</b></td>
-
 
121
##                    #foreach($partnerType in $partnerTypes)
-
 
122
##                        <td>
-
 
123
##                            #if($partnerTypeRegionModelMap.containsKey($warehouseEntry.getKey()))
-
 
124
##                                #if($partnerTypeRegionModelMap.get($warehouseEntry.getKey()).containsKey($partnerType.getValue()))
-
 
125
##                                    #set ($partnerTypeRegionModel=$partnerTypeRegionModelMap.get($warehouseEntry.getKey()).get($partnerType.getValue()))
-
 
126
##                                    $partnerTypeRegionModel.getTodayCount()/$partnerTypeRegionModel.getMtdCount()
-
 
127
##                                    /$partnerTypeRegionModel.getTotalCount()
-
 
128
##                                #else
-
 
129
##                                    -
-
 
130
##                                #end
-
 
131
##                            #else
-
 
132
##                                -
-
 
133
##                            #end
-
 
134
##                        </td>
-
 
135
##                    #end
-
 
136
##                </tr>
-
 
137
##                #end
-
 
138
##            #end
-
 
139
##        </tbody>
-
 
140
##    </table>
-
 
141
</div>
-
 
142
#end
105
 
143
<div class="container-fluid ">
106
    <div class="container-fluid ">
144
    <h3>Total Collection(Overall Collection/Limit Utilization))</h3>
107
    <h3>Total Collection(Overall Collection/Limit Utilization))</h3>
145
    <div class="row">
108
    <div class="row">
146
        #foreach($warehouseEntry in $warehouseMap.entrySet())
109
        #foreach($warehouseEntry in $warehouseMap.entrySet())
147
            <div class="col-lg-2" style="font-size: 20px">
110
            <div class="col-lg-2" style="font-size: 20px">
148
                $warehouseEntry.getValue() -
111
                $warehouseEntry.getValue() -