Subversion Repositories SmartDukaan

Rev

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

Rev 31538 Rev 31542
Line 83... Line 83...
83
    <table class="table table-bordered table-striped">
83
    <table class="table table-bordered table-striped">
84
        <thead>
84
        <thead>
85
        <tr>
85
        <tr>
86
            <th>Region</th>
86
            <th>Region</th>
87
            #foreach($partnerType in $partnerTypes)
87
            #foreach($partnerType in $partnerTypes)
88
                <th><p>$partnerType.getValue()</p></th>
88
                <th><b>$partnerType.getValue()<br>Today/MTD/Total</b></th>
89
            #end
89
            #end
90
        </tr>
90
        </tr>
91
        </thead>
91
        </thead>
92
        <tbody>
92
        <tbody>
93
            #foreach($warehouseEntry in $warehouseMap.entrySet())
93
            #foreach($warehouseEntry in $warehouseMap.entrySet())