Subversion Repositories SmartDukaan

Rev

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

Rev 31211 Rev 31218
Line 1020... Line 1020...
1020
                                  <div class="col-lg-6">
1020
                                  <div class="col-lg-6">
1021
                                    <h3 style="margin-top:-2px;margin-bottom:12px;"><strong
1021
                                    <h3 style="margin-top:-2px;margin-bottom:12px;"><strong
1022
                                            style="font-size: 16px; cursor:pointer; margin-left: 9px;"
1022
                                            style="font-size: 16px; cursor:pointer; margin-left: 9px;"
1023
                                            >Sale</strong></h3>
1023
                                            >Sale</strong></h3>
1024
                                         <div class="col-lg-6">
1024
                                         <div class="col-lg-6">
1025
                                           #if($monthlyTarget)
1025
                                           #if($monthlyTarget && $monthlyTarget.getSaleTarget() >0)
1026
                                             <div style="margin-top:0px" class="count currency">$monthlyTarget.getSaleTarget()</div>
1026
                                             <div style="margin-top:0px" class="count currency">$monthlyTarget.getSaleTarget()</div>
1027
                                         
1027
                                         
1028
                                            #else
1028
                                            #else
1029
                                                 <div style="margin-top:0px" class="count currency">0</div>
1029
                                                 <div style="margin-top:0px" class="count currency">-</div>
1030
                                        
1030
                                        
1031
                                            #end
1031
                                            #end
1032
                                         
1032
                                         
1033
                                        </div>
1033
                                        </div>
1034
                                   </div>
1034
                                   </div>
Line 1036... Line 1036...
1036
                                  <div class="col-lg-6">
1036
                                  <div class="col-lg-6">
1037
                                    <h3 style="margin-top:-2px;margin-bottom:12px;"><strong
1037
                                    <h3 style="margin-top:-2px;margin-bottom:12px;"><strong
1038
                                            style="font-size: 16px; cursor:pointer; margin-left: 9px;"
1038
                                            style="font-size: 16px; cursor:pointer; margin-left: 9px;"
1039
                                            >Purchase</strong></h3>
1039
                                            >Purchase</strong></h3>
1040
                                         <div class="col-lg-6">
1040
                                         <div class="col-lg-6">
1041
                                            #if($monthlyTarget)
1041
                                            #if($monthlyTarget && $monthlyTarget.getPurchaseTarget() > 0)
1042
                                              <div style="margin-top:0px" class="count currency">$monthlyTarget.getPurchaseTarget()</div>
1042
                                              <div style="margin-top:0px" class="count currency">$monthlyTarget.getPurchaseTarget()</div>
1043
                                         
1043
                                         
1044
                                            #else
1044
                                            #else
1045
                                                 <div style="margin-top:0px" class="count currency">0</div>
1045
                                                 <div style="margin-top:0px" class="count currency"> - </div>
1046
                                         
1046
                                         
1047
                                            #end
1047
                                            #end
1048
                                        </div>
1048
                                        </div>
1049
                                   </div>
1049
                                   </div>
1050
                        </div>
1050
                        </div>