From acb764a0400cfbaefa9b64981ce4ff36073d0f08 Mon Sep 17 00:00:00 2001 From: Malte Srocke Date: Wed, 14 Jan 2015 23:34:43 +0100 Subject: [PATCH 1/2] Changing config-sess_table_name value so no error occurs if dbprefix is changed to something else than "ospos_" --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index 6225b1cc8..4a0ff468a 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -262,7 +262,7 @@ $config['sess_expiration'] = 0; $config['sess_expire_on_close'] = FALSE; $config['sess_encrypt_cookie'] = FALSE; $config['sess_use_database'] = TRUE; -$config['sess_table_name'] = 'ospos_sessions'; +$config['sess_table_name'] = 'sessions'; $config['sess_match_ip'] = FALSE; $config['sess_match_useragent'] = FAlSE; $config['sess_time_to_update'] = 0; From 62c122e7eeece8f2b1354b53cfab59cb6b583715 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 19 Jan 2015 12:01:58 +0100 Subject: [PATCH 2/2] Update WHATS_NEW.txt --- WHATS_NEW.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index 3ffc4fd46..7f8543f93 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,3 +1,18 @@ +Version 2.3.1 +------------- + ++ Extra report permissions (this includes a refactoring of the database model - new grants table) ++ Tax inclusive/exclusive pricing ++ Receivings amount multiplication (can be configured in items section) ++ Customizable sale and receiving numbering ++ Giftcard improvements ++ Fix item import through csv ++ Bug fixes for reports + +Version 2.3 +----------- ++ Support for multiple stock locations + Version 2.2.2 ------------- + French language added