Subversion Repositories SmartDukaan

Rev

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

Rev 31189 Rev 31211
Line 1007... Line 1007...
1007
                                <div class="count currency">$investments.get("inStock")</div>
1007
                                <div class="count currency">$investments.get("inStock")</div>
1008
                                <div class="title">Total Stock</div>
1008
                                <div class="title">Total Stock</div>
1009
                            </div>
1009
                            </div>
1010
                        </div>
1010
                        </div>
1011
                    </div>
1011
                    </div>
-
 
1012
                    <div class="row">
-
 
1013
                    
1012
                    <div class="row partnerIncomeContainer">
1014
                      <div class="col-lg-8 partnerIncomeContainer"> </div>
-
 
1015
                    
-
 
1016
                       <div class="col-lg-4">
-
 
1017
                             <div class="info-box green-bg" style ="height: 145px;">
-
 
1018
                                 <h3 style="margin-top:-2px;margin-bottom:12px"><strong>MONTHLY TARGET</strong></h3>
-
 
1019
                                 
-
 
1020
                                  <div class="col-lg-6">
-
 
1021
                                    <h3 style="margin-top:-2px;margin-bottom:12px;"><strong
-
 
1022
                                            style="font-size: 16px; cursor:pointer; margin-left: 9px;"
-
 
1023
                                            >Sale</strong></h3>
-
 
1024
                                         <div class="col-lg-6">
-
 
1025
                                           #if($monthlyTarget)
-
 
1026
                                             <div style="margin-top:0px" class="count currency">$monthlyTarget.getSaleTarget()</div>
-
 
1027
                                         
-
 
1028
                                            #else
-
 
1029
                                                 <div style="margin-top:0px" class="count currency">0</div>
-
 
1030
                                        
-
 
1031
                                            #end
-
 
1032
                                         
-
 
1033
                                        </div>
-
 
1034
                                   </div>
-
 
1035
                                   
-
 
1036
                                  <div class="col-lg-6">
-
 
1037
                                    <h3 style="margin-top:-2px;margin-bottom:12px;"><strong
-
 
1038
                                            style="font-size: 16px; cursor:pointer; margin-left: 9px;"
-
 
1039
                                            >Purchase</strong></h3>
-
 
1040
                                         <div class="col-lg-6">
-
 
1041
                                            #if($monthlyTarget)
-
 
1042
                                              <div style="margin-top:0px" class="count currency">$monthlyTarget.getPurchaseTarget()</div>
-
 
1043
                                         
-
 
1044
                                            #else
-
 
1045
                                                 <div style="margin-top:0px" class="count currency">0</div>
-
 
1046
                                         
-
 
1047
                                            #end
-
 
1048
                                        </div>
-
 
1049
                                   </div>
-
 
1050
                        </div>
-
 
1051
                     
-
 
1052
                   </div>
1013
                    </div>
1053
                    </div>
1014
 
1054
 
1015
                    <div class="row">
1055
                    <div class="row">
1016
                        <div class="Mobile">
1056
                        <div class="Mobile">
1017
                            #foreach($brandStockPrice in $brandStockPrices)
1057
                            #foreach($brandStockPrice in $brandStockPrices)