Subversion Repositories SmartDukaan

Rev

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

Rev 33791 Rev 33801
Line 44... Line 44...
44
                #end
44
                #end
45
            </tr>
45
            </tr>
46
            <tr>
46
            <tr>
47
                #foreach($brand in $brands)
47
                #foreach($brand in $brands)
48
                    <th>TODAY PO</th>
48
                    <th>TODAY PO</th>
49
                    <th>TODAY PO<br> Billed</th>
49
                    <th>Partner Count</th>
50
                    <th>Total Billed</th>
50
                    <th>Total Billed</th>
51
                #end
51
                #end
52
            </tr>
52
            </tr>
53
            </thead>
53
            </thead>
54
            <tbody>
54
            <tbody>
Line 60... Line 60...
60
                        #if($obj.getTodayPOValue())
60
                        #if($obj.getTodayPOValue())
61
                            <td class="currency">$obj.getTodayPOValue()</td>
61
                            <td class="currency">$obj.getTodayPOValue()</td>
62
                        #else
62
                        #else
63
                            <td>-</td>
63
                            <td>-</td>
64
                        #end
64
                        #end
65
                        #if($obj.getTodayPOBilledValue())
65
                        #if($obj.getPartiesBilled())
66
                            <td class="currency">$obj.getTodayPOBilledValue()</td>
66
                            <td>$obj.getPartiesBilled()</td>
67
                        #else
67
                        #else
68
                            <td>-</td>
68
                            <td>-</td>
69
                        #end
69
                        #end
70
                        #if($obj.getTodayBilledValue())
70
                        #if($obj.getTodayBilledValue())
71
                            <td class="currency">$obj.getTodayBilledValue()</td>
71
                            <td class="currency">$obj.getTodayBilledValue()</td>