<?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 rep108]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6974</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6974&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Bug in rep108.]]></description>
		<lastBuildDate>Thu, 28 Sep 2017 07:44:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28759#p28759</link>
			<description><![CDATA[<p>Thanks @Joe I have tested and I think its fixed now.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Thu, 28 Sep 2017 07:44:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28759#p28759</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28701#p28701</link>
			<description><![CDATA[<p>This has now been fixed. At least I hope. </p><p>This was quite complicated to fix, due to special handling before we had the option to enter direct to AR/AP accounts in Journal Entry.</p><p>The files can be downloaded from the Git Repo:</p><p><a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/reporting/rep108.php">rep108.php</a></p><p><a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/sales/includes/db/customers_db.inc">customers_db.inc</a></p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 22 Sep 2017 21:46:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28701#p28701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28699#p28699</link>
			<description><![CDATA[<p>I will try as soon as possible. This week has been rather busy.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 22 Sep 2017 18:37:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28699#p28699</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28698#p28698</link>
			<description><![CDATA[<p>Hello @Joe, were you able to check it further the problem in rep108 as mentioned above.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Fri, 22 Sep 2017 17:30:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28698#p28698</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28667#p28667</link>
			<description><![CDATA[<p>Thanks @Joe. But I think your solution has worked for rep101 but not for rep108.</p><p>I recorded one AR and AP for a customer through JE. Compare images below</p><p><a href="https://prnt.sc/gnc5gp">rep101</a></p><p><a href="https://prnt.sc/gnc5iy">rep108</a></p><p>There is some problem in Aged Customer Analysis also have a look</p><p><a href="https://prnt.sc/gnccib">Aged Customer Analysis</a></p><p>Similarly we need to screen out the affects in Supplier Balances and Supplier Aged Analysis and If any other area, inquiry or report being affected by JE Transactions for Customers and Suppliers.</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 20 Sep 2017 06:28:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28667#p28667</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28666#p28666</link>
			<description><![CDATA[<p>@boxygen</p><p>Now I see the error. Why didn&#039;t I do that before <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>On the customer side the AR was updated with a minus amount. Changed to a positive amount and it seems to work.</p><p>The repo has been <a href="https://github.com/FrontAccountingERP/FA/commit/1caf04c98ffd40afe72f0c9f435cc8472627c796">updated</a>. You can download the corrected file here.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 19 Sep 2017 06:21:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28666#p28666</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28664#p28664</link>
			<description><![CDATA[<p>@Joe</p><p>Please check some screen shots below</p><p><a href="https://prnt.sc/gmvvt8">Customer Balances Before JE Transaction</a> </p><p><a href="https://prnt.sc/gmvvvo"> JE Transaction</a> </p><p><a href="https://prnt.sc/gmvw0a"> Customer Balances after JE</a> </p><p>You will find that the JE Transaction is appearing on the Credit Side Not on Debit Side because in Code no proper condition defined to handle Customer Debit Or Credit Transactions through JE.</p><p>This Problem is also in rep108.</p><p>I guess not yet checked that Suppliers Balances must be affecting due to same logical bug.</p><p>Hope this helps to understand.</p><p>You can login here to check further</p><p>fa.boxygen.biz/fa24</p><p>id: demo<br />pass: password</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 19 Sep 2017 04:49:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28664#p28664</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28650#p28650</link>
			<description><![CDATA[<p>@boxygen</p><p>I have now testet the Journal Entries on the Account Receivable, and I see no errors.<br />Depending on how the JE are entered it will mirror correctly in the Accounts Receivable.<br />If you still think there is an error, then please give me the booked JE, so I can try to reproduce this. </p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 17 Sep 2017 14:16:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28650#p28650</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28639#p28639</link>
			<description><![CDATA[<p>Will have a look at this.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 15 Sep 2017 16:43:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28639#p28639</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28632#p28632</link>
			<description><![CDATA[<p>@joe: any separate code for JE?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 15 Sep 2017 14:36:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28632#p28632</guid>
		</item>
		<item>
			<title><![CDATA[Bug in rep108]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28630#p28630</link>
			<description><![CDATA[<p>Now since Transactions to customers can be recorded through Journal Entry also and It can be either Debit Or Credit to customer.</p><p>The following code is not sufficient to handle the transactions through Journal Entry</p><p>if ($myrow2[&#039;type&#039;] == ST_SALESINVOICE || $myrow2[&#039;type&#039;] == ST_BANKPAYMENT)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rep-&gt;TextCol(4, 5,&nbsp; &nbsp; $DisplayTotal, -2);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rep-&gt;TextCol(5, 6,&nbsp; &nbsp; $DisplayTotal, -2);</p><p>Secondly one more thing is that If we Debit the Customer through JE then it appears in the ov_amount column in debtor_trans table as -ve value while if we credit the customer through JE the value appears as +ve value.</p><p>Except from the JE all values from any other transaction whether charges or credits appear as +ve value.</p><p>rep101 is also affected through JE Transactions. Debit is appearing on Credit Side and Credit is appearing on Debit Side.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Fri, 15 Sep 2017 11:17:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28630#p28630</guid>
		</item>
	</channel>
</rss>
