X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=update.html;h=ba14c8096239789dbdb107bf28fdc46d24885149;hb=40da959b32eb27fcb0422207a284eed13cc27d7e;hp=5a55293254809cde3a5bac4c7562c7e018112659;hpb=596541651cb0415f55dec0d5ae0923b2f44cccbf;p=fa-stable.git diff --git a/update.html b/update.html index 5a552932..ba14c809 100644 --- a/update.html +++ b/update.html @@ -7,7 +7,7 @@

FrontAccounting -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.

+Update

Important Notes for release 2.3.14.

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

/* default print orientation. 0 = Portrait, 1 = Landscape */
    $def_print_orientation = 0;

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.