Changeset 422


Ignore:
Timestamp:
Nov 5, 2014 6:20:26 PM (11 years ago)
Author:
quyenla
Message:

thong ke doanh thu

Location:
pro-violet-viettel/sourcecode/application
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/config/routes.php

    r409 r422  
    6767$route['admin/mau_tin_nhan/cap_nhat'] = 'admin/smstemplate/updateSms';
    6868
     69$route['admin/doanh_thu_tong_hop'] = 'admin/report';
     70$route['admin/doanh_thu_tong_hop/trang'] = 'admin/report/getSmstemplates/1';
     71$route['admin/doanh_thu_tong_hop/them'] = 'admin/report/addSmstemplate';
     72$route['admin/doanh_thu_tong_hop/trang/:any'] = 'admin/report/getSmstemplates/$1';
     73$route['admin/doanh_thu_tong_hop/test'] = 'admin/report/test';
     74$route['admin/doanh_thu_tong_hop/xem/:any'] = 'admin/report/viewSms';
     75$route['admin/doanh_thu_tong_hop/sua/:any'] = 'admin/report/editSms';
     76$route['admin/doanh_thu_tong_hop/xoa/:any'] = 'admin/report/deleteSms';
     77$route['admin/doanh_thu_tong_hop/xoa_tin_nhan'] = 'admin/report/dodeleteSms';
     78$route['admin/doanh_thu_tong_hop/cap_nhat'] = 'admin/report/updateSms';
     79
    6980
    7081$route['admin/quan_tri_vien'] = 'admin/admin_acc';
  • pro-violet-viettel/sourcecode/application/modules/admin/controllers/collaborator.php

    r402 r422  
    216216            $this->collabolator_model->insert($input);
    217217        }
     218       
     219       
    218220    }
    219221
  • pro-violet-viettel/sourcecode/application/views/layout/admin/sidebar.php

    r413 r422  
    7979                                                </li>
    8080
    81                                                 <li>
     81                                                <li class="<?php if(in_array($class,array("report"))) {echo "active open";}?>">
    8282                                                        <a href="#" class="dropdown-toggle">
    8383                                                                <i class="icon-bar-chart"></i>
     
    8888
    8989                                                        <ul class="submenu">
    90                                                                 <li>
    91                                                                         <a href="report_all.html">
     90                                                                <li class="<?php if(in_array($class,array("report"))) {echo "active";}?>">
     91                                                                        <a href="<?php echo $base_url;?>admin/doanh_thu_tong_hop">
    9292                                                                                <i class="icon-double-angle-right"></i>
    9393                                                                                Doanh thu tổng hợp
Note: See TracChangeset for help on using the changeset viewer.