Subversion Repositories SmartDukaan

Rev

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

Rev 34198 Rev 34256
Line 14... Line 14...
14
                    <thead class="row htable" style="background:#F5F5F5;">
14
                    <thead class="row htable" style="background:#F5F5F5;">
15
                    <tr style="color:black;">
15
                    <tr style="color:black;">
16
                        <th>Catalog Id</th>
16
                        <th>Catalog Id</th>
17
                        <th>Model Number</th>
17
                        <th>Model Number</th>
18
                        <th>Brand</th>
18
                        <th>Brand</th>
-
 
19
                        <th>Po Qty</th>
-
 
20
                        <th>Stock Qty</th>
19
                        <th>Availability</th>
21
                        <th>Total Availability</th>
20
                        <th>Allocation</th>
22
                        <th>Allocation</th>
21
                        <th>Purchase Limit</th>
23
                        <th>Purchase Limit</th>
22
                        <th>Action</th>
24
                        <th>Action</th>
23
                    </tr>
25
                    </tr>
24
                    </thead>
26
                    </thead>
Line 29... Line 31...
29
                            #foreach($model in $hidAllocationModelBrandMap.get($brand))
31
                            #foreach($model in $hidAllocationModelBrandMap.get($brand))
30
                            <tr>
32
                            <tr>
31
                                <td> $model.getCatalogId() </td>
33
                                <td> $model.getCatalogId() </td>
32
                                <td> $model.getModelNumber() </td>
34
                                <td> $model.getModelNumber() </td>
33
                                <td> $model.getBrand() </td>
35
                                <td> $model.getBrand() </td>
-
 
36
                                <td> $model.getOrderedStock() </td>
-
 
37
                                <td> $model.getCurrentSnapshotStock() </td>
34
                                <td> $model.getAvailableStock() </td>
38
                                <td> $model.getAvailableStock() </td>
35
                                <td><input value="$model.getHidAllocation()" disabled name="allocation-limit"></td>
39
                                <td><input value="$model.getHidAllocation()" disabled name="allocation-limit"></td>
36
                                <td> $model.getPurchaseLimit() </td>
40
                                <td> $model.getPurchaseLimit() </td>
37
                                <td>
41
                                <td>
38
                                    #if($isAdmin)
42
                                    #if($isAdmin)