Subversion Repositories SmartDukaan

Rev

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

Rev 32452 Rev 32453
Line 106... Line 106...
106
        <tr class="gold">
106
        <tr class="gold">
107
            <th>Total</th>
107
            <th>Total</th>
108
            #foreach($milestone in $milestones)
108
            #foreach($milestone in $milestones)
109
                <th>$lastDayAggregateMilestoneCountMap.get($milestone)</th>
109
                <th>$lastDayAggregateMilestoneCountMap.get($milestone)</th>
110
                <th>$billedAggregatedMilestoneContMap.get($milestone)</th>
110
                <th>$billedAggregatedMilestoneContMap.get($milestone)</th>
111
                <th>$billedAggregatedMilestoneContMap.get($milestone)
111
                #set($diff=$billedAggregatedMilestoneContMap.get($milestone) - $lastDayAggregateMilestoneCountMap.get($milestone))
112
                    - $lastDayAggregateMilestoneCountMap.get($milestone)</th>
112
                <th>$diff</th>
113
            #end
113
            #end
114
        </tr>
114
        </tr>
115
        </tfoot>
115
        </tfoot>
116
    </table>
116
    </table>
117
</div>
117
</div>