<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Having memo or comment displayed on bank_inquiry.php]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3392&amp;type=atom" />
	<updated>2012-10-07T04:19:10Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3392</id>
		<entry>
			<title type="html"><![CDATA[Re: Having memo or comment displayed on bank_inquiry.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13666#p13666" />
			<content type="html"><![CDATA[<p><a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/rev/f4f8f29481cd">Mercurial Changeset 3070</a></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-07T04:19:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13666#p13666</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Having memo or comment displayed on bank_inquiry.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13626#p13626" />
			<content type="html"><![CDATA[<p>SWEET!<br />Thank you Sir.</p>]]></content>
			<author>
				<name><![CDATA[roller24]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14906</uri>
			</author>
			<updated>2012-10-04T13:09:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13626#p13626</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Having memo or comment displayed on bank_inquiry.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13577#p13577" />
			<content type="html"><![CDATA[<p>This has now been fixed and HG repository will be updated. In the mean time you can change this yourself:<br /></p><div class="codebox"><pre><code>/gl/inquiry/bank_inquiry.php Line 70. Change to:

$th = array(_(&quot;Type&quot;), _(&quot;#&quot;), _(&quot;Reference&quot;), _(&quot;Date&quot;),
    _(&quot;Debit&quot;), _(&quot;Credit&quot;), _(&quot;Balance&quot;), _(&quot;Person/Item&quot;), _(&quot;Memo&quot;), &quot;&quot;);

After line:

    label_cell(payment_person_name($myrow[&quot;person_type_id&quot;],$myrow[&quot;person_id&quot;]));

Add line:

    label_cell(get_comments_string($myrow[&quot;type&quot;], $myrow[&quot;trans_no&quot;]));</code></pre></div><p>Now you will see the comments/meno on the transactions.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-02T07:38:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13577#p13577</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Having memo or comment displayed on bank_inquiry.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13576#p13576" />
			<content type="html"><![CDATA[<p>Although you will see the memo when pressing the number, I see that this would be cool. Will implement it.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-02T07:00:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13576#p13576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Having memo or comment displayed on bank_inquiry.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13575#p13575" />
			<content type="html"><![CDATA[<p>I would like to take the memo/comment from gl_trans_view and display it as an additional row in the table created by bank_inquiry.<br />Does anyone know how this should be done, I&#039;ve tried, but my php is not very good.<br />Any help would be appreciated.</p>]]></content>
			<author>
				<name><![CDATA[roller24]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14906</uri>
			</author>
			<updated>2012-10-02T02:15:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13575#p13575</id>
		</entry>
</feed>
