add currency decimals configuration, fix quantity decimals in forms, merged helpers in locale one (#307 #429)

This commit is contained in:
FrancescoUK
2016-04-01 21:07:29 +01:00
parent 12f4209055
commit c5037c5725
27 changed files with 123 additions and 78 deletions

View File

@@ -57,7 +57,10 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('show_total_discount', '1'),
('dateformat', 'm/d/Y'),
('timeformat', 'H:i:s'),
('currency_symbol', '$');
('currency_symbol', '$'),
('decimal_point', '.'),
('currency_decimals', '2'),
('quantity_decimals', '0');
-- --------------------------------------------------------