X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=update.html;h=4b7f7f78ee07b42580651e1de701bf2a9ebb6c8b;hb=e01ce098c8862750e2f4f66f255191e83a4ce1d6;hp=d88329d564854199c1a6f954c605a235be193d12;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;p=fa-stable.git diff --git a/update.html b/update.html index d88329d5..4b7f7f78 100644 --- a/update.html +++ b/update.html @@ -1,13 +1,51 @@ + + FrontAccounting Update

FrontAccounting Update

+

Important Notes for release 2.4.1.

+

This is a preliminary FrontAccounting ERP 2.4.1 release.

+This version provides a couple of new important features (in addition to all the
+features merged from latest 2.3.26 release), but main development effort was
+focused on internal architecture changes and cleanups to make future FA development
+easier.
+
+At the time of release most of optional extension modules available from central
+extensions repo has been also ported to 2.4 and should be mostly usable. Most Themes are
+updated and many new Themes are available.
+
+Due to deep changes made under the hood, we highly encourage all current FA 2.3 users
+to make test upgrades on a copy of your working installation connected to separate database
+filled with your real company data. This will allow us find and fix any possible
+upgrade issues before final 2.4 release. Please report any bugs/problems found via our
+Mantis Bugtracker at http://mantis.frontaccounting.com.
+

Download instructions

+In Sourceforge FrontAccounting (http://sourceforge.net/projects/frontaccounting), select
+Files -> FrontAccounting 2.4 ->2.4.1.
+
+For Windows users select the zip file. For all other users select the tar.gz file.
+

Notice for certain Windows wamp servers.

+Due to experienced long upgrade time for release 2.3 databases to release 2.4 on certain wamp
+servers, we just ask you to be patience. It might take a while, but should  end successfully.
+

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

+/* Optional popup search enabled if this is true. $max_rows_in_search = 10
+ +    is used for maximum rows in search */
+ +$use_popup_search = true;
+ +$max_rows_in_search = 10;
+

Important Notes for release 2.3.22.

+ + +

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

/* Show average costed values instead of fixed standard cost */ In Enventory Valuation Report.
$use_costed_values = 0;