Subversion Repositories SmartDukaan

Rev

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

Rev 34114 Rev 34119
Line 223... Line 223...
223
                    <th>First Week Billed</th>
223
                    <th>First Week Billed</th>
224
                    <th>Second Week Billed</th>
224
                    <th>Second Week Billed</th>
225
                    <th>Third Week Billed</th>
225
                    <th>Third Week Billed</th>
226
                    <th>Fourth Week Billed</th>
226
                    <th>Fourth Week Billed</th>
227
                    <th>MTD Billed</th>
227
                    <th>MTD Billed</th>
-
 
228
                    <th>Zero Billed</th>
228
                </tr>
229
                </tr>
229
                </thead>
230
                </thead>
230
                <tbody>
231
                <tbody>
231
                    #foreach($model in $sold15daysOldAgingModels)
232
                    #foreach($model in $sold15daysOldAgingModels)
232
                    <tr>
233
                    <tr>
Line 271... Line 272...
271
                                $rbmBilledCountMapMtd.get($model.getRbmName())
272
                                $rbmBilledCountMapMtd.get($model.getRbmName())
272
                            #else
273
                            #else
273
                                0
274
                                0
274
                            #end
275
                            #end
275
                        </td>
276
                        </td>
-
 
277
                        <td>
-
 
278
                            #if($zeroBilledCountMap.get($model.getRbmName()))
-
 
279
                                $zeroBilledCountMap.get($model.getRbmName())
-
 
280
                            #else
-
 
281
                                0
-
 
282
                            #end
-
 
283
                        </td>
276
                    </tr>
284
                    </tr>
277
                    #end
285
                    #end
-
 
286
                <tr>
-
 
287
                    <th class="border-top-bottom">Total</th>
-
 
288
                    <th class="border-top-bottom">$totalTargetedCount</th>
-
 
289
                    <th class="border-top-bottom">$totalFirstWeekCount</th>
-
 
290
                    <th class="border-top-bottom">$totalSecondWeekCount</th>
-
 
291
                    <th class="border-top-bottom">$totalThirdWeekCount</th>
-
 
292
                    <th class="border-top-bottom">$totalFourthWeekCount</th>
-
 
293
                    <th class="border-top-bottom">$totalMtdCount</th>
-
 
294
                    <th class="border-top-bottom">$totalZeroBilledCount</th>
-
 
295
                </tr>
278
                </tbody>
296
                </tbody>
279
            </table>
297
            </table>
280
        </div>
298
        </div>
281
    </div>
299
    </div>
282
</section>
300
</section>