<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Release 2.4.10]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9348</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9348&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Release 2.4.10.]]></description>
		<lastBuildDate>Sun, 04 Jul 2021 13:32:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Release 2.4.10]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39642#p39642</link>
			<description><![CDATA[<p>Post Release Fixes attached.</p><p><a href="https://github.com/apmuthu/frontac24/blob/master/core/CHANGELOG.txt">CHANGELOG</a></p><p><a href="https://codeload.github.com/FrontAccountingERP/FA/zip/refs/heads/master">Github Master (Bleeding Edge) Download Link</a></p><p>These fixes can be applied to (overwrite) the release version to be fully functional.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 04 Jul 2021 13:32:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39642#p39642</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release 2.4.10]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39641#p39641</link>
			<description><![CDATA[<p>Attached is the set of changed files between FA 2.4.9 and FA 2.4.10.<br />This needs the fixes listed in the second post herein to work.</p><p><a href="https://sourceforge.net/projects/frontaccounting/files/stats/map?dates=2021-06-19+to+2021-06-22">First 3 day download stats at SF</a><br />Previous release fileset changes in this <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=38747#p38747">post</a>.<br /><a href="https://sourceforge.net/projects/frontaccounting/files/FrontAccounting%202.4/2.4.10/">SF Main Download Page</a><br /><a href="https://sourceforge.net/projects/frontaccounting/files/FrontAccounting%202.4/2.4.10/frontaccounting-2.4.10.tar.gz"> FA 2.4.10 tar.gz</a> download<br />MD5 Hash: e230171d44cc88b532d801d38b31c589<br />Filesize: 1,869,717 bytes</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 04 Jul 2021 13:28:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39641#p39641</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release 2.4.10]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39640#p39640</link>
			<description><![CDATA[<p>This version now has 5 new translatable strings:<br /></p><div class="codebox"><pre><code>Invalid password or username. Please, try again.
Max day range in Documents must be a positive number.
Max day range in documents
days.
Invoice %d from %s</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 04 Jul 2021 12:05:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39640#p39640</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release 2.4.10]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39638#p39638</link>
			<description><![CDATA[<p>Release date 2021-06-20 as of GitHub commit https://github.com/FrontAccountingERP/FA/commit/c37b1d3a42a2ed774135aae6a337614bf8121a09</p><p><a href="https://sourceforge.net/projects/frontaccounting/files/FrontAccounting%202.4/2.4.10/frontaccounting-2.4.10.tar.gz/download">SF Download Link</a></p><p>Needs following fixes for working:</p><p><a href="https://frontaccounting.com/punbb/viewtopic.php?pid=39589#p39589">2.4.10 Balance and Profit and loss reports fail to print</a></p><p><a href="https://frontaccounting.com/punbb/viewtopic.php?pid=39626#p39626">select item not working in purchase order and sales order entry</a></p><p><a href="https://frontaccounting.com/punbb/viewtopic.php?pid=39627#p39627">Item_units_db.inc file gives error with this functions</a></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 04 Jul 2021 10:00:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39638#p39638</guid>
		</item>
		<item>
			<title><![CDATA[Release 2.4.10]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39542#p39542</link>
			<description><![CDATA[<p><strong>Announcement</strong></p><p>This is a 2.4.10 release, which is mainly bugfix release, but also contains a couple of improvements.</p><p>The Graphics Engine (../reporting/includes/class.graphic.inc, has been rewritten to also include SVG (Scalable Vector Graphics).<br />This also improved the option to show a new type, Splines (A curve that connects two or more specific points, or that is defined by two or more points. A prittier line graph).<br />Another new type, Half Donut is also created, with the option to place a value inside. This is also the fact with the old type Donut.</p><p>Developers, interested in using this engine in own modules can read a briefly documentation in front of class.graphic.inc.</p><p>This new Graphics Engine also resulted in a new and better Dashboard in the core.<br />The work force is done inside the /includes/dashboard.inc. If you place a dashboard.inc in a theme, The /admin/dashboard.php will use this dashboard.inc instead.</p><p>This release should also be PHP 8 compatible. The following versions has been tested: 8.0.0 and 8.0.7.</p><p>Please report any bugs/problems found via our Mantis Bugtracker at <a href="http://mantis.frontaccounting.com./">http://mantis.frontaccounting.com.</a></p><p><strong>Download instructions</strong></p><p>In Sourceforge FrontAccounting (http://sourceforge.net/projects/frontaccounting), select<br />Files -&gt; FrontAccounting 2.4 -&gt;2.4.10.</p><p>For Windows users select the zip file. For all other users select the tar.gz file.</p><p><strong>Common</strong><br /></p><ul><li><p>Compatibility fix for commit on 2020-09-28 (php &lt; 5.4)</p></li><li><p>Fixed volatile error on first installer page show.</p></li><li><p>Call to undefined count_array() in pdf_report.inc. Fixed.</p></li><li><p>Wrong security area passed in generalledger.php. Fixed.</p></li><li><p>Bug 5322: Login/Timeout: Added message on failed login attempt.</p></li><li><p>Bug 5326: Install Languages/Extensions/Themes/CoA: fixed warnings during module installation.</p></li><li><p>Bug 5352: Missing global declaration in reset_form() in attachments.php. Fixed.</p></li><li><p>PHP 7.4 Bugs in some reports and tags_db.inc fixed.</p></li><li><p>Fixed javascript error appearing on themes using SVGElements.</p></li><li><p>Function get_magic_quotes_gpc() is deprecated php7.4. /install/isession.inc. Fixed.</p></li><li><p>Feature 5388: Print Documents list gets too long. Fixed by default 180 days in company setup.</p></li><li><p>Fixed a php8 deprecation no required parameters after optional parameters in function.</p></li><li><p>PHP 8. Fixed undefined array key warnings.</p></li><li><p>New dashboard and Graphics Engine Class, that also includes the SVG Vector Graphics for the core. Much prettier graphics.</p></li></ul><p><strong>Sales</strong><br /></p><ul><li><p>Bug in Customer/Supplier Payments Recording. Fixed.</p></li><li><p>Bug 5360: Spelling mistake in ../sales/allocations/customer_allocate.php. Fixed.</p></li><li><p>Payments &amp; Deposits: Rounding problem. Fixed.</p></li><li><p>Bug 5197: Slightly changed email subject for sales invoice to avoid false marking by spam filters.</p></li><li><p>Bug 5245: Added debtors_master.debtor_ref to get_customer_trans() results</p></li></ul><p><strong>Purchasing</strong><br /></p><ul><li><p>Purchase Order: regression bug introduced in 2.4.9 fixed.</p></li><li><p>Bug 5310: database error in supplier invoice edition if current fiscal year is missing. Fixed.</p></li><li><p>Bug in Customer/Supplier Payments Recording. Fixed.</p></li><li><p>Payments &amp; Deposits: Rounding problem. Fixed.</p></li></ul><p><strong>Items and Inventory</strong><br /></p><ul><li><p>Item Adjustments Note: disable rounding of Unit Cost. Fixed.</p></li><li><p>Wrong permissions for Inventory Purchasing Report (rep306.php). Fixed.</p></li><li><p>Bug 5460: Inventory valuation report does not discard zero quantity items for items with decimal quantity units. Fixed.</p></li></ul><p><strong>Dimensions</strong><br /></p><ul><li><p>Bug 5351: dim dim2 not defined in lines 623, 627 of purchasing/includes/db/invoice_db.inc. Fixed.</p></li></ul><p><strong>Bank and General Ledger</strong><br /></p><ul><li><p>Revenue/Cost Accruals: bad input focus after error. Fixed.</p></li><li><p>GL Account Transactions report shows html code on Person/Item if PT_WORKORDER. Fixed.</p></li><li><p>Undefined variable error in Bank Transfer. Fixed.</p></li><li><p>Bug 5310: databse error when on bank payment/transfer edit if current fiscal year is missing. Fixed.</p></li><li><p>Bug 5332: Tax Report: Multiple entries for a single tax line. Fixed.</p></li><li><p>Bug 5429: Balance Sheet report sometimes prints lines with zero amounts. Fixed.</p></li></ul><p>CoA Fiscal Year discussion moved <strong><a href="https://frontaccounting.com/punbb/viewtopic.php?id=9359">here</a></strong>.</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 19 Jun 2021 07:18:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39542#p39542</guid>
		</item>
	</channel>
</rss>
