Subversion Repositories SmartDukaan

Rev

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

Rev 34110 Rev 34114
Line 217... Line 217...
217
            <table id="rbm-aging-table" class="table table-border table-condensed table-bordered"
217
            <table id="rbm-aging-table" class="table table-border table-condensed table-bordered"
218
                   style="width:100%">
218
                   style="width:100%">
219
                <thead>
219
                <thead>
220
                <tr>
220
                <tr>
221
                    <th>RBM</th>
221
                    <th>RBM</th>
-
 
222
                    <th>Targted Partner</th>
222
                    <th>First Week Billed</th>
223
                    <th>First Week Billed</th>
223
                    <th>Second Week Billed</th>
224
                    <th>Second Week Billed</th>
224
                    <th>Third Week Billed</th>
225
                    <th>Third Week Billed</th>
225
                    <th>Fourth Week Billed</th>
226
                    <th>Fourth Week Billed</th>
226
                    <th>MTD Billed</th>
227
                    <th>MTD Billed</th>
Line 229... Line 230...
229
                <tbody>
230
                <tbody>
230
                    #foreach($model in $sold15daysOldAgingModels)
231
                    #foreach($model in $sold15daysOldAgingModels)
231
                    <tr>
232
                    <tr>
232
                        <th>$model.getRbmName()</th>
233
                        <th>$model.getRbmName()</th>
233
                        <td>
234
                        <td>
-
 
235
                            #if($rbmTargetedFofoIdCountMap.get($model.getRbmName()))
-
 
236
                                $rbmTargetedFofoIdCountMap.get($model.getRbmName())
-
 
237
                            #else
-
 
238
                                0
-
 
239
                            #end
-
 
240
                        </td>
-
 
241
                        <td>
234
                            #if($rbmBilledCountMapFirstWeek.get($model.getRbmName()))
242
                            #if($rbmBilledCountMapFirstWeek.get($model.getRbmName()))
235
                                $rbmBilledCountMapFirstWeek.get($model.getRbmName())
243
                                $rbmBilledCountMapFirstWeek.get($model.getRbmName())
236
                            #else
244
                            #else
237
                                0
245
                                0
238
                            #end
246
                            #end