Add company logo upload feature in config (will show on receipts)

This commit is contained in:
jekkos-t520
2015-02-12 15:47:31 +01:00
parent b5c33b4fcb
commit a8e15f7db0
15 changed files with 70 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('barcode_second_row', 'item_code'),
('barcode_third_row', 'cost_price'),
('barcode_num_in_row', '2'),
('company_logo', ''),
('barcode_page_width', '100'),
('barcode_page_cellspacing', '20');

View File

@@ -40,6 +40,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('recv_invoice_format', '$CO'),
('sales_invoice_format', '$CO'),
('tax_included', '0'),
('company_logo', ''),
('barcode_content', 'id'),
('barcode_type', 'id'),
('barcode_width', '250'),