Subversion Repositories SmartDukaan

Rev

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

Rev 31189 Rev 31259
Line 474... Line 474...
474
 
474
 
475
 
475
 
476
                #end
476
                #end
477
 
477
 
478
            </div>
478
            </div>
-
 
479
            
-
 
480
              <div class="row">
-
 
481
          
-
 
482
 
-
 
483
                    <div class="col-lg-6">
-
 
484
 
-
 
485
 
-
 
486
                        <div class="row saleMilestoneContainer" style="margin: 5px"></div>
-
 
487
 
-
 
488
                      
-
 
489
 
-
 
490
                        </div>
-
 
491
 
-
 
492
 
-
 
493
             </div>
-
 
494
                   
-
 
495
             
479
            <div class="row">
496
            <div class="row">
480
                #if($authUserTicketCount)
497
                #if($authUserTicketCount)
481
 
498
 
482
                    <div class="col-lg-6">
499
                    <div class="col-lg-6">
483
                        <div class="row col-lg-8">
500
                        <div class="row col-lg-8">
Line 808... Line 825...
808
                        $('.reportContainer').html(response);
825
                        $('.reportContainer').html(response);
809
                    });
826
                    });
810
                });
827
                });
811
 
828
 
812
 
829
 
-
 
830
        doGetAjaxRequestHandler(context + "/getCountByCategory", function (response) {
-
 
831
            $('.saleMilestoneContainer').html(response);
-
 
832
        });
-
 
833
        
813
        doGetAjaxRequestHandler(context + "/getMobileLMSFilter", function (response) {
834
             doGetAjaxRequestHandler(context + "/getMobileLMSFilter", function (response) {
814
            $('.chartfilterlmsContainer').html(response);
835
            $('.chartfilterlmsContainer').html(response);
815
        });
836
        });
-
 
837
        
816
 
838
 
817
 
839
 
818
        $(document).on('click', ".brand_month_sales", function () {
840
        $(document).on('click', ".brand_month_sales", function () {
819
            $(".bms").css("color", "blue");
841
            $(".bms").css("color", "blue");
820
            $(".bms").css("background-color", "white");
842
            $(".bms").css("background-color", "white");