Subversion Repositories SmartDukaan

Rev

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

Rev 23796 Rev 23855
Line 67... Line 67...
67
				            <tr>
67
				            <tr>
68
								<th>Id</th>
68
								<th>Id</th>
69
	    						<th style="width:40%">Description</th>
69
	    						<th style="width:40%">Description</th>
70
	    						<th style="width:12%">Selling Price</th>
70
	    						<th style="width:12%">Selling Price</th>
71
	    						<th>MOP</th>
71
	    						<th>MOP</th>
72
	    						<th style="width:12%">Allocated Quantity</th>
72
	    						<th style="width:20%">Allocated Quantity</th>
73
	    						<th style="width:11%">In Stock</th>
73
	    						<th style="width:9%">In Stock</th>
74
	    						<th style="width:11%">In Transit</th>
74
	    						<th style="width:9%">In Transit</th>
75
	    						<th style="width:11%">To be Ordered</th>
75
	    						<th style="width:9%">To be Ordered</th>
76
				            </tr>
76
				            </tr>
77
				        </thead>
77
				        </thead>
78
	    				<tbody>
78
	    				<tbody>
79
	    					#foreach( $tagListing in $tagListings )
79
	    					#foreach( $tagListing in $tagListings )
80
	    					<tr>
80
	    					<tr>
Line 87... Line 87...
87
	    						<input type="number" min="0" max="10" 
87
	    						<input type="number" min="0" max="10" 
88
	    						data-item-id="$tagListing.getItemId()"
88
	    						data-item-id="$tagListing.getItemId()"
89
	    						data-selling-price="$tagListing.getSellingPrice()"
89
	    						data-selling-price="$tagListing.getSellingPrice()"
90
	    						data-description="$tagListing.getItemDescription()" 
90
	    						data-description="$tagListing.getItemDescription()" 
91
	    						value="$tagListing.getAllocatedQuantity()"/>
91
	    						value="$tagListing.getAllocatedQuantity()"/>
-
 
92
	    						#if($tagListing.getAllocatedQuantity() == 0)
-
 
93
	    							<button type="button" class="btn btn-link mk_pause_button" 
-
 
94
	    							data-id="$tagListing.getId()"
-
 
95
	    							data-description="$tagListing.getItemDescription()"
-
 
96
	    							>Pause</button>
-
 
97
	    						#end
92
	    						#else
98
	    						#else
93
								$tagListing.getAllocatedQuantity()	    						
99
								$tagListing.getAllocatedQuantity()	    						
94
	    						#end
100
	    						#end
95
	    						</td>
101
	    						</td>
96
	    						<td>$tagListing.getStockInHand()</td>
102
	    						<td>$tagListing.getStockInHand()</td>