X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=a5a8920e0e12d895c151658b664b29b0e624e3c5;hb=c75b19a492e4b9ad53c9c0a47b87ad0abb687921;hp=a932d258b149060ce871d21628f0176dd7b6d320;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/config.default.php b/config.default.php index a932d258..a5a8920e 100644 --- a/config.default.php +++ b/config.default.php @@ -68,6 +68,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $power_by = "FrontAccounting"; $power_url = "http://frontaccounting.com"; + /* No check on edit conflicts. Maybe needed to be set to 1 in certains Windows Servers */ + $no_check_edit_conflicts = 0; + /* Do not print zero lines amount of 0.00 in Sales Documents if service item. 1 = do not */ $no_zero_lines_amount = 1; @@ -139,7 +142,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* allow reopening closed transactions */ $allow_gl_reopen = 0; - $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD"); + $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD","MmmDDYYYY", "DDMmmYYYY", "YYYYMmmDD"); $dateseps = array("/", ".", "-", " "); $thoseps = array(",", ".", " "); $decseps = array(".", ","); @@ -264,3 +267,12 @@ $text_company_selection = false; */ $login_delay = 30; $login_max_attempts = 10; + +/* + Choose Exchange Rate Provider + Default is ECB for backwards compatibility +*/ +$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG"); +$dflt_xr_provider = 0; + +?> \ No newline at end of file