mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-06 06:46:48 -04:00
Fix sql upgrade scripts and UPGRADE.txt description (#1488)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user