mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-13 19:40:06 -04:00
@@ -57,7 +57,7 @@ $route['sales/index/([^/]+)'] = 'sales/manage/$1';
|
||||
$route['sales/index/([^/]+)/([^/]+)'] = 'sales/manage/$1/$2';
|
||||
$route['sales/index/([^/]+)/([^/]+)/([^/]+)'] = 'sales/manage/$1/$2/$3';
|
||||
$route['reports/(summary_:any)/([^/]+)/([^/]+)'] = 'reports/$1/$2/$3/$4';
|
||||
$route['reports/summary_:any'] = 'reports/date_input_excel_export';
|
||||
$route['reports/summary_:any'] = 'reports/date_input';
|
||||
$route['reports/(graphical_:any)/([^/]+)/([^/]+)'] = 'reports/$1/$2/$3';
|
||||
$route['reports/graphical_:any'] = 'reports/date_input';
|
||||
$route['reports/(inventory_:any)/([^/]+)'] = 'reports/$1/$2';
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
sortable: true,
|
||||
pagination: true,
|
||||
showColumns: true,
|
||||
showExport: true,
|
||||
data: <?php echo json_encode($data); ?>,
|
||||
iconSize: 'sm',
|
||||
paginationVAlign: 'bottom'
|
||||
|
||||
Reference in New Issue
Block a user