ms08-067 / nova-template

Automatically exported from code.google.com/p/nova-template
GNU General Public License v2.0
0 stars 0 forks source link

Quản lý admin của com_jv #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1.1 -> Ở trang lấy ra danh sách sản phẩm:

administrator/index.php?option=com_jv&view=products

Chức năng cần xây tiêp: phân trang , tạo Sort bằng cách click vào 
tiều đề, Tạo chức năng published, Unpublished giống trang quản 
lý categories của com_categories trong joomla

administrator/index.php?option=com_categories&view=categories

Chỉnh sửa một Product ( hiện tại click vào chỉnh sửa khi nhấn 
save nó ra thêm 1 product ) 

1.2 Ở trang categories của com_jv cần bổ sung thêm một số chức 
năng giống trang product như :
Phân trnag, tạo Sort bằng cách click vào tiều đề, Tạo chức 
năng published, Unpublished giống trang quản lý categories của 
com_categories trong joomla
administrator/index.php?option=com_jv&controller=categories

1.3 Tạo chức năng tìm kiếm product theo 2 field: name_project , 
short_des, và lọc product theo categories, theo trạng thái publish, 
unpublish của trang administrator/index.php?option=com_jv&view=products
Giống kiểu tìm kiếm , lọc bài viết của com_content: 

administrator/index.php?option=com_content&view=articles
Tương tụ ở trang categories: 

administrator/index.php?option=com_jv&controller=categories

Cho tìm kiếm theo tên và lọc theo trạng thái publish, unpublish ( 
Tìm kiếm và lọc ở trang categories của com_jv chưa cần gấp, có 
thể làm sau function khác ) 

Original issue reported on code.google.com by hung...@gmail.com on 12 Aug 2014 at 4:40