jsPrintSetup plugin integration

All receipt print configuration options present now
This commit is contained in:
jekkos-t520
2015-02-17 16:43:33 +01:00
parent 2a07bbaef9
commit a809807288
29 changed files with 485 additions and 463 deletions

View File

@@ -53,7 +53,16 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('barcode_third_row', 'cost_price'),
('barcode_num_in_row', '2'),
('barcode_page_width', '100'),
('barcode_page_cellspacing', '20');
('barcode_page_cellspacing', '20'),
('receipt_printer', ''),
('receipt_show_taxes', '0'),
('print_silently', '1'),
('print_header', '0'),
('print_footer', '0'),
('print_top_margin', '0'),
('print_left_margin', '0'),
('print_bottom_margin', '0'),
('print_right_margin', '0');
-- --------------------------------------------------------