Make barcode text configurable

This commit is contained in:
jekkos-t520
2015-01-21 13:14:16 +01:00
parent 3d6d473145
commit 94287ddec4
16 changed files with 96 additions and 45 deletions

View File

@@ -39,7 +39,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('website', ''),
('recv_invoice_format', '$CO'),
('sales_invoice_format', '$CO'),
('tax_included', '0');
('tax_included', '0'),
('barcode_content', 'name');
-- --------------------------------------------------------