X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.php;h=2588a81e30e348063c466966579c36f3553ab922;hb=fbf51ab0febfd0885620abcab8738339d156ff45;hp=5462943545f6afafb17a8a8403a3a2bac05442e8;hpb=7198643c8d4301fe41c70f202c6316a2880c9f52;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 54629435..2588a81e 100644 --- a/config.default.php +++ b/config.default.php @@ -96,7 +96,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* $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; @@ -145,7 +145,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* suppress tax rates on documents. 0 = no, 1 = yes. */ $suppress_tax_rates = 0; - + + /* allow reopening closed transactions */ + $allow_gl_reopen = 0; + $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD","MmmDDYYYY", "DDMmmYYYY", "YYYYMmmDD"); $dateseps = array("/", ".", "-", " "); $thoseps = array(",", ".", " "); @@ -180,7 +183,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $allow_negative_prices = 1; /* Show menu category icons in core themes */ - $show_menu_category_icons = 0; + $show_menu_category_icons = 1; // Internal configurable variables //-----------------------------------------------------------------------------------