X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=b0e8cc551fb649fa4d274d2c30706db2b6e06f27;hb=06feaeabf5f8376201cf3aeb6367a4c97e1e2cbd;hp=56b5c88e755bee8a642bd7a131b9eed0ca34126a;hpb=40da959b32eb27fcb0422207a284eed13cc27d7e;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 56b5c88e..b0e8cc55 100644 --- a/config.default.php +++ b/config.default.php @@ -281,4 +281,15 @@ $login_max_attempts = 10; $xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG"); $dflt_xr_provider = 0; -?> \ No newline at end of file +/* + Optional sorting sales documents lines during edition according to item code +*/ +$sort_sales_items = false; + +/* + Trial Balance opening balance presentation option. + When set to true past years part of opening balance is cleared. +*/ +$clear_trial_balance_opening = false; + +?>