Release 2.3.16
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 8 May 2013 11:49:11 +0000 (13:49 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 8 May 2013 11:49:11 +0000 (13:49 +0200)
update.html
version.php

index 6b46ed3e83c8db8a064c6c6f44a4bae5e1bc7a2e..de7eaa6502d6c6345322b9d74eb782d0a69ad41f 100644 (file)
@@ -4,12 +4,12 @@
 \r
 <meta name="GENERATOR" content="OpenOffice.org 2.4 (Linux)">\r
 <meta name="CREATED" content="0;0">\r
-<meta name="CHANGED" content="20100902;19041400">\r
-</head>\r
+<meta name="CHANGED" content="20100902;19041400"></head>\r
 <body style="direction: ltr;" lang="en-US">\r
 <h4><strong><font color="#cc6600"><font style="font-size: 20pt;" size="5"><i>Front</i></font></font></strong><strong><font style="font-size: 20pt;" size="5">Accounting\r
 Update</font></strong></h4>\r
-<h2>Important Notes for release 2.3.14.</h2>\r
+<h2>Important Notes for release 2.3.16.</h2>\r
+<h4>New global flags in config.php (config-default.php):</h4><span style="font-weight: bold;">/*<br>&nbsp;&nbsp; </span>&nbsp;Optional sorting new sales documents lines according to item code<span style="font-weight: bold;"><br>*/<br>$sort_sales_items = false;<br><br>/*<br>&nbsp;&nbsp; &nbsp;</span>Trial Balance opening balance presentation option.<br>&nbsp;&nbsp; &nbsp;When set to true past years part of opening balance is cleared.<span style="font-weight: bold;"><br>*/<br>$clear_trial_balance_opening = false;</span><h2>Important Notes for release 2.3.14.</h2>\r
 <h4>New global flags in config.php (config-default.php):</h4>\r
 /* default print orientation. 0 = Portrait, 1 = Landscape */<br>\r
 &nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">$def_print_orientation\r
index d55dcf8ed74e18af49767ab2d6fa4d016196e6cd..66592a7d24be41682c1a481bfdbf32fa2435074c 100644 (file)
@@ -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