<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Bank Account Payment Entry / gl_payment_view.php]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8887&amp;type=atom" />
	<updated>2020-07-30T19:43:42Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8887</id>
		<entry>
			<title type="html"><![CDATA[Re: Bank Account Payment Entry / gl_payment_view.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37873#p37873" />
			<content type="html"><![CDATA[<p>The screen display is kept simple. The reports already have the graphics - logo option. Report Footers mods are in the Wiki.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-07-30T19:43:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37873#p37873</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Bank Account Payment Entry / gl_payment_view.php]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37856#p37856" />
			<content type="html"><![CDATA[<p>Hello guys, </p><p>I was wondering if it is possible or necessary to add extra fields, textboxes in bank_payments, that can allow the any autorized person insert his name when a transaction is being processed? And also display more company information on the heading part when you print the ledger.<br />Company logo, company name, address , Contact number etc....<br />example:<br /></p><div class="codebox"><pre><code>echo &quot;&lt;table width=&#039;100%&#039;&gt;&lt;tr&gt;&lt;td align=&#039;center&#039;&gt;&quot; . &quot;&lt;h2&gt;&quot; . $db_connections[user_company()][&quot;name&quot;] . &quot;&lt;/h1&gt;&quot; . &quot;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;; 
echo &quot;&lt;table width=&#039;100%&#039;&gt;&lt;tr&gt;&lt;td align=&#039;center&#039;&gt;&quot; . &quot;&lt;h2&gt;&quot; . $db_connections[user_company()][&quot;name&quot;] . &quot;&lt;/h1&gt;&quot; . &quot;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;; 
$logo = company_path() . &quot;/images/&quot; . $this-&gt;company[&#039;coy_logo&#039;];

Date:    
Reference:    
    
Pay To:    
To the Order of:    
    
From: Bank Account

Authorized by:

Approved By:

Received By: (Name &amp; Signature)</code></pre></div><p>OR Second option: Just to add extra labels in gl_payment_view.php after&nbsp; the block <br /></p><div class="codebox"><pre><code>display_heading2(_(&quot;Items for this Payment&quot;)); 
end_table(1);

echo &quot;                         Authorized By : _______________________&quot;; echo &quot;&lt;br&gt;&quot;;echo &quot;&lt;br&gt;&quot;;
 echo &quot;                         Approved By : _______________________&lt;span align=&#039;right&#039;&gt;                                                                                   Received by :_________________&lt;/span&gt;&quot; ;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[cedricktshiyoyo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45118</uri>
			</author>
			<updated>2020-07-27T09:58:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37856#p37856</id>
		</entry>
</feed>
