Subversion Repositories SmartDukaan

Rev

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

Rev 32373 Rev 33183
Line 10... Line 10...
10
                "bInfo": false,
10
                "bInfo": false,
11
                "bAutoWidth": false,
11
                "bAutoWidth": false,
12
                "pageLength": 100,
12
                "pageLength": 100,
13
                lengthMenu: [
13
                lengthMenu: [
14
                    [100, -1],
14
                    [100, -1],
15
                    [100, 'All'],
15
                    [50,100, 'All'],
16
                ]
16
                ]
17
            
17
 
18
       });
18
       });
19
    
19
    
20
    }); 
20
    }); 
21
 
21
 
22
 </script>
22
 </script>
Line 24... Line 24...
24
 
24
 
25
 <div class="col-lg-12">
25
 <div class="col-lg-12">
26
            <table id="vendor-pricing-circular" class="table table-striped table-advance table-hover" >
26
            <table id="vendor-pricing-circular" class="table table-striped table-advance table-hover" >
27
              <thead>
27
              <thead>
28
                <tr>
28
                <tr>
-
 
29
                    <th> Vendor name</th>
-
 
30
 
29
                 <th> Catalog Id</th>
31
                 <th> Catalog Id</th>
30
                 <th> Model </th>
32
                 <th> Model </th>
31
                 <th> TP</th>  
33
                 <th> TP</th>  
32
                 <th> DP</th>  
34
                 <th> DP</th>  
33
                 <th> MOP</th>  
35
                 <th> MOP</th>  
Line 38... Line 40...
38
              <tbody> 
40
              <tbody> 
39
              
41
              
40
              
42
              
41
                #foreach($vendorCatalogPricing in $vendorCatalogPricings)
43
                #foreach($vendorCatalogPricing in $vendorCatalogPricings)
42
                <tr>
44
                <tr>
-
 
45
                    <td>$suppliers.get($vendorCatalogPricing.getVendorId()).getName()</td>
-
 
46
 
43
                <td>$vendorCatalogPricing.getCatalogId()</td>
47
                <td>$vendorCatalogPricing.getCatalogId()</td>
44
                    <td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescriptionNoColor()</td>
48
                    <td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescriptionNoColor()</td>
45
                <td>$vendorCatalogPricing.getTransferPrice()</td>
49
                <td>$vendorCatalogPricing.getTransferPrice()</td>
46
                <td>$vendorCatalogPricing.getDealerPrice()</td>
50
                <td>$vendorCatalogPricing.getDealerPrice()</td>
47
                <td>$vendorCatalogPricing.getMop()</td>
51
                <td>$vendorCatalogPricing.getMop()</td>