Subversion Repositories SmartDukaan

Rev

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

Rev 25675 Rev 25680
Line 725... Line 725...
725
									</div>
725
									</div>
726
								</div>
726
								</div>
727
							</div>
727
							</div>
728
						</div>
728
						</div>
729
					</div>
729
					</div>
730
						<div class="col-lg-4 row">
730
					<div class="col-lg-4 row">
731
							<div class="info-box green-bg">
731
						<div class="info-box green-bg">
732
								<i class="fa fa-cubes"></i>
732
							<i class="fa fa-cubes"></i>
733
								<div class="count currency">$investments.get("inStock")</div>
733
							<div class="count currency">$investments.get("inStock")</div>
734
								<div class="title">Total Stock</div>						
734
							<div class="title">Total Stock</div>						
735
							</div>
-
 
736
						</div>
735
						</div>
737
					</div>
736
					</div>
-
 
737
				</div>
738
					<div class="row">
738
				<div class="row">
739
						#foreach($brandStockPrice in $brandStockPrices)
739
					#foreach($brandStockPrice in $brandStockPrices)
740
						<div class="col-lg-3">
740
					<div class="col-lg-3">
741
							<div class="card card-default">
741
						<div class="card card-default">
742
								<span class="card-body" style="padding-bottom:0px">
742
							<span class="card-body" style="padding-bottom:0px">
743
									<!--<h3 style="color:#727272;font-size:17px;font-weight:700">
-
 
744
										MTD Sales / $brandStockPrice.getTotalQty()pc
-
 
745
									</h3>
-
 
746
									<table>
-
 
747
									<thead>
-
 
748
										<tr><td colspan="2">MTD Sales</td></tr>
-
 
749
									</thead>
-
 
750
									<tbody>
-
 
751
										<tr><th>Qty</th><td></td></tr>
-
 
752
										<tr><th>Value</th><td></td></tr>
-
 
753
									</tbody>
-
 
754
									</table>-->
-
 
755
									<table>
743
								<table>
756
									<thead>
744
									<thead>
757
										<tr><td colspan="2">Current Stock</td></tr>
745
										<tr><td colspan="2">Current Stock</td></tr>
758
									</thead>
746
									</thead>
759
									<tbody>
747
									<tbody>
760
										<tr><th>Qty</th><td>$brandStockPrice.getTotalQty()pc</td></tr>
748
										<tr><th>Qty</th><td>$brandStockPrice.getTotalQty()pc</td></tr>
761
										<tr><th>Value</th><td><span class="currency">$brandStockPrice.getTotalValue()</span></td></tr>
749
										<tr><th>Value</th><td><span class="currency">$brandStockPrice.getTotalValue()</span></td></tr>
762
									</tbody>
750
									</tbody>
763
									</table>
751
								</table>
764
									#if($brandStockPrice.getAgedValue()>0)
752
								#if($brandStockPrice.getAgedValue()>0)
765
									<p style="color:#d15a57;font-weight:700" title="Focus Stock">
753
								<p style="color:#d15a57;font-weight:700" title="Focus Stock">
766
										<span class="currency">$brandStockPrice.getAgedValue()</span> / $brandStockPrice.getAgedQty()
754
									<span class="currency">$brandStockPrice.getAgedValue()</span> / $brandStockPrice.getAgedQty()
767
									</p>
755
								</p>
768
									#else
756
								#else
769
									<p>&nbsp;</p>
757
								<p>&nbsp;</p>
770
									#end
758
								#end
771
								</span>
759
							</span>
772
								<span class="card-img">
760
							<span class="card-img">
773
								<img src="${brandStockPrice.getBrandUrl()}" class="cover">
761
								<img src="${brandStockPrice.getBrandUrl()}" class="cover">
774
								</span>
762
							</span>
775
							</div>
-
 
776
						</div>
763
						</div>
777
						#end
-
 
778
					</div>
764
					</div>
-
 
765
					#end
779
				</div>
766
				</div>
-
 
767
			</div>
780
				<div class="col-lg-6">
768
			<div class="col-lg-6">
781
					<div class="row col-lg-12 info-box white-bg">
769
				<div class="row col-lg-12 info-box white-bg">
782
						#parse("performance.vm")
770
					#parse("performance.vm")
783
					</div>
771
				</div>
784
					<div class="row col-lg-12 info-box white-bg">
772
				<div class="row col-lg-12 info-box white-bg">
785
						<div class="col-lg-3">
773
					<div class="col-lg-3">
786
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
774
					<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
787
						</h3>
775
					</h3>
788
						</div>
776
					</div>
789
						<div class="col-lg-2">
777
					<div class="col-lg-3">
-
 
778
						<div class="btn-group message-filter"> 
-
 
779
							<button data-messagetype="notification" type="button" class="btn btn-default" aria-label="Notifications" title="Notifications">
-
 
780
							<span class="glyphicon glyphicon-bell" aria-hidden="true"></span></button> 
-
 
781
							<button data-messagetype="announcement" type="button" class="btn btn-default" aria-label="Announcements" title="Announcements">
-
 
782
							<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span></button> 
-
 
783
							<button data-messagetype="scheme" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
-
 
784
								<span class="glyphicon glyphicon-tags" aria-hidden="true"></span>
-
 
785
							</button>
-
 
786
						</div>
-
 
787
					
790
							<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
788
						<!--<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
791
								<option value="both" selected>Both</option>
789
							<option value="both" selected>Both</option>
792
								<option value="annoucement">Annoucement</option>
790
							<option value="annoucement">Annoucement</option>
793
								<option value="notification">Notification</option>
791
							<option value="notification">Notification</option>
794
							</select>
792
						</select>-->
795
						</div>
793
					</div>
796
					    <div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
794
				    <div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
797
						</div>
-
 
798
					</div>
795
					</div>
799
				</div>
796
				</div>
800
			</div>
797
			</div>
-
 
798
		</div>
801
		</section>
799
		</section>
802
    	<div class="text-center">
800
    	<div class="text-center">
803
          <div class="credits">
801
          <div class="credits">
804
          	<p>All rights reserved.&copy;2017, Smart Dukaan</p>
802
          	<p>All rights reserved.&copy;2017, Smart Dukaan</p>
805
          </div>
803
          </div>