<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — I need to show Vendor reference No on purchase order]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3471&amp;type=atom" />
	<updated>2012-10-29T12:06:52Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3471</id>
		<entry>
			<title type="html"><![CDATA[Re: I need to show Vendor reference No on purchase order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14037#p14037" />
			<content type="html"><![CDATA[<p>Thanks a lot it worked with me .</p>]]></content>
			<author>
				<name><![CDATA[Fahed]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16473</uri>
			</author>
			<updated>2012-10-29T12:06:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14037#p14037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I need to show Vendor reference No on purchase order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13990#p13990" />
			<content type="html"><![CDATA[<p>I will install this files and come back again , <br />thank you very&nbsp; much</p>]]></content>
			<author>
				<name><![CDATA[Fahed]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16473</uri>
			</author>
			<updated>2012-10-25T09:10:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13990#p13990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I need to show Vendor reference No on purchase order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13986#p13986" />
			<content type="html"><![CDATA[<p>I see the changes to the Purchase Order were done after release 2.3.12. I will attach the files needed for download.</p><p>Please rename the file rep209.php1 to rep209.php and replade all the files.</p><p>These files are in the HG repository for the next release.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-25T06:58:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13986#p13986</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I need to show Vendor reference No on purchase order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13981#p13981" />
			<content type="html"><![CDATA[<p>Look Joe pls :<br />in file doctext.inc<br />----------------------------------------------------------------------------------------------<br />&nbsp; &nbsp; case ST_PURCHORDER:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;title = _(&quot;PURCHASE ORDER&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;formData[&#039;document_name&#039;] =_(&quot;Purchase Order No.&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Addr1[&#039;title&#039;] = _(&quot;Order To&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Addr1[&#039;name&#039;] = $this-&gt;formData[&#039;supp_name&#039;];<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Addr1[&#039;address&#039;] = $this-&gt;formData[&#039;address&#039;];<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Addr2[&#039;title&#039;] = _(&quot;Deliver To&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Addr2[&#039;name&#039;] = $this-&gt;company[&#039;coy_name&#039;];<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //$Addr2[&#039;address&#039;] = $this-&gt;company[&#039;postal_address&#039;]; No, don&#039;t destroy delivery address!<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;formData[&#039;document_date&#039;] = $this-&gt;formData[&#039;ord_date&#039;];<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;formData[&#039;document_number&#039;] = $print_invoice_no == 0 &amp;&amp; isset($this-&gt;formData[&#039;reference&#039;])<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ? $this-&gt;formData[&#039;reference&#039;] : $this-&gt;formData[&#039;order_no&#039;];</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $aux_info = array(<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _(&quot;Customers Reference&quot;) =&gt; $this-&gt;formData[&#039;supp_account_no&#039;],<br />---------------------------------------------------------------------------------------------------------------------<br />i think this line is not true :<br />_(&quot;Customers Reference&quot;) =&gt; $this-&gt;formData[&#039;supp_account_no&#039;],<br />----------------------------------------------------------------------------------------------------------------------<br />pls help</p>]]></content>
			<author>
				<name><![CDATA[Fahed]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16473</uri>
			</author>
			<updated>2012-10-24T22:16:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13981#p13981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I need to show Vendor reference No on purchase order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13966#p13966" />
			<content type="html"><![CDATA[<p>Use the Supplier&#039;s Reference field in the form. There were changes in the last release, so please upgrade to the last release.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-24T14:05:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13966#p13966</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I need to show Vendor reference No on purchase order]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13963#p13963" />
			<content type="html"><![CDATA[<p>Hello <br />I need to show Vendor reference No on purchase order , How pls ?<br />regards</p>]]></content>
			<author>
				<name><![CDATA[Fahed]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16473</uri>
			</author>
			<updated>2012-10-24T13:57:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13963#p13963</id>
		</entry>
</feed>
