<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Is it Possible to Display Supplier Reference in Supplier Statement?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8935&amp;type=atom" />
	<updated>2020-08-21T04:05:43Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8935</id>
		<entry>
			<title type="html"><![CDATA[Re: Is it Possible to Display Supplier Reference in Supplier Statement?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38098#p38098" />
			<content type="html"><![CDATA[<p>add the 2 statement end of while loop. (after line 226)<br /></p><div class="codebox"><pre><code>      if ($show_balance)
     $total[3] = $total[0] - $total[1];
     
     // display ref. on 2nd line  
      $rep-&gt;NewLine();                      
      $rep-&gt;TextCol(1, 2,$trans[&#039;reference&#039;]);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-08-21T04:05:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38098#p38098</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is it Possible to Display Supplier Reference in Supplier Statement?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38093#p38093" />
			<content type="html"><![CDATA[<p>Thank you so much. Its done. Can I ask you. Is it possible to include both in report? System reference &amp; Supplier reference together?</p>]]></content>
			<author>
				<name><![CDATA[niyazofficial@gmail.com]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44858</uri>
			</author>
			<updated>2020-08-20T22:22:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38093#p38093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is it Possible to Display Supplier Reference in Supplier Statement?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38079#p38079" />
			<content type="html"><![CDATA[<p>I think most users enter supplier invoice number in the supplier ref. field.<br />and usually supplier sent statement only include the invoice number, <br />for easier checking, It&#039;s good to include supplier ref in the Supplier Balances report (rep201.php)</p><p>If you know php, you can change the <strong>reporting/rep201.php</strong> in ver 2.4.8 is on line number 192<br />change <strong>$trans[&#039;reference&#039;]</strong> to <strong>$trans[&#039;supp_reference&#039;]</strong></p><div class="codebox"><pre><code>        while ($trans=db_fetch($res))
        {
            if ($no_zeros &amp;&amp; floatcmp(abs($trans[&#039;TotalAmount&#039;]), $trans[&#039;Allocated&#039;]) == 0) continue;
            $rep-&gt;NewLine(1, 2);
            $rep-&gt;TextCol(0, 1, $systypes_array[$trans[&#039;type&#039;]]);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-08-20T06:48:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38079#p38079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Is it Possible to Display Supplier Reference in Supplier Statement?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38074#p38074" />
			<content type="html"><![CDATA[<p>When we type a Supplier Bill there is one system-generated number &amp; another is Supplier&#039;s Ref.:&nbsp; &nbsp; .</p><p>When I take the Supplier Report, I want this Supplier&#039;s Ref.:&nbsp; &nbsp;&nbsp; include in the statement. May I know to which report I need to run?</p>]]></content>
			<author>
				<name><![CDATA[niyazofficial@gmail.com]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44858</uri>
			</author>
			<updated>2020-08-19T18:59:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38074#p38074</id>
		</entry>
</feed>
