Subversion Repositories SmartDukaan

Rev

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

Rev 30784 Rev 30786
Line 18... Line 18...
18
 
18
 
19
        .table td, .table th {
19
        .table td, .table th {
20
            padding: 0.25rem;
20
            padding: 0.25rem;
21
        }
21
        }
22
 
22
 
23
        tr:first-child td {
23
        tr:first-child.green td {
24
            font-weight: bold;
24
            font-weight: bold;
25
            background-color: #00d6b2;
25
            background-color: #00d6b2;
26
        }
26
        }
27
 
27
 
28
        td {
28
        td {
Line 50... Line 50...
50
                #end
50
                #end
51
            </tr>
51
            </tr>
52
            </thead>
52
            </thead>
53
            <tbody>
53
            <tbody>
54
                #foreach($brandRegionModelEntry in $brandRegionModelMap.entrySet())
54
                #foreach($brandRegionModelEntry in $brandRegionModelMap.entrySet())
55
                <tr>
55
                <tr class="green">
56
                    <td><b>$warehouseMap.get($brandRegionModelEntry.getKey())</b></td>
56
                    <td><b>$warehouseMap.get($brandRegionModelEntry.getKey())</b></td>
57
                    #foreach($brand in $brands)
57
                    #foreach($brand in $brands)
58
                        #set($obj = $brandRegionModelEntry.getValue().get($brand))
58
                        #set($obj = $brandRegionModelEntry.getValue().get($brand))
59
                        #if($obj.getTodayPOValue())
59
                        #if($obj.getTodayPOValue())
60
                            <td class="currency">$obj.getTodayPOValue()</td>
60
                            <td class="currency">$obj.getTodayPOValue()</td>