X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=1d45c8b3aae8d61b7efcc2cc6f3a608bfda592b3;hb=6d65fde699a327a6fee0d8d46abf8d2b37e53947;hp=692c87b5ba30d7355fa07da29371133a420821c2;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 692c87b5..1d45c8b3 100644 --- a/config.default.php +++ b/config.default.php @@ -11,7 +11,7 @@ ***********************************************************************/ //-------------------------------------------------- - // User configurable variables + // User configurable variables //--------------------------------------------------- /*Show debug messages returned from an error on the page. @@ -20,6 +20,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); + + if (!ini_get('date.timezone')) + ini_set('date.timezone', 'Europe/Berlin'); + // Log file for error/warning messages. Should be set to any location // writable by www server. When set to empty string logging is switched off. // Special value 'syslog' can be used for system logger usage (see php manual). @@ -76,6 +80,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* use Audit Trails in GL */ $use_audit_trail = 0; + /* $show_voiced_gl_trans = 0, setting this to 1 will show the voided gl trans */ + $show_voided_gl_trans = 0; + /* use old style convert (income and expense in BS, PL) */ $use_oldstyle_convert = 0; @@ -142,6 +149,12 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $config_allocation_settled_allowance = 0.005; + /* Allow negative prices for dummy/service items. To be moved to GL db settings */ + $allow_negative_prices = 1; + + /* Show menu category icons in core themes */ + $show_menu_category_icons = 0; + // Internal configurable variables //-----------------------------------------------------------------------------------