Remove non free barcodegen library

Add width and height parameters for code39 barcode generation
This commit is contained in:
jekkos-t520
2015-02-05 17:00:41 +01:00
parent 2f74c400bd
commit 7081fe0338
116 changed files with 511 additions and 11329 deletions

View File

@@ -41,13 +41,12 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('sales_invoice_format', '$CO'),
('tax_included', '0'),
('barcode_content', 'id'),
('barcode_labels', ''),
('barcode_dpi', '72'),
('barcode_scale', '1'),
('barcode_rotation', 'no_rotation'),
('barcode_type', 'id'),
('barcode_width', '250'),
('barcode_height', '50'),
('barcode_quality', '100'),
('barcode_font', 'Arial'),
('barcode_font_size', '10'),
('barcode_thickness', '20'),
('barcode_checksum', '0'),
('barcode_first_row', 'category'),
('barcode_second_row', 'item_code'),