Subversion Repositories SmartDukaan

Rev

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

Rev 27574 Rev 27670
Line 8... Line 8...
8
	    			    <th>LMS Qty</th>
8
	    			    <th>LMS Qty</th>
9
	    				<th>LMTD</th>
9
	    				<th>LMTD</th>
10
	    				<th>LMTD Qty</th>
10
	    				<th>LMTD Qty</th>
11
	    				 <th>MTD</th>
11
	    				 <th>MTD</th>
12
	    				 <th>MTD Qty</th>
12
	    				 <th>MTD Qty</th>
-
 
13
	    				 <th>MTD Unbilled Activated</th>
13
	    			 </tr>
14
	    			 </tr>
14
				 </thead>
15
				 </thead>
15
	    			<tbody>
16
	    			<tbody>
16
	    			    #foreach($branditemSale in $branditemSales)
17
	    			    #foreach($itemId in $branditemSales.keySet())
17
	    				<tr>
18
	    				<tr>
18
	    	 		    
19
	    	 		    
19
	    	 		   	<td>$warehouseMap.get($branditemSale.getWarehouseId())</td>
20
	    	 		   	<td>$warehouseMap.get($branditemSales.get($itemId).getWarehouseId())</td>
20
	    	 		     <td>$branditemSale.getBrand() $branditemSale.getModelName() $branditemSale.getModelNumber() $branditemSale.getColor()</td>
21
	    	 		     <td>$branditemSales.get($itemId).getBrand() $branditemSales.get($itemId).getModelName() $branditemSales.get($itemId).getModelNumber() $branditemSales.get($itemId).getColor()</td>
21
	                      <td class="currency">$branditemSale.getLms()</td>
22
	                      <td class="currency">$branditemSales.get($itemId).getLms()</td>
22
	    	 		      <td class="currency">$branditemSale.getLmsQty()</td>
23
	    	 		      <td class="currency">$branditemSales.get($itemId).getLmsQty()</td>
23
	    	 		      
24
	    	 		      
24
	                      <td class="currency">$branditemSale.getLmtd()</td>
25
	                      <td class="currency">$branditemSales.get($itemId).getLmtd()</td>
25
	    	 		      <td class="currency">$branditemSale.getLmtdQty()</td>
26
	    	 		      <td class="currency">$branditemSales.get($itemId).getLmtdQty()</td>
26
	    	 		      <td class="currency">$branditemSale.getMtd()</td>
27
	    	 		      <td class="currency">$branditemSales.get($itemId).getMtd()</td>
-
 
28
	    	 		      <td class="currency">$branditemSales.get($itemId).getMtdQty()</td>	
27
	    	 		      <td class="currency">$branditemSale.getMtdQty()</td>	</tr>
29
	    	 		       <td class="currency">$branditemSales.get($itemId).getAmtd()</td>	</tr>
28
	    				 #end
30
	    				 #end
29
	    				
31
	    				
30
	    		    </tbody>
32
	    		    </tbody>
31
	    		</table>
33
	    		</table>
32
		    </div>
34
		    </div>