<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Purchase order system not working correctly?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2864&amp;type=atom" />
	<updated>2012-03-10T10:25:39Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2864</id>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11967#p11967" />
			<content type="html"><![CDATA[<p>In default configuration the item codes are not printed on PO for obvious reason: in most situations suppllier does not know internal item codes used by cooperating companies, so the codes printed here could only lead to misunderstanding. If you prefer to use the same codes as your supplier, you can set $show_po_item_codes=true in your config.php file.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-03-10T10:25:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11967#p11967</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11964#p11964" />
			<content type="html"><![CDATA[<p>not sure if this will help, but to have the Item Code on the PO you will have to change the following lines on the PO report</p><p>replace the following lines on rep209.php (lines 143/144)</p><div class="codebox"><pre><code>            //$rep-&gt;TextCol(0, 1,    $myrow2[&#039;item_code&#039;], -2);
            $rep-&gt;TextCol(0, 2,    $myrow2[&#039;description&#039;], -2);</code></pre></div><p>with</p><div class="codebox"><pre><code>            $rep-&gt;TextCol(0, 1,    $myrow2[&#039;item_code&#039;], -2);
            $rep-&gt;TextCol(1, 2,    $myrow2[&#039;description&#039;], -2);</code></pre></div><p>I didn&#039;t understand why line 143 actually was commented out.</p>]]></content>
			<author>
				<name><![CDATA[mrbgoch]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41</uri>
			</author>
			<updated>2012-03-09T23:51:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11964#p11964</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11929#p11929" />
			<content type="html"><![CDATA[<p>That&#039;s...sort of strange. Will that be changed in future releases?</p><p>What about the email that&#039;s sent along with the PO?</p><p>EDIT: Is there no way to display a products item code on the PO?</p>]]></content>
			<author>
				<name><![CDATA[GrahamZA]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13558</uri>
			</author>
			<updated>2012-03-06T22:33:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11929#p11929</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11928#p11928" />
			<content type="html"><![CDATA[<p>FA uses the same design for all the documents. Some of the fields are not used for special documents like PO.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-03-06T22:32:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11928#p11928</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Purchase order system not working correctly?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11927#p11927" />
			<content type="html"><![CDATA[<p>I&#039;ve been playing around with the PO system, but there are a few things that aren&#039;t working. They are:</p><p>On the PO PDF it does / doesn&#039;t display the following:<br /> - Under my company logo it state N/A<br /> - Sales Person is blank<br /> - Dude Date is blank<br /> - It doesn&#039;t display the item code</p><p>On the e-mail my supplier receives it states:<br />Attached you will find Purchase Order No. 1 - there is a double space between find and Purchase</p><p>Kindest regards</p><p>Administrator<br />(company name)<br />N/A<br />(email address)</p><p>Shouldn&#039;t the last parts be the info of the person who sent the PO?</p>]]></content>
			<author>
				<name><![CDATA[GrahamZA]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13558</uri>
			</author>
			<updated>2012-03-06T22:03:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11927#p11927</id>
		</entry>
</feed>
