X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.php;h=21c0cb990143901e9b6425b51b1fa3d11bad85fe;hb=21935dd8a577b626267573437cc22eb99e196107;hp=ae6668ef12399e099acac4a53d80146192f657de;hpb=2cfbce12fc0d75cdda07fc427c1636f00c988d56;p=fa-stable.git diff --git a/config.default.php b/config.default.php index ae6668ef..21c0cb99 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; @@ -136,7 +139,7 @@ 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; - $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD"); + $dateformats = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD","MmmDDYYYY", "DDMmmYYYY", "YYYYMmmDD"); $dateseps = array("/", ".", "-", " "); $thoseps = array(",", ".", " "); $decseps = array(".", ","); @@ -260,3 +263,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