<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Problems running some reports]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7863&amp;type=atom" />
	<updated>2018-12-08T10:32:48Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7863</id>
		<entry>
			<title type="html"><![CDATA[Re: Problems running some reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33527#p33527" />
			<content type="html"><![CDATA[<p>This parameter 4 is available only when the company preferences is set to use 2 dimensions and the report request form has the second dimension chosen. If you still get this error, then you should get a similar error when using report <strong>rep706.php</strong> too - Balance Sheet - with similar form request parameters chosen. The same applies to the Cash Flow Statement as well.</p><p>Customer Ledger Report: The constants ST_BULKDEPOSIT and ST_CASHDEPOSIT are not part of standard FrontAccounting and is what @braathwaate has in his fork. You may remove those entries in the said line and it should work.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-08T10:32:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33527#p33527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems running some reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33523#p33523" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>These are strict variable scoping issues with PHP 7.2+. Just declare the said variables as 0 just before the structure (&quot;if&quot;, &quot;while&quot;, etc.,) in which it is used for the first time. In the case of your first issue, you will need to insert the following just before the &quot;if&quot; statement at line 110 in <strong>rep_statement_reconcile.php</strong>:<br /></p><div class="codebox"><pre><code>$total_debit = $total_credit = 0;</code></pre></div></blockquote></div><p>Excellent <br />you are amazing</p><p>Problem solved Bank Statement w / Reconcile</p><p>It remains a problem<br />--------------------<br />When you enter the Annual Expense Breakdown - Detailed and Annual Balance Breakdown - Detailed report<br />I have this error: http://prntscr.com/lric63<br />---------------------</p>]]></content>
			<author>
				<name><![CDATA[king1984]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41835</uri>
			</author>
			<updated>2018-12-08T08:00:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33523#p33523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems running some reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33511#p33511" />
			<content type="html"><![CDATA[<p>These are strict variable scoping issues with PHP 7.2+. Just declare the said variables as 0 just before the structure (&quot;if&quot;, &quot;while&quot;, etc.,) in which it is used for the first time. In the case of your first issue, you will need to insert the following just before the &quot;if&quot; statement at line 110 in <strong>rep_statement_reconcile.php</strong>:<br /></p><div class="codebox"><pre><code>$total_debit = $total_credit = 0;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-07T15:59:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33511#p33511</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problems running some reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33497#p33497" />
			<content type="html"><![CDATA[<p>I downloaded the last version 2 hours ago<br />https://github.com/apmuthu/FA24extensions/tree/master/Extensions</p><p>-------------------------------------------------- --------------</p><p>When you enter the Annual Expense Breakdown - Detailed and Annual Balance Breakdown - Detailed report<br />I have this error: http://prntscr.com/lric63<br />-------------------------------------------------- --------------</p><p>When entering the Bank Statement w / Reconcile and Cash Flow Statement<br />I have this error: http://prntscr.com/lriduq + http://prntscr.com/lrie5h</p><p>-------------------------------------------------- --------------<br />When entering the Customer Ledger report<br />This error shows me http://prntscr.com/lrifud</p>]]></content>
			<author>
				<name><![CDATA[king1984]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41835</uri>
			</author>
			<updated>2018-12-06T13:44:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33497#p33497</id>
		</entry>
</feed>
