Subversion Repositories SmartDukaan

Rev

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

Rev 31305 Rev 31306
Line 29... Line 29...
29
                    #foreach($name in $customRetailerMap.entrySet())
29
                    #foreach($name in $customRetailerMap.entrySet())
30
                    <tr>
30
                    <tr>
31
                     <td>$name.getValue().getBusinessName()</td>
31
                     <td>$name.getValue().getBusinessName()</td>
32
                    #foreach($ym in $yearMonth)
32
                    #foreach($ym in $yearMonth)
33
                     #if($partnerMonthPurchaseMap.get($name.getValue().getPartnerId()).get($ym))
33
                     #if($partnerMonthPurchaseMap.get($name.getValue().getPartnerId()).get($ym))
34
                    <td class="currency">$math.roundTo(2,$partnerMonthPurchaseMap.get($name.getValue().getPartnerId()).get($ym))</td>
34
                    <td class="currency">$partnerMonthPurchaseMap.get($name.getValue().getPartnerId()).get($ym)</td>
35
                    #else
35
                    #else
36
                    <td>0</td>
36
                    <td>0</td>
37
                    #end
37
                    #end
38
                    #end
38
                    #end
39
                     
39