Uniform display of exchange rate across aplication, added xr_provider_authoritative...
[fa-stable.git] / config.default.php
index 5dfa4feef17f0c1eb3558e22029b272b4e0a831a..7067ae786a7d83cbca5ceee37245da6749503657 100644 (file)
@@ -282,7 +282,13 @@ $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;