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

thong ke doanh thu

File:
1 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';
Note: See TracChangeset for help on using the changeset viewer.