Subversion Repositories SmartDukaan

Rev

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

Rev 27673 Rev 27676
Line 407... Line 407...
407
	    				  <th>LMS Qty</th>
407
	    				  <th>LMS Qty</th>
408
	    				 <th>LMTD</th>
408
	    				 <th>LMTD</th>
409
	    				  <th>LMTD Qty</th>
409
	    				  <th>LMTD Qty</th>
410
	    				   <th>MTD</th>
410
	    				   <th>MTD</th>
411
	    				    <th>MTD Qty</th>
411
	    				    <th>MTD Qty</th>
-
 
412
	    				       <th>MTD UA</th>
412
	    				    <th>MTD Unbilled Activated</th>
413
	    				      <th>MTD UA Qty</th>
-
 
414
	    				 
413
	    				</tr>
415
	    				</tr>
414
	    				#foreach($salekey in $brandSalesMap.keySet())
416
	    				#foreach($salekey in $brandSalesMap.keySet())
415
	    				<tr onclick="getWarehouseWiseBrandPartnerSale(`$brandSalesMap.get($salekey).getBrand()`)">
417
	    				<tr onclick="getWarehouseWiseBrandPartnerSale(`$brandSalesMap.get($salekey).getBrand()`)">
416
	    				  <td>$brandSalesMap.get($salekey).getBrand()</td>
418
	    				  <td>$brandSalesMap.get($salekey).getBrand()</td>
417
	    	 		    
419
	    	 		    
Line 445... Line 447...
445
	    	 		      #if($brandSalesMap.get($salekey).getMtdQty())
447
	    	 		      #if($brandSalesMap.get($salekey).getMtdQty())
446
	    	 		      <td class="currency">$brandSalesMap.get($salekey).getMtdQty()</td>
448
	    	 		      <td class="currency">$brandSalesMap.get($salekey).getMtdQty()</td>
447
	    	 		      #else
449
	    	 		      #else
448
	    	 		      <td>0</td>
450
	    	 		      <td>0</td>
449
	    	 		      #end
451
	    	 		      #end
450
	    	 		      
-
 
451
	    	 		      #if($brandSalesMap.get($salekey).getAmtd())
452
	    	 		       #if($brandSalesMap.get($salekey).getAmtd())
452
	    	 		      <td class="currency">$brandSalesMap.get($salekey).getAmtd()</td>
453
	    	 		      <td class="currency">$brandSalesMap.get($salekey).getAmtd()</td>
453
	    	 		      #else
454
	    	 		      #else
454
	    	 		      <td>0</td>
455
	    	 		      <td>0</td>
455
	    	 		      #end
456
	    	 		      #end
-
 
457
	    	 		       #if($brandSalesMap.get($salekey).getUamtdQty())
-
 
458
	    	 		      <td>$brandSalesMap.get($salekey).getUamtdQty()</td>
-
 
459
	    	 		      #else
-
 
460
	    	 		      <td>0</td>
-
 
461
	    	 		      #end
-
 
462
	    	 		
456
	    	 		   </tr>
463
	    	 		   </tr>
457
	    				 #end
464
	    				 #end
458
	    				
465
	    				
459
	    		    </tbody>
466
	    		    </tbody>
460
	    		</table> 		
467
	    		</table>