<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Display payment information in the printed invoice]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9106&amp;type=atom" />
	<updated>2022-06-07T18:35:42Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9106</id>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41154#p41154" />
			<content type="html"><![CDATA[<p>Hello @ samsa,</p><p>Thanks so much for the modification you helped with in the invoice reporting.</p><p>Please I will need just a line input in it. The customers I have they always want to see their outstanding Balance in their new Invoice so that they know the exact amount they are owing. Something Like this<br /></p><div class="codebox"><pre><code>Sum Total                    =       5,000.00
Outstanding Balance   =   251,000.00
Total Amount               =   256,000.00
Allocated                     =   100,000.00
Total Balance              =    156,000.00</code></pre></div><p>Please make the spacing uniform so it can also contain the usual number of lines for product inputs</p><p>Please kindly help out.</p><p>Thanks in advance</p><p>Popsicles12</p>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2022-06-07T18:35:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41154#p41154</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38724#p38724" />
			<content type="html"><![CDATA[<p>It works,<br />And is supported by receipts as well..<br />Although I don&#039;t need this on my invoices (as the receipts do the same functionality) it seems&nbsp; it helps others with their business.<br />Well done.</p>]]></content>
			<author>
				<name><![CDATA[rafat]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41964</uri>
			</author>
			<updated>2020-12-10T15:59:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38724#p38724</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38720#p38720" />
			<content type="html"><![CDATA[<p>Dear Samsa</p><p>thanks a lot, I will try it.</p>]]></content>
			<author>
				<name><![CDATA[said.omn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45732</uri>
			</author>
			<updated>2020-12-09T16:09:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38720#p38720</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38719#p38719" />
			<content type="html"><![CDATA[<p>Hi Said,</p><p>Here is the steps to be followed:<br />open the <strong>reporting/rep107.php</strong> file for editing<br />insert the below code at the bottom of this file, usually on line # 301 in editor before the coding to display <strong>e-mail</strong>. That&#039;s all and hope it works.<br /></p><div class="codebox"><pre><code>/*to display payment/allocation on invoice*/
            $DisplayBalance = number_format2($sign*($myrow[&quot;ov_freight&quot;] + $myrow[&quot;ov_gst&quot;] +
                $myrow[&quot;ov_amount&quot;]+$myrow[&quot;ov_freight_tax&quot;] - $myrow[&#039;alloc&#039;]),$dec);
            $rep-&gt;NewLine(2);
            $rep-&gt;TextCol(3, 6, _(&quot;ALLOCATED&quot;));
            $rep-&gt;TextCol(6, 7, number_format2($myrow[&#039;alloc&#039;],$dec));
            $rep-&gt;NewLine();
            $rep-&gt;TextCol(3, 6, _(&quot;INV BALANCE&quot;));
            $rep-&gt;TextCol(6, 7, $DisplayBalance, -2);
/* code ends here */</code></pre></div>]]></content>
			<author>
				<name><![CDATA[samsa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=40519</uri>
			</author>
			<updated>2020-12-09T12:22:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38719#p38719</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38716#p38716" />
			<content type="html"><![CDATA[<p>Dear Samsa</p><p>Thank you for your contribution, Can you please help in this matter</p>]]></content>
			<author>
				<name><![CDATA[said.omn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45732</uri>
			</author>
			<updated>2020-12-08T16:21:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38716#p38716</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38713#p38713" />
			<content type="html"><![CDATA[<p>If you need only the total allocated amount and the balance to be printed on the Sales invoice, it can be done by updating&nbsp; <strong>rep107.php</strong> file with a few line of code.</p>]]></content>
			<author>
				<name><![CDATA[samsa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=40519</uri>
			</author>
			<updated>2020-12-06T14:05:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38713#p38713</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38712#p38712" />
			<content type="html"><![CDATA[<p>Thank you for your quick response, </p><p>I still think that there must be a solution for this issue, as the other accounting systems shows the total amount, the amount paid and the remaining amount in the generated invoice. This will facilitate the work as the user sends the invoice to the customer mail directly through the system and this is an excellent feature.</p>]]></content>
			<author>
				<name><![CDATA[said.omn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45732</uri>
			</author>
			<updated>2020-12-06T07:40:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38712#p38712</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38710#p38710" />
			<content type="html"><![CDATA[<p>What happens when the payment is edited to show it as being only partially paid.... Better still do it offline manually!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-12-06T07:10:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38710#p38710</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Display payment information in the printed invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38705#p38705" />
			<content type="html"><![CDATA[<p>I would suggest displaying the amount paid and a paid stamp if its fully paid, in the PDF printed Customer Invoice.</p>]]></content>
			<author>
				<name><![CDATA[said.omn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45732</uri>
			</author>
			<updated>2020-12-05T08:48:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38705#p38705</id>
		</entry>
</feed>
