Subversion Repositories SmartDukaan

Rev

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

Rev 27637 Rev 27638
Line 9... Line 9...
9
	    	
9
	    	
10
	             <table class="table  table-advance" id = "brand-mtd">
10
	             <table class="table  table-advance" id = "brand-mtd">
11
	    			<tbody>
11
	    			<tbody>
12
	    			  <tr>
12
	    			  <tr>
13
				        <th>Brand</th>
13
				        <th>Brand</th>
-
 
14
				        <th>Quantity</th>
14
						<th>Amount</th>
15
						<th>Amount</th>
15
					
16
					
16
	                 </tr>	
17
	                 </tr>	
17
	               #foreach($brand in $brandMtdAmount.entrySet())
18
	               #foreach($brand in $brandMtdAmount.entrySet())
18
						    
19
						    
19
			         <tr>		
20
			         <tr>		
20
		    	         <td>$brand.getKey()</td>
21
		    	         <td>$brand.getKey()</td>
-
 
22
		    	          <td>$brandMtdQty.get($brand.getKey())</td>
21
		    	          <td class="currency">$brand.getValue()</td>
23
		    	          <td class="currency">$brand.getValue()</td>
22
		    		   </tr>	
24
		    		   </tr>	
23
			           #end
25
			           #end
24
			              <tr>		
26
			              <tr>		
25
		    	         <td>Accessories</td>
27
		    	         <td>Accessories</td>
26
		    	         #if($accesoriesmtdsale)
28
		    	         #if($accesoriesmtdsale)
-
 
29
		    	         <td>$accesoriesmtdqty</td>
27
		    	          <td class="currency">$accesoriesmtdsale</td>
30
		    	          <td class="currency">$accesoriesmtdsale</td>
28
		    	          #else
31
		    	          #else
-
 
32
		    	          <td>0</td>
29
		    	           <td class="currency">0</td>  
33
		    	           <td class="currency">0</td>  
30
		    	          #end
34
		    	          #end
31
		    		   </tr>
35
		    		   </tr>
32
		    	    </tbody>
36
		    	    </tbody>
33
	             </table>
37
	             </table>