mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
add currency decimals configuration, fix quantity decimals in forms, merged helpers in locale one (#307 #429)
This commit is contained in:
@@ -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');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user