mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Remove non free barcodegen library
Add width and height parameters for code39 barcode generation
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user