<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9140&amp;type=atom" />
	<updated>2021-01-10T08:41:08Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9140</id>
		<entry>
			<title type="html"><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38902#p38902" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2021-01-10T08:41:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38902#p38902</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38888#p38888" />
			<content type="html"><![CDATA[<p>Committed to stable repo.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2021-01-09T14:02:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38888#p38888</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38886#p38886" />
			<content type="html"><![CDATA[<p>Thanks @notrinos for detecting this. Will be fixed asap.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2021-01-09T11:02:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38886#p38886</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38885#p38885" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2021-01-09T10:24:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38885#p38885</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Rep 704 GL Account Transactions report shows html code on Person/Item]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38881#p38881" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2021-01-08T12:39:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38881#p38881</id>
		</entry>
</feed>
