Subversion Repositories SmartDukaan

Rev

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

Rev 27768 Rev 29707
Line 72... Line 72...
72
	    						<th style="width:6%">15 days sale</th>
72
	    						<th style="width:6%">15 days sale</th>
73
	    						#end
73
	    						#end
74
	    						<th style="width:9%">In Stock</th>
74
	    						<th style="width:9%">In Stock</th>
75
	    						<th style="width:9%">Our Stock</th>
75
	    						<th style="width:9%">Our Stock</th>
76
	    						<th style="width:9%">In Transit</th>
76
	    						<th style="width:9%">In Transit</th>
77
	    						<th style="width:6%">Recommended</th>
77
	    						<th style="width:3%">Recomm ended</th>
78
	    						<th style="width:6%">Minimum</th>
78
	    						<th style="width:3%">Mini mum</th>
-
 
79
	    						<th style="width:3%">Obv Recomm ended</th>
-
 
80
	    						<th style="width:3%">Obv Mini mum</th>
79
	    						
81
	    						
80
	    						<th>Remaining</th>
82
	    						<th>Remaining</th>
81
	    						
83
	    						
82
	    						
84
	    						
83
				            </tr>
85
				            </tr>
Line 101... Line 103...
101
	    						<td>$modelListing.getStockInHand()</td>
103
	    						<td>$modelListing.getStockInHand()</td>
102
	    						<td>$modelListing.getOurStockQty()</td>
104
	    						<td>$modelListing.getOurStockQty()</td>
103
	    						<td>$modelListing.getInTransitQuantity()</td>
105
	    						<td>$modelListing.getInTransitQuantity()</td>
104
	    						<td>$modelListing.getRecommendedQty()</td>
106
	    						<td>$modelListing.getRecommendedQty()</td>
105
	    						<td>$modelListing.getMinimumQty()</td>
107
	    						<td>$modelListing.getMinimumQty()</td>
-
 
108
	    						<td>$modelListing.getObsRecommendedQty()</td>
-
 
109
	    						<td>$modelListing.getObsMinimumQty()</td>
-
 
110
	    						
106
	    						#if($mtd)
111
	    						#if($mtd)
107
	    						<td>$modelListing.getRemaining()</td>
112
	    						<td>$modelListing.getRemaining()</td>
108
	    						#else
113
	    						#else
109
	    						<td></td>
114
	    						<td></td>
110
	    						#end
115
	    						#end
Line 229... Line 234...
229
    	"scrollY":"600px",
234
    	"scrollY":"600px",
230
    	"columns": [
235
    	"columns": [
231
    	
236
    	
232
    	
237
    	
233
            { "visible": false }, null,null, null,
238
            { "visible": false }, null,null, null,
234
            { "orderDataType": "dom-text-numeric" }, null,null, null, null,null,null,null
239
            { "orderDataType": "dom-text-numeric" }, null,null, null, null,null,null,null,null,null
235
        ],
240
        ],
236
        "lengthMenu":[[25,50],[25,50]],
241
        "lengthMenu":[[25,50],[25,50]],
237
        "order": []
242
        "order": []
238
	});
243
	});
239
 
244