<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Missing message!]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=26</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=26&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Missing message!.]]></description>
		<lastBuildDate>Wed, 30 May 2007 15:25:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Missing message!]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=70#p70</link>
			<description><![CDATA[<p>Joe, Thanks for that, I realised afterwards the post was appearing in the forums at https://frontaccounting.com/wb2/pages/forum.php which is where sourceforge directed me and not here. Its not imprtant, I had already implemented the change you have suggested anyway, and will restrict my future comments to here.</p><p>Thanks<br />Tim</p>]]></description>
			<author><![CDATA[null@example.com (Tim)]]></author>
			<pubDate>Wed, 30 May 2007 15:25:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=70#p70</guid>
		</item>
		<item>
			<title><![CDATA[Re: Missing message!]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=69#p69</link>
			<description><![CDATA[<p>Hello Tim,</p><p>I guess they are about moving the site and this item didn&#039;t come through.<br />Anyway, your message was about having alphanumeric accounts instead of numeric accounts in the General Ledger.<br />To everyone out there. This is really not a problem to change. The internal database field is alphanumeric, for sorting purposes, and therefore no changes have to be done to the database.<br />As I can see, there is only one place to change in /gl/manage/gl_accounts.php,<br />Line 50-55. Uncomment the lines with // in fromt of the lines like this:</p><p>//elseif (!is_numeric($_POST[&#039;account_code&#039;])) <br />//{<br />//&nbsp; &nbsp; $input_error = 1;<br />//&nbsp; &nbsp; display_error( _(&quot;The account code must be numeric.&quot;));<br />//}</p><p>A generally better solution is to have a global switch for allowing alphanumeric characters in the accounts, e.g. in config.php, that has a default value of 0.</p><p>E.g. the variable $accounts_alpha = 0.</p><p>Then the lines would look like this:</p><p>elseif (!$accounts_alpha &amp;&amp; !is_numeric($_POST[&#039;account_code&#039;])) <br />{<br />&nbsp; &nbsp; $input_error = 1;<br />&nbsp; &nbsp; display_error( _(&quot;The account code must be numeric.&quot;));<br />}</p><p>As you see, if this switch is set to 1, the script will never perform this sentence.</p><p>This could be a wish for the next version.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 30 May 2007 15:15:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=69#p69</guid>
		</item>
		<item>
			<title><![CDATA[Missing message!]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=66#p66</link>
			<description><![CDATA[<p>Hi, I posted a message on here yesterday, had a reply from Joe, and sent another reply after. Coming back this evening, the thread has disappeared, and I have had to re-register with the forum. Should I feel persecuted?</p><p>Tim</p>]]></description>
			<author><![CDATA[null@example.com (Tim)]]></author>
			<pubDate>Tue, 29 May 2007 17:03:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=66#p66</guid>
		</item>
	</channel>
</rss>
