Add barcode generation for EAN8 and EAN13 (#111, #246)

Add config option to use generation when generating barcodes for an
Generate propery barcode with configured format if item_number empty
This commit is contained in:
jekkos
2015-12-24 12:40:02 +01:00
parent c007513fc8
commit eb63f49db7
20 changed files with 188 additions and 75 deletions

View File

@@ -55,6 +55,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('barcode_num_in_row', '2'),
('barcode_page_width', '100'),
('barcode_page_cellspacing', '20'),
('barcode_generate_if_empty', '0'),
('receipt_show_taxes', '0'),
('use_invoice_template', '1'),
('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $INV'),