<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Release 2.4.18]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10496&amp;type=atom" />
	<updated>2024-04-27T09:04:29Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10496</id>
		<entry>
			<title type="html"><![CDATA[Re: Release 2.4.18]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43065#p43065" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-04-27T09:04:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43065#p43065</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release 2.4.18]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43015#p43015" />
			<content type="html"><![CDATA[<p>Release date 2024-04-03 as of GitHub commit https://github.com/FrontAccountingERP/FA/commit/3a682c094f4b40cdf4937a0157ae3552ab9d7930</p><p><a href="https://altushost-swe.dl.sourceforge.net/project/frontaccounting/FrontAccounting%202.4/2.4.18/frontaccounting-2.4.18.tar.gz">SF Download Link</a><br />MD5: fc3cc6b83b5917a29c4840293d45d22e<br />Filesize: 1,886,651 bytes</p><p><a href="https://sourceforge.net/projects/frontaccounting/files/stats/map?dates=2024-04-03+to+2024-04-06">First 3 day download stats in SourceForge</a></p><p><a href="https://github.com/apmuthu/frontac24/blob/master/core/CHANGELOG.txt">CHANGELOG</a></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-04-05T19:30:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43015#p43015</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release 2.4.18]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43014#p43014" />
			<content type="html"><![CDATA[<p>Two new translation strings introduced in <strong>lang/new_language_template/LC_MESSAGES/empty.po</strong><br /></p><div class="codebox"><pre><code>&quot;Select a Bank Account: &quot;
&quot;Bank Account ID&quot;</code></pre></div><p>2024-04-26: <s>A nice addition of<a href="https://frontaccounting.com/punbb/viewtopic.php?pid=43059#p43059">&quot;copy_link&quot;</a>feature</s> - <a href="https://github.com/FrontAccountingERP/FA/commit/a04e9f37e4d1c10c2dc7332940d9f5b7b80d8fd4">Assimilated into the core now</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-04-05T19:25:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43014#p43014</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Release 2.4.18]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43005#p43005" />
			<content type="html"><![CDATA[<p><strong>Announcement</strong></p><p>This is a 2.4.18 release, which is a new feature release, PHP 8 compatibility release, as well as a bugfix release.</p><p>A couple of php 8.2 and 8.3 problems has been fixed. This release should now be PHP 8 compatible. The following versions has been tested: 8.0.0, 8.0.7, 8.0.12, 8.1.6, 8.2.0 and 8.3.2.</p><p>Please report any bugs/problems found via our Mantis Bugtracker at <br /><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.18.</p><p>For Windows users select the zip file. For all other users select the tar.gz file.</p><p><strong>Security</strong></p><p>FrontAccounting should NOT be used via unsecure http protocol. If you really need this - change SECURE_ONLY constant in /includes/session.inc to false (comment in the file added). Unfortunately this option cannot be added in sysprefs/config.php because the settings are not available before session is started.</p><p><strong>Common</strong><br /></p><ul><li><p>Fixed several php 8.2 deprecation bugs.</p></li><li><p>Fixed language modules locale.inc integration.</p></li><li><p>New empty language template.</p></li></ul><p><strong>Sales</strong><br /></p><ul><li><p>Bug 5722: Canceled Sales Orders Show Up In Sales Order Inquiry. Fixed.</p></li><li><p>Customer Transaction Inquiry on Reference (partly) fixed.</p></li><li><p>Bug 5711. Bad Content-type set for invoice mail attachment; malformed invoice mails sent from Win based FA servers. Fixed</p></li><li><p>Better sql construct in sales/includes/db/sales_order_db.inc</p></li><li><p>Bug 5735. Problems with sending emails with encoding other than ASCII - fixed.</p></li></ul><p><strong>Items and Inventory</strong><br /></p><ul><li><p>Wrong implicit conversion from double in Items. Fixed by using int.</p></li></ul><p><strong>Banking and General Ledger</strong><br /></p><ul><li><p>Implemented attachments for Bank Accounts, and redesign of Bank Accounts to a tabbed window with Settings, transactions and attachments.</p></li><li><p>Bug. Edit Journal -&gt; orphaned attachments after edit. Fixed.</p></li></ul>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2024-04-03T09:44:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43005#p43005</id>
		</entry>
</feed>
