Subversion Repositories SmartDukaan

Rev

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

Rev 36276 Rev 36277
Line 164... Line 164...
164
            <th style="background-color: #dc3545; color: white;"><i class="fa fa-user-clock"></i> Idle</th>
164
            <th style="background-color: #dc3545; color: white;"><i class="fa fa-user-clock"></i> Idle</th>
165
            <th style="background-color: #fd7e14; color: white;"><i class="fa fa-coffee"></i> Break</th>
165
            <th style="background-color: #fd7e14; color: white;"><i class="fa fa-coffee"></i> Break</th>
166
            <th>Partner Count</th>
166
            <th>Partner Count</th>
167
            <th>(Ach/Tgt)</th>
167
            <th>(Ach/Tgt)</th>
168
            <th>Calling Target</th>
168
            <th>Calling Target</th>
169
            <th>Called / Rec / Unique</th>
169
            <th>Calls / Unique</th>
170
            <th class="highlight-plan-today">Plan Today</th>
170
            <th class="highlight-plan-today">Plan Today</th>
171
            <th class="highlight-carry-forward">Carry Forward</th>
171
            <th class="highlight-carry-forward">Carry Forward</th>
172
            <th style="background-color: #1e6e0e; color: white;">Zero Billing</th>
172
            <th style="background-color: #1e6e0e; color: white;">Zero Billing</th>
173
            <th class="highlight-untouched">Untouched</th>
173
            <th class="highlight-untouched">Untouched</th>
174
            <th class="highlight-future-plan">Future Plan</th>
174
            <th class="highlight-future-plan">Future Plan</th>
Line 247... Line 247...
247
                #else
247
                #else
248
                    <strong>$adjustedTotalTarget</strong>
248
                    <strong>$adjustedTotalTarget</strong>
249
                #end
249
                #end
250
            </td>
250
            </td>
251
            <td class="highlight-achieved">
251
            <td class="highlight-achieved">
252
                <strong>$adjustedTotalAchieved</strong>
-
 
253
                / <span style="color: #28a745; font-weight: bold;">$totalRecordingCalls</span>
252
                <strong><span style="color: #28a745;">$totalRecordingCalls</span>
254
                / <span style="color: #007bff; font-weight: bold;">$totalUniqueRecordingCalls</span>
253
                    / <span style="color: #007bff;">$totalUniqueRecordingCalls</span></strong>
255
            </td>
254
            </td>
256
            <td class="highlight-plan-today"><strong>$totalPlanToday</strong></td>
255
            <td class="highlight-plan-today"><strong>$totalPlanToday</strong></td>
257
            <td class="highlight-carry-forward"><strong>$totalCarryForward</strong></td>
256
            <td class="highlight-carry-forward"><strong>$totalCarryForward</strong></td>
258
            <td><strong>$totalZeroBilling</strong></td>
257
            <td><strong>$totalZeroBilling</strong></td>
259
            <td class="highlight-untouched"><strong>$totalUntouched</strong></td>
258
            <td class="highlight-untouched"><strong>$totalUntouched</strong></td>
Line 400... Line 399...
400
                        $rowTarget
399
                        $rowTarget
401
                    #end
400
                    #end
402
                </td>
401
                </td>
403
                <td class="highlight-achieved clickable"
402
                <td class="highlight-achieved clickable"
404
                    onclick="showCalledPartnerDetails($model.getAuthId(), '$model.getRbmName()')">
403
                    onclick="showCalledPartnerDetails($model.getAuthId(), '$model.getRbmName()')">
405
                    $rowAchieved
-
 
406
                    / <span style="color: #28a745; font-weight: bold;"
404
                    <span style="color: #28a745; font-weight: bold;"
407
                            title="Total calls with recording">$model.getTotalRecordingCalls()</span>
405
                          title="Total calls with recording">$model.getTotalRecordingCalls()</span>
408
                    / <span style="color: #007bff; font-weight: bold;"
406
                    / <span style="color: #007bff; font-weight: bold;"
409
                            title="Unique numbers with recording">$model.getUniqueRecordingCalls()</span>
407
                            title="Unique numbers with recording">$model.getUniqueRecordingCalls()</span>
410
                </td>
408
                </td>
411
                <td class="highlight-plan-today">$model.getPlanToday()</td>
409
                <td class="highlight-plan-today">$model.getPlanToday()</td>
412
                <td class="highlight-carry-forward">$model.getCarryForward()</td>
410
                <td class="highlight-carry-forward">$model.getCarryForward()</td>