Add default dateformat and timeformat in data scripts

This commit is contained in:
jekkos
2015-09-06 15:53:11 +02:00
parent e62df579f1
commit 80f7966d1c
2 changed files with 8 additions and 1 deletions

View File

@@ -67,7 +67,10 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('print_right_margin', '0'),
('default_sales_discount', '0'),
('lines_per_page', '25'),
('show_total_discount', '1');
('show_total_discount', '1'),
('dateformat', 'm-d-Y'),
('timeformat', 'H:i:s'),
('currency_symbol', '$');
-- --------------------------------------------------------