Add lines per page option

Add default sales discount option
Fix supplier pagination
This commit is contained in:
jekkos-t520
2015-02-21 21:57:41 +01:00
parent 9e427485f3
commit 17594f95f1
18 changed files with 127 additions and 11 deletions

View File

@@ -64,7 +64,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('print_top_margin', '0'),
('print_left_margin', '0'),
('print_bottom_margin', '0'),
('print_right_margin', '0');
('print_right_margin', '0'),
('default_sales_discount', '0'),
('lines_per_page', '25');
-- --------------------------------------------------------