<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9140</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9140&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Rep 704 GL Account Transactions report shows html code on Person/Item.]]></description>
		<lastBuildDate>Sun, 10 Jan 2021 08:41:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38902#p38902</link>
			<description><![CDATA[<p>Hello @notrinos and all interested parties.</p><p>This was NOT a bug in rep 704, but in /includes/types.inc, function payment_person_name. The string returned from here was mistakenly a link and that didn&#039;t work in reports. Fixed now in function payment_person_name, and rep704.php has been restored. A similar bug was also in rep601, bank statements, also fixed now.</p><p>Committed to stable repo.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 10 Jan 2021 08:41:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38902#p38902</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38888#p38888</link>
			<description><![CDATA[<p>Committed to stable repo.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 09 Jan 2021 14:02:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38888#p38888</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38886#p38886</link>
			<description><![CDATA[<p>Thanks @notrinos for detecting this. Will be fixed asap.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 09 Jan 2021 11:02:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38886#p38886</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38885#p38885</link>
			<description><![CDATA[<p>To fix this issue replace line 175 of rep704.php with this code:<br /></p><div class="codebox"><pre><code>if($myrow[&quot;person_type_id&quot;] == PT_WORKORDER)
    $txt = &#039;&#039;;
else
    $txt = payment_person_name($myrow[&quot;person_type_id&quot;], $myrow[&quot;person_id&quot;], false);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Sat, 09 Jan 2021 10:24:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38885#p38885</guid>
		</item>
		<item>
			<title><![CDATA[Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38881#p38881</link>
			<description><![CDATA[<p>Steps to reaproduce this problem :<br />1. Add a cost to an Advance Manufacture work order, this process will create a journal entry<br />2. Open <strong>General Ledger report -&gt; GL Account Transactions</strong>, this report will show html code in the Person/Item column for the created journal entry.<br /> <a href="https://i.imgur.com/YxMa91C.png">See this image</a></p>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Fri, 08 Jan 2021 12:39:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38881#p38881</guid>
		</item>
	</channel>
</rss>
