Subversion Repositories SmartDukaan

Rev

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

Rev 27676 Rev 27701
Line 357... Line 357...
357
	    				<th>Total Stock</th>
357
	    				<th>Total Stock</th>
358
	    				<th>Total Value</th>
358
	    				<th>Total Value</th>
359
	    				<th>Pending Indent</th>
359
	    				<th>Pending Indent</th>
360
	    				<th>Tertiary</th>
360
	    				<th>Tertiary</th>
361
	    				</tr>
361
	    				</tr>
362
	    				#foreach($key in $warehouseMap.keySet())
362
	    				#foreach($key in $warehouseStockMap.keySet())
363
	    			
363
	    			
364
	    				<tr onclick="getWarehouseBrandStock($warehouseStockMap.get($key).getWarehouseId())">
364
	    				<tr onclick="getWarehouseBrandStock($warehouseStockMap.get($key).getWarehouseId())">
365
	    					<td>$warehouseMap.get($key)</td>
365
	    					<td>$warehouseMap.get($key)</td>
366
	    					#if($warehouseStockMap.get($key).getStockQty())
366
	    					#if($warehouseStockMap.get($key).getStockQty())
367
	    					<td>$warehouseStockMap.get($key).getStockQty()</td>
367
	    					<td>$warehouseStockMap.get($key).getStockQty()</td>
Line 463... Line 463...
463
	    	 		   </tr>
463
	    	 		   </tr>
464
	    				 #end
464
	    				 #end
465
	    				
465
	    				
466
	    		    </tbody>
466
	    		    </tbody>
467
	    		</table> 		
467
	    		</table> 		
468
			</div>
-
 
469
			
-
 
470
			<div class="col-lg-6">
-
 
471
					<div class="row col-lg-4">
-
 
472
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
-
 
473
					</div>
-
 
474
					<div class="row col-lg-12 info-box white-bg">
-
 
475
						<table class="table table-striped reports-table" style="display:none">
-
 
476
						    <tbody>
-
 
477
					    		<div class="list-group">
-
 
478
					            #foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
-
 
479
						            #foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
-
 
480
										  <a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item"
-
 
481
											  #if($reporticoUrlInfo.getParamsList())
-
 
482
											  data-paramslist="$vmUtils.htmlJson($reporticoUrlInfo.getParamsList())"
-
 
483
											  #end
-
 
484
										  >
-
 
485
										    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
-
 
486
										    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
-
 
487
										  </a>
-
 
488
										  
-
 
489
					    			#end
-
 
490
				    			#end
-
 
491
								</div>
-
 
492
						    </tbody>
-
 
493
						</table>
-
 
494
						
468
	    		
495
					</div>
-
 
496
	
-
 
497
		  </div>
-
 
498
		  </div>
-
 
499
			#end
-
 
500
			
469
	    		
501
			#if($accessoriesBrandSales)				
-
 
502
			<div class="row">
-
 
503
				<div class="col-lg-6">
-
 
504
					<div class="row col-lg-6">
470
	    		<div class="row col-lg-6">
505
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Accessories Brand Wise Report</strong></h3>
471
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Accessories Brand Wise Report</strong></h3>
506
					</div>
472
					</div>
507
					
473
					
508
					 <table class="table table-striped table-advance table-hover">
474
					 <table class="table table-striped table-advance table-hover">
509
	    			<tbody>
475
	    			<tbody>
Line 554... Line 520...
554
	    	 		      #end
520
	    	 		      #end
555
	    	 		   </tr>
521
	    	 		   </tr>
556
	    				 #end
522
	    				 #end
557
	    				
523
	    				
558
	    		    </tbody>
524
	    		    </tbody>
559
	    		</table>    		
525
	    		</table>  
560
			</div>
526
			</div>
561
			
527
			
562
			<div class="col-lg-6">
528
			<div class="col-lg-6">
-
 
529
					<div class="row col-lg-4">
-
 
530
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
-
 
531
					</div>
563
					<div class="row col-lg-12 info-box white-bg">
532
					<div class="row col-lg-12 info-box white-bg">
-
 
533
						<table class="table table-striped reports-table" style="display:none">
-
 
534
						    <tbody>
-
 
535
					    		<div class="list-group">
-
 
536
					            #foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
-
 
537
						            #foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
-
 
538
										  <a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item"
-
 
539
											  #if($reporticoUrlInfo.getParamsList())
-
 
540
											  data-paramslist="$vmUtils.htmlJson($reporticoUrlInfo.getParamsList())"
-
 
541
											  #end
-
 
542
										  >
-
 
543
										    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
-
 
544
										    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
-
 
545
										  </a>
-
 
546
										  
-
 
547
					    			#end
-
 
548
				    			#end
-
 
549
								</div>
-
 
550
						    </tbody>
-
 
551
						</table>
-
 
552
						
-
 
553
					</div>
-
 
554
					
-
 
555
					
-
 
556
				<div class="row col-lg-12 info-box white-bg">
564
						<div class="col-lg-4">
557
						<div class="col-lg-4">
565
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
558
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
566
						</h3>
559
						</h3>
567
						</div>
560
						</div>
568
						<div class="col-lg-4">
561
						<div class="col-lg-4">
Line 581... Line 574...
581
						</div>
574
						</div>
582
				    	<div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
575
				    	<div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
583
						</div>
576
						</div>
584
					</div>
577
					</div>
585
				</div>
578
				</div>
-
 
579
	
586
			</div>
580
		  </div>
-
 
581
		  </div>
587
			#end
582
			#end
-
 
583
			
588
	
584
	
589
		 #if(!$brandSalesMap)	
585
		 #if(!$brandSalesMap)	
590
			
586
			
591
			<div class="row">
587
			<div class="row">
592
				<div class="col-lg-6">
588
				<div class="col-lg-6">