Subversion Repositories SmartDukaan

Rev

Rev 27670 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27670 Rev 27676
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
	    				
-
 
14
	    				 <th>MTD UA</th>
13
	    				 <th>MTD Unbilled Activated</th>
15
	    				   <th>MTD UA Qty</th>
14
	    			 </tr>
16
	    			 </tr>
15
				 </thead>
17
				 </thead>
16
	    			<tbody>
18
	    			<tbody>
17
	    			    #foreach($itemId in $branditemSales.keySet())
19
	    			    #foreach($itemId in $branditemSales.keySet())
18
	    				<tr>
20
	    				<tr>
Line 24... Line 26...
24
	    	 		      
26
	    	 		      
25
	                      <td class="currency">$branditemSales.get($itemId).getLmtd()</td>
27
	                      <td class="currency">$branditemSales.get($itemId).getLmtd()</td>
26
	    	 		      <td class="currency">$branditemSales.get($itemId).getLmtdQty()</td>
28
	    	 		      <td class="currency">$branditemSales.get($itemId).getLmtdQty()</td>
27
	    	 		      <td class="currency">$branditemSales.get($itemId).getMtd()</td>
29
	    	 		      <td class="currency">$branditemSales.get($itemId).getMtd()</td>
28
	    	 		      <td class="currency">$branditemSales.get($itemId).getMtdQty()</td>	
30
	    	 		      <td class="currency">$branditemSales.get($itemId).getMtdQty()</td>	
29
	    	 		       <td class="currency">$branditemSales.get($itemId).getAmtd()</td>	</tr>
31
	    	 		          <td class="currency">$branditemSales.get($itemId).getAmtd()</td>	
-
 
32
	    	 		       <td>$branditemSales.get($itemId).getUamtdQty()</td>	
-
 
33
	    	 		   </tr>
-
 
34
	    	 		   
30
	    				 #end
35
	    				 #end
31
	    				
36
	    				
32
	    		    </tbody>
37
	    		    </tbody>
33
	    		</table>
38
	    		</table>
34
		    </div>
39
		    </div>