Subversion Repositories SmartDukaan

Rev

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

Rev 27558 Rev 27574
Line 381... Line 381...
381
					
381
					
382
					 <table class="table table-striped table-advance table-hover">
382
					 <table class="table table-striped table-advance table-hover">
383
	    			<tbody>
383
	    			<tbody>
384
	    				<tr>
384
	    				<tr>
385
	    				<th>W/H Location</th>
385
	    				<th>W/H Location</th>
-
 
386
	    				<th>LMS</th>
-
 
387
	    				  <th>LMS Qty</th>
386
	    				 <th>LMTD</th>
388
	    				 <th>LMTD</th>
387
	    				  <th>LMTD Qty</th>
389
	    				  <th>LMTD Qty</th>
388
	    				   <th>MTD</th>
390
	    				   <th>MTD</th>
389
	    				    <th>MTD Qty</th>
391
	    				    <th>MTD Qty</th>
390
	    				</tr>
392
	    				</tr>
391
	    				#foreach($salekey in $$warehouseMap.keySet())
393
	    				#foreach($salekey in $$warehouseMap.keySet())
392
	    				<tr onclick="getWarehouseWiseBrandPartnerSale($brandSales.get($salekey).getWarehouseId())">
394
	    				<tr onclick="getWarehouseWiseBrandPartnerSale($brandSales.get($salekey).getWarehouseId())">
393
	    				  
395
	    				  
394
	    	 		      <td>$warehouseMap.get($salekey)</td>
396
	    	 		      <td>$warehouseMap.get($salekey)</td>
-
 
397
	    	 		      
-
 
398
	    	 		      #if($brandSales.get($salekey).getLms())
-
 
399
	    	 		      <td class="currency">$brandSales.get($salekey).getLms()</td>
-
 
400
	    	 		      #else
-
 
401
	    	 		      <td>0</td>
-
 
402
	    	 		      #end
-
 
403
	    	 		       
-
 
404
	    	 		      #if($brandSales.get($salekey).getLmsQty())
-
 
405
	    	 		      <td class="currency">$brandSales.get($salekey).getLmsQty()</td>
-
 
406
	    	 		      #else
-
 
407
	    	 		      <td>0</td>
-
 
408
	    	 		      #end
395
	    	 		      #if($brandSales.get($salekey).getLmtd())
409
	    	 		      #if($brandSales.get($salekey).getLmtd())
396
	    	 		      <td class="currency">$brandSales.get($salekey).getLmtd()</td>
410
	    	 		      <td class="currency">$brandSales.get($salekey).getLmtd()</td>
397
	    	 		      #else
411
	    	 		      #else
398
	    	 		      <td>0</td>
412
	    	 		      <td>0</td>
399
	    	 		      #end
413
	    	 		      #end