X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=7067ae786a7d83cbca5ceee37245da6749503657;hb=e8a396f9731dda3f3febdcc3ec258add1dbe972b;hp=d952c54cafa501eb355853ce3b97cbf0df972537;hpb=6d3e1d19bf8d2a19f6b39a90f76566846675deef;p=fa-stable.git diff --git a/config.default.php b/config.default.php index d952c54c..7067ae78 100644 --- a/config.default.php +++ b/config.default.php @@ -282,7 +282,20 @@ $xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG"); $dflt_xr_provider = 0; /* - Optional sorting new sales documents lines according to item code + Set to true when remote service is authoritative source of exchange rates, and can be stored automatically without + manual edition. Otherwise exrate is stored on first new currency transaction of the day. +*/ +$xr_provider_authoritative = false; + +/* + 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; + ?>