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

@@ -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'),