Subversion Repositories SmartDukaan

Rev

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

Rev 30080 Rev 30082
Line 32... Line 32...
32
                    <th rowspan="3">Partner Name</th>
32
                    <th rowspan="3">Partner Name</th>
33
                    <th rowspan="3">Terrirory Manager</th>
33
                    <th rowspan="3">Terrirory Manager</th>
34
                    #foreach($catalog in
34
                    #foreach($catalog in
35
                        $catalogItemMap.entrySet())
35
                        $catalogItemMap.entrySet())
36
                        <th colspan="3">
36
                        <th colspan="3">
37
                            WOD : <span class="wod"></span>,
37
                            <span title="Width of Distribution">WOD : <span class="wod"></span></span>,
38
                            TS:<span class="ts"></span>,
38
                            <span title="Total Stock">TS:<span class="ts"></span></span>,
39
                            WOS: <span class="wos"></span>,
39
                            <span title="Width of Sales">WOS: <span class="wos"></span></span>,
40
                            TSale: <span class="sts"> </span>
40
                            <span title="Total Sale">TSale: <span class="sts"> </span></span>
41
                        </th>
41
                        </th>
42
                    #end
42
                    #end
43
                    <th rowspan="3">PO</th>
43
                    <th rowspan="3">PO</th>
44
                    <th rowspan="3">last Po Entry</th>
44
                    <th rowspan="3">last Po Entry</th>
45
 
45