X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=update.html;h=5a55293254809cde3a5bac4c7562c7e018112659;hb=264c09696d65efe4532c197f317162daf8c24f32;hp=16859242426e5d7302b44be38a54f37d692e5dd0;hpb=900463d3507e06bf50518827bcb85c0735ef18e2;p=fa-stable.git diff --git a/update.html b/update.html index 16859242..5a552932 100644 --- a/update.html +++ b/update.html @@ -7,7 +7,7 @@

FrontAccounting -Update

Important Notes for release 2.3.12.

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

/*
    Display a dropdown select box for choosing Company to login if false.
    Show a blank editbox only if true where the Company NickName
    will have to be manually entered. This is when privacy is needed.
*/
    $text_company_selection  = false;

/*  Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them?
    0 for no       1 for yes
*/

    $hide_inaccessible_menu_items = 0;

/*
    Brute force prevention.
    $login_delay seconds delay is required between login attempts after $login_max_attemps failed logins.
    Set $login_delay to 0 to disable the feature (not recommended)
*/
    $login_delay = 30;
    $login_max_attempts = 10;

Important Notes for release 2.3.5.

+Update

Important Notes for release 2.3.13.

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

/* No check on edit conflicts. Maybe needed to be set to 1 in certains Windows Servers */
    $no_check_edit_conflicts = 0;

Important Notes for release 2.3.12.

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

/*
    Display a dropdown select box for choosing Company to login if false.
    Show a blank editbox only if true where the Company NickName
    will have to be manually entered. This is when privacy is needed.
*/
    $text_company_selection  = false;

/*  Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them?
    0 for no       1 for yes
*/

    $hide_inaccessible_menu_items = 0;

/*
    Brute force prevention.
    $login_delay seconds delay is required between login attempts after $login_max_attemps failed logins.
    Set $login_delay to 0 to disable the feature (not recommended)
*/
    $login_delay = 30;
    $login_max_attempts = 10;

Important Notes for release 2.3.5.

Change in the behaviour of Recurrent Invoices.