Fix sql upgrade scripts and UPGRADE.txt description (#1488)

This commit is contained in:
FrancescoUK
2017-08-20 17:11:26 +01:00
parent 6f261132a3
commit 5dd7a5fde1
6 changed files with 98 additions and 50 deletions

View File

@@ -74,6 +74,10 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('tax_decimals', '2'),
('quantity_decimals', '0'),
('country_codes', 'us'),
('default_tax_1_name', ''),
('default_tax_1_rate', ''),
('default_tax_2_name', ''),
('default_tax_2_rate', ''),
('msg_msg', ''),
('msg_uid', ''),
('msg_src', ''),
@@ -86,16 +90,21 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('smtp_port', '465'),
('smtp_timeout', '5'),
('smtp_crypto', 'ssl'),
('smtp_host', ''),
('smtp_pass', ''),
('smtp_user', ''),
('receipt_template', 'receipt_default'),
('theme', 'flatly'),
('customer_sales_tax_support', '0'),
('statistics', '1'),
('language', 'english'),
('language_code', 'en'),
('date_or_time_format',''),
('customer_reward_enable',''),
('date_or_time_format', ''),
('dinner_table_enable', '0'),
('customer_reward_enable', '0'),
('default_origin_tax_code', ''),
('cash_decimals', '2'),
('cash_rounding_code', '0'),
('financial_year', '1'),
('giftcard_number', 'series'),
('receipt_font_size', '12'),