X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=update.html;fp=update.html;h=75e09d4f7df4c971f3e4cc5dc09d0701aa01b298;hb=69e15d7778ed2a81f5e92776e1f92aab181d1f8b;hp=de7eaa6502d6c6345322b9d74eb782d0a69ad41f;hpb=58d6bd7c2fe37ccc02917b2fbbb7259cec784694;p=fa-stable.git diff --git a/update.html b/update.html index de7eaa65..75e09d4f 100644 --- a/update.html +++ b/update.html @@ -1,14 +1,30 @@ + FrontAccounting Update - - +

FrontAccounting Update

-

Important Notes for release 2.3.16.

+

Important Notes for release 2.3.17.

+ +

New global flags in config.php (config-default.php):

+/*
+    Choose Exchange Rate Provider
+    Default is ECB for backwards compatibility
+*/
+$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");
+$dflt_xr_provider = 0;
+
+
/*
+    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;
+

Important Notes for release 2.3.16.

New global flags in config.php (config-default.php):

/*
  
 Optional sorting new sales documents lines 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;

Important Notes for release 2.3.14.

New global flags in config.php (config-default.php):

/* default print orientation. 0 = Portrait, 1 = Landscape */
@@ -84,8 +100,8 @@ considered as a site admin who have granted access to potentially dangerous setup options, like Setup/Software Upgrade.

In the following description sections related to older FA versions are -prefixed with [color -tags] +prefixed with [color +tags] . You can skip tagged fragment safely if currently FA application is newer than the version in tag.

Upgrade process consists of up to four stages, some of them @@ -135,7 +151,7 @@ old add all new settings (if any).

-

[<FA +

[<FA 2.2beta]

$show_users_online = 0;

@@ -145,12 +161,12 @@ settings (if any).

$dflt_date_sep=0;

$table_style,table_style2 changed

-

[<FA +

[<FA 2.3beta]

$alternative_tax_include_on_doc=0;

$suppress_tax_rates = 0;

-

[<FA +

[<FA 2.3RC1]

Application version @@ -161,12 +177,12 @@ application version displayed in footer is defined in $version variable unless this is set in config.php file. If you want current release version to be displayed on every FA update just remove or comment out $version variable in config.php.

-

[<FA +

[<FA 2.3RC2]

$save_report_selections  = 0;  // A value > 0 means days to save the report selections.

-

[<FA +

[<FA 2.3]

$save_po_item_codes  = 0;  //  show item codes on purchase @@ -178,7 +194,7 @@ order 

included

$suppress_tax_rates = 0; //  suppress tax rates on documents. 0 = no, 1 = yes.

- +

2. Database upgrade

This step can be skipped @@ -212,11 +228,11 @@ be removed from config.phpa. Source files cleanup

-

[<FA +

[<FA 2.2beta]

-

/includes/reserved.inc +

/includes/reserved.inc – removed.

-

[<FA +

[<FA 2.1]

/admin/db/v_banktrans.inc @@ -224,7 +240,7 @@ Source files cleanup

b. Config.php cleanup

-

[<FA +

[<FA 2.2RC1]

$security_headings,