Subversion Repositories SmartDukaan

Rev

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

Rev 27556 Rev 27574
Line 2... Line 2...
2
	<table id="warehouseItemWisePartnerSale" class="table table-striped table-advance table-hover">
2
	<table id="warehouseItemWisePartnerSale" class="table table-striped table-advance table-hover">
3
		<thead>
3
		<thead>
4
	    	<tr>
4
	    	<tr>
5
	    				<th>W/H Name</th>
5
	    				<th>W/H Name</th>
6
	    				<th>Item</th>
6
	    				<th>Item</th>
-
 
7
	    			    <th>LMS</th>
-
 
8
	    			    <th>LMS Qty</th>
7
	    				<th>LMTD</th>
9
	    				<th>LMTD</th>
8
	    				<th>LMTD Qty</th>
10
	    				<th>LMTD Qty</th>
9
	    				 <th>MTD</th>
11
	    				 <th>MTD</th>
10
	    				 <th>MTD Qty</th>
12
	    				 <th>MTD Qty</th>
11
	    			 </tr>
13
	    			 </tr>
Line 14... Line 16...
14
	    			    #foreach($branditemSale in $branditemSales)
16
	    			    #foreach($branditemSale in $branditemSales)
15
	    				<tr>
17
	    				<tr>
16
	    	 		    
18
	    	 		    
17
	    	 		   	<td>$warehouseMap.get($branditemSale.getWarehouseId())</td>
19
	    	 		   	<td>$warehouseMap.get($branditemSale.getWarehouseId())</td>
18
	    	 		     <td>$branditemSale.getBrand() $branditemSale.getModelName() $branditemSale.getModelNumber() $branditemSale.getColor()</td>
20
	    	 		     <td>$branditemSale.getBrand() $branditemSale.getModelName() $branditemSale.getModelNumber() $branditemSale.getColor()</td>
-
 
21
	                      <td class="currency">$branditemSale.getLms()</td>
-
 
22
	    	 		      <td class="currency">$branditemSale.getLmsQty()</td>
-
 
23
	    	 		      
19
	                      <td class="currency">$branditemSale.getLmtd()</td>
24
	                      <td class="currency">$branditemSale.getLmtd()</td>
20
	    	 		      <td class="currency">$branditemSale.getLmtdQty()</td>
25
	    	 		      <td class="currency">$branditemSale.getLmtdQty()</td>
21
	    	 		      <td class="currency">$branditemSale.getMtd()</td>
26
	    	 		      <td class="currency">$branditemSale.getMtd()</td>
22
	    	 		      <td class="currency">$branditemSale.getMtdQty()</td>	</tr>
27
	    	 		      <td class="currency">$branditemSale.getMtdQty()</td>	</tr>
23
	    				 #end
28
	    				 #end