Subversion Repositories SmartDukaan

Rev

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

Rev 36179 Rev 36182
Line 163... Line 163...
163
            <th class="highlight-carry-forward">Carry Forward</th>
163
            <th class="highlight-carry-forward">Carry Forward</th>
164
            <th style="background-color: #1e6e0e; color: white;">Zero Billing</th>
164
            <th style="background-color: #1e6e0e; color: white;">Zero Billing</th>
165
            <th class="highlight-untouched">Untouched</th>
165
            <th class="highlight-untouched">Untouched</th>
166
            <th class="highlight-future-plan">Future Plan</th>
166
            <th class="highlight-future-plan">Future Plan</th>
167
            <th>Normal</th>
167
            <th>Normal</th>
-
 
168
            <th style="background-color: #8e44ad; color: white;">Revival</th>
168
            <th style="background-color: #c0392b;">Out of Sequence</th>
169
            <th style="background-color: #c0392b;">Out of Sequence</th>
169
        </tr>
170
        </tr>
170
        </thead>
171
        </thead>
171
        <tbody>
172
        <tbody>
172
            #set($totalPartnerCount = 0)
173
            #set($totalPartnerCount = 0)
Line 177... Line 178...
177
            #set($totalCarryForward = 0)
178
            #set($totalCarryForward = 0)
178
            #set($totalZeroBilling = 0)
179
            #set($totalZeroBilling = 0)
179
            #set($totalUntouched = 0)
180
            #set($totalUntouched = 0)
180
            #set($totalFuturePlan = 0)
181
            #set($totalFuturePlan = 0)
181
            #set($totalNormal = 0)
182
            #set($totalNormal = 0)
-
 
183
            #set($totalRevival = 0)
182
            #set($totalOutOfSequence = 0)
184
            #set($totalOutOfSequence = 0)
183
            #set($totalL2CallingList = 0)
185
            #set($totalL2CallingList = 0)
184
            #set($totalArrAchieved = 0)
186
            #set($totalArrAchieved = 0)
185
            #set($totalArrTarget = 0)
187
            #set($totalArrTarget = 0)
186
 
188
 
Line 196... Line 198...
196
                #set($totalCarryForward = $totalCarryForward + $model.getCarryForward())
198
                #set($totalCarryForward = $totalCarryForward + $model.getCarryForward())
197
                #set($totalZeroBilling = $totalZeroBilling + $model.getZeroBilling())
199
                #set($totalZeroBilling = $totalZeroBilling + $model.getZeroBilling())
198
                #set($totalUntouched = $totalUntouched + $model.getUntouched())
200
                #set($totalUntouched = $totalUntouched + $model.getUntouched())
199
                #set($totalFuturePlan = $totalFuturePlan + $model.getFuturePlan())
201
                #set($totalFuturePlan = $totalFuturePlan + $model.getFuturePlan())
200
                #set($totalNormal = $totalNormal + $model.getNormal())
202
                #set($totalNormal = $totalNormal + $model.getNormal())
-
 
203
                #set($totalRevival = $totalRevival + $model.getRevival())
201
                #set($totalOutOfSequence = $totalOutOfSequence + $model.getOutOfSequenceCount())
204
                #set($totalOutOfSequence = $totalOutOfSequence + $model.getOutOfSequenceCount())
202
                #set($totalL2CallingList = $totalL2CallingList + $model.getL2CallingList())
205
                #set($totalL2CallingList = $totalL2CallingList + $model.getL2CallingList())
203
                #if($arrAchievedByAuthId && $arrAchievedByAuthId.get($model.getAuthId()))
206
                #if($arrAchievedByAuthId && $arrAchievedByAuthId.get($model.getAuthId()))
204
                    #set($totalArrAchieved = $totalArrAchieved + $arrAchievedByAuthId.get($model.getAuthId()))
207
                    #set($totalArrAchieved = $totalArrAchieved + $arrAchievedByAuthId.get($model.getAuthId()))
205
                #end
208
                #end
Line 229... Line 232...
229
            <td class="highlight-carry-forward"><strong>$totalCarryForward</strong></td>
232
            <td class="highlight-carry-forward"><strong>$totalCarryForward</strong></td>
230
            <td><strong>$totalZeroBilling</strong></td>
233
            <td><strong>$totalZeroBilling</strong></td>
231
            <td class="highlight-untouched"><strong>$totalUntouched</strong></td>
234
            <td class="highlight-untouched"><strong>$totalUntouched</strong></td>
232
            <td class="highlight-future-plan"><strong>$totalFuturePlan</strong></td>
235
            <td class="highlight-future-plan"><strong>$totalFuturePlan</strong></td>
233
            <td><strong>$totalNormal</strong></td>
236
            <td><strong>$totalNormal</strong></td>
-
 
237
            <td><strong>$totalRevival</strong></td>
234
            <td class="highlight-oos"><strong>$totalOutOfSequence</strong></td>
238
            <td class="highlight-oos"><strong>$totalOutOfSequence</strong></td>
235
        </tr>
239
        </tr>
236
 
240
 
237
            #foreach($model in $rbmCallTargetModels)
241
            #foreach($model in $rbmCallTargetModels)
238
                #set($rowTarget = $model.getTodayTargetOfCall() + $model.getMovedToFuture())
242
                #set($rowTarget = $model.getTodayTargetOfCall() + $model.getMovedToFuture())
Line 361... Line 365...
361
                <td class="highlight-carry-forward">$model.getCarryForward()</td>
365
                <td class="highlight-carry-forward">$model.getCarryForward()</td>
362
                <td>$model.getZeroBilling()</td>
366
                <td>$model.getZeroBilling()</td>
363
                <td class="highlight-untouched">$model.getUntouched()</td>
367
                <td class="highlight-untouched">$model.getUntouched()</td>
364
                <td class="highlight-future-plan">$model.getFuturePlan()</td>
368
                <td class="highlight-future-plan">$model.getFuturePlan()</td>
365
                <td>$model.getNormal()</td>
369
                <td>$model.getNormal()</td>
-
 
370
                <td>$model.getRevival()</td>
366
                <td class="highlight-oos" style="color: red;">
371
                <td class="highlight-oos" style="color: red;">
367
                    #if($model.getOutOfSequenceCount() > 0)
372
                    #if($model.getOutOfSequenceCount() > 0)
368
                        <span class="clickable" style="color: #e80404"
373
                        <span class="clickable" style="color: #e80404"
369
                              onclick="showOutOfSequenceDetails($model.getAuthId(), '$model.getRbmName()')">$model.getOutOfSequenceCount()</span>
374
                              onclick="showOutOfSequenceDetails($model.getAuthId(), '$model.getRbmName()')">$model.getOutOfSequenceCount()</span>
370
                    #else
375
                    #else