<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Bug (?) in report generator module]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2086</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2086&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Bug (?) in report generator module.]]></description>
		<lastBuildDate>Wed, 24 Aug 2011 09:10:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Bug (?) in report generator module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10061#p10061</link>
			<description><![CDATA[<p>My mistake<br />I didn&#039;t read the initial post properly. I can store item now but I got an error about $numPages missing :-(</p><p>Elax</p>]]></description>
			<author><![CDATA[null@example.com (elax)]]></author>
			<pubDate>Wed, 24 Aug 2011 09:10:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10061#p10061</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug (?) in report generator module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10057#p10057</link>
			<description><![CDATA[<p>Hello, so are we. This is not the best Report Generator, but as far as we know the only one in PHP.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 24 Aug 2011 06:34:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10057#p10057</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug (?) in report generator module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10054#p10054</link>
			<description><![CDATA[<p>Hi<br />I have the same problem, repgen seems to not work. Is every body using it ?<br />As an alternative, I&#039;m looking for a (free)&nbsp; php based reporting tool, doesn&#039;t any one know one ?</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (elax)]]></author>
			<pubDate>Tue, 23 Aug 2011 12:52:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10054#p10054</guid>
		</item>
		<item>
			<title><![CDATA[Bug (?) in report generator module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9083#p9083</link>
			<description><![CDATA[<p>Hi all,</p><p>I successfully installed the module. I got the problem when I tried to create new report. In the &#039;Definition of a new Item of the report&#039; page, inserting some values and clicking &#039;Store Item&#039; button didn&#039;t give me any feedback. Even setting $go_debug = 1 or 2 also didn&#039;t give me any clues.</p><p>So I tried to trace the code. I found that the problem was on this line of repgen_strings.php file:<br /></p><div class="codebox"><pre><code>while (is_array($_POST) &amp;&amp; list($key, $val) = each($_POST))</code></pre></div><p>The list() only works on numerical arrays (I just check the PHP manual), and $_POST doesn&#039;t have numerical indices.</p><p>So I replaced that line of code with this:<br /></p><div class="codebox"><pre><code>if(is_array($_POST)) 
{
  foreach($_POST as $key =&gt; $value)</code></pre></div><p>Of course with additional closing &#039;}&#039; on the right place.</p><p>Now I can store items on the new report.<br />Hope this helps somebody here.</p><p>Regards,<br />Albert</p>]]></description>
			<author><![CDATA[null@example.com (apprayo)]]></author>
			<pubDate>Wed, 11 May 2011 11:01:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9083#p9083</guid>
		</item>
	</channel>
</rss>
