From: Joe Hunt Date: Wed, 8 May 2013 11:49:11 +0000 (+0200) Subject: Release 2.3.16 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=34ab4804bf4061554bdcc7c4b7cd5993df6e1bd7;p=textcart.git Release 2.3.16 --- diff --git a/update.html b/update.html index 6b46ed3..de7eaa6 100644 --- a/update.html +++ b/update.html @@ -4,12 +4,12 @@ - - +

FrontAccounting Update

-

Important Notes for release 2.3.14.

+

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 */
    $def_print_orientation diff --git a/version.php b/version.php index d55dcf8..66592a7 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ $db_version = "2.3rc"; // application version - can be overriden in config.php if (!isset($version)) - $version = "2.3.15"; + $version = "2.3.16"; //====================================================================== // Extension packages repository settings