Subversion Repositories SmartDukaan

Rev

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

Rev 26846 Rev 27768
Line 70... Line 70...
70
	    						<th style="width:6%">Sale</th>
70
	    						<th style="width:6%">Sale</th>
71
	    						#else		
71
	    						#else		
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%">In Transit</th>
76
	    						<th style="width:9%">In Transit</th>
76
	    						<th style="width:6%">Recommended</th>
77
	    						<th style="width:6%">Recommended</th>
77
	    						<th style="width:6%">Minimum</th>
78
	    						<th style="width:6%">Minimum</th>
78
	    						
79
	    						
79
	    						<th>Remaining</th>
80
	    						<th>Remaining</th>
Line 96... Line 97...
96
	    						<td>$modelListing.getLast15DaysSale()</td>
97
	    						<td>$modelListing.getLast15DaysSale()</td>
97
	    						#else
98
	    						#else
98
	    						<td>$modelListing.getLast15DaysSale()</td>
99
	    						<td>$modelListing.getLast15DaysSale()</td>
99
	    						#end
100
	    						#end
100
	    						<td>$modelListing.getStockInHand()</td>
101
	    						<td>$modelListing.getStockInHand()</td>
-
 
102
	    						<td>$modelListing.getOurStockQty()</td>
101
	    						<td>$modelListing.getInTransitQuantity()</td>
103
	    						<td>$modelListing.getInTransitQuantity()</td>
102
	    						<td>$modelListing.getRecommendedQty()</td>
104
	    						<td>$modelListing.getRecommendedQty()</td>
103
	    						<td>$modelListing.getMinimumQty()</td>
105
	    						<td>$modelListing.getMinimumQty()</td>
104
	    						#if($mtd)
106
	    						#if($mtd)
105
	    						<td>$modelListing.getRemaining()</td>
107
	    						<td>$modelListing.getRemaining()</td>
Line 227... Line 229...
227
    	"scrollY":"600px",
229
    	"scrollY":"600px",
228
    	"columns": [
230
    	"columns": [
229
    	
231
    	
230
    	
232
    	
231
            { "visible": false }, null,null, null,
233
            { "visible": false }, null,null, null,
232
            { "orderDataType": "dom-text-numeric" }, null, null, null,null,null,null
234
            { "orderDataType": "dom-text-numeric" }, null,null, null, null,null,null,null
233
        ],
235
        ],
234
        "lengthMenu":[[25,50],[25,50]],
236
        "lengthMenu":[[25,50],[25,50]],
235
        "order": []
237
        "order": []
236
	});
238
	});
237
 
239