This commit is contained in:
sonnysk76
2016-06-10 16:58:26 -05:00
parent fa01e18e41
commit 9f7ea6f1cb
317 changed files with 7335 additions and 17124 deletions

View File

@@ -1,3 +1,4 @@
USE ospos;
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
--
-- Table structure for table `ospos_app_config`
@@ -65,10 +66,13 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('currency_decimals', '2'),
('tax_decimals', '2'),
('quantity_decimals', '0'),
('country_codes', 'us'),
('msg_msg', ''),
('msg_uid', ''),
('msg_src', ''),
('msg_pwd', '');
('msg_pwd', ''),
('notify_horziontal_position', 'right'),
('notify_vertical_position', 'top');
-- --------------------------------------------------------