Added financial year start date (#1141), various fixes on date & time

This commit is contained in:
FrancescoUK
2017-04-17 20:20:53 +01:00
parent 1738f76402
commit 938907fe20
24 changed files with 84 additions and 54 deletions

View File

@@ -93,7 +93,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('date_or_time_format',''),
('customer_reward_enable',''),
('default_origin_tax_code', ''),
('cash_decimals', '2');
('cash_decimals', '2'),
('financial_year','1');
-- --------------------------------------------------------