Subversion Repositories SmartDukaan

Rev

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

Rev 27594 Rev 27599
Line 360... Line 360...
360
	    				    #else
360
	    				    #else
361
	    				    <td>0</td>
361
	    				    <td>0</td>
362
	    					#end
362
	    					#end
363
	    					
363
	    					
364
	    					<td>$warehouseStockMap.get($key).getTertiary()</td>
364
	    					<td>$warehouseStockMap.get($key).getTertiary()</td>
365
	    				  
365
	    				  		
366
	    					
-
 
367
	    					
-
 
368
	    					
-
 
369
		                  </tr>
366
		                  </tr>
370
		              
367
		              
371
	    				 #end
368
	    				 #end
372
	    			
369
	    			
373
	    				
370
	    				
Line 436... Line 433...
436
	    	 		      #end
433
	    	 		      #end
437
	    	 		   </tr>
434
	    	 		   </tr>
438
	    				 #end
435
	    				 #end
439
	    				
436
	    				
440
	    		    </tbody>
437
	    		    </tbody>
441
	    		</table>
438
	    		</table> 		
442
	    		
-
 
443
			</div>
439
			</div>
444
			
440
			
445
			
-
 
446
			<div class="col-lg-6">
441
			<div class="col-lg-6">
-
 
442
					<div class="row col-lg-4">
-
 
443
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
-
 
444
					</div>
-
 
445
					<div class="row col-lg-12 info-box white-bg">
-
 
446
						<table class="table table-striped reports-table" style="display:none">
-
 
447
						    <tbody>
-
 
448
					    		<div class="list-group">
-
 
449
					            #foreach($reporticoProjectEntry in $reporticoProjectMap.entrySet())
-
 
450
						            #foreach($reporticoUrlInfo in $reporticoProjectEntry.getValue())
-
 
451
										  <a href="${rc.contextPath}/reports/${reporticoProjectEntry.getKey()}${reporticoUrlInfo.getUrl()}" class="list-group-item"
-
 
452
											  #if($reporticoUrlInfo.getParamsList())
-
 
453
											  data-paramslist="$vmUtils.htmlJson($reporticoUrlInfo.getParamsList())"
-
 
454
											  #end
-
 
455
										  >
-
 
456
										    <h4 class="list-group-item-heading">$reporticoUrlInfo.getTitle()</h4>
-
 
457
										    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
-
 
458
										  </a>
-
 
459
										  
-
 
460
					    			#end
-
 
461
				    			#end
-
 
462
								</div>
-
 
463
						    </tbody>
-
 
464
						</table>
-
 
465
						
-
 
466
					</div>
-
 
467
	
-
 
468
		  </div>
-
 
469
		  </div>
-
 
470
			#end
-
 
471
			
-
 
472
			#if($accessoriesBrandSales)				
-
 
473
			<div class="row">
-
 
474
				<div class="col-lg-6">
447
					<div class="row col-lg-6">
475
					<div class="row col-lg-6">
448
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Accessories Brand Wise Report</strong></h3>
476
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Accessories Brand Wise Report</strong></h3>
449
					</div>
477
					</div>
450
					
478
					
451
					 <table class="table table-striped table-advance table-hover">
479
					 <table class="table table-striped table-advance table-hover">
Line 497... Line 525...
497
	    	 		      #end
525
	    	 		      #end
498
	    	 		   </tr>
526
	    	 		   </tr>
499
	    				 #end
527
	    				 #end
500
	    				
528
	    				
501
	    		    </tbody>
529
	    		    </tbody>
502
	    		</table>
530
	    		</table>    		
503
	    		
-
 
504
			</div>
531
			</div>
-
 
532
			
-
 
533
			<div class="col-lg-6">
-
 
534
					<div class="row col-lg-12 info-box white-bg">
-
 
535
						<div class="col-lg-4">
-
 
536
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
-
 
537
						</h3>
-
 
538
						</div>
-
 
539
						<div class="col-lg-4">
-
 
540
							<div class="btn-group message-filter"> 
-
 
541
								<button data-messagetype="notification" type="button" class="btn btn-default" aria-label="Notifications" title="Notifications">
-
 
542
								<span class="glyphicon glyphicon-bell" aria-hidden="true"></span></button> 
-
 
543
								<button data-messagetype="announcement" type="button" class="btn btn-default" aria-label="Announcements" title="Announcements">
-
 
544
								<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span></button> 
-
 
545
								<button data-messagetype="scheme" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
-
 
546
									<span class="glyphicon glyphicon-tags" aria-hidden="true"></span>
-
 
547
								</button>
-
 
548
								<button data-messagetype="marketing" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
-
 
549
								 <span class="glyphicon glyphicon-picture" aria-hidden="true"></span>
-
 
550
							</button>
-
 
551
							</div>
-
 
552
						</div>
-
 
553
				    	<div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
-
 
554
						</div>
-
 
555
					</div>
-
 
556
				</div>
505
			</div>
557
			</div>
506
			#end
558
			#end
-
 
559
	
-
 
560
		 #if(!$brandSales)	
507
			
561
			
508
			<div class="row">
562
			<div class="row">
509
				<div class="col-lg-6">
563
				<div class="col-lg-6">
510
					<div class="row col-lg-4">
564
					<div class="row col-lg-4">
511
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
565
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>Reports</strong></h3>
Line 556... Line 610...
556
				    	<div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
610
				    	<div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
557
						</div>
611
						</div>
558
					</div>
612
					</div>
559
				</div>
613
				</div>
560
			</div>
614
			</div>
-
 
615
			#end
561
		</section>
616
		</section>
562
    	<div class="text-center">
617
    	<div class="text-center">
563
          <div class="credits">
618
          <div class="credits">
564
          	<p>All rights reserved.&copy;2017, Smart Dukaan</p>
619
          	<p>All rights reserved.&copy;2017, Smart Dukaan</p>
565
          </div>
620
          </div>