<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Purchase order system not working correctly?]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2864</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2864&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Purchase order system not working correctly?.]]></description>
		<lastBuildDate>Sat, 10 Mar 2012 10:25:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11967#p11967</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sat, 10 Mar 2012 10:25:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11967#p11967</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11964#p11964</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (mrbgoch)]]></author>
			<pubDate>Fri, 09 Mar 2012 23:51:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11964#p11964</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11929#p11929</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GrahamZA)]]></author>
			<pubDate>Tue, 06 Mar 2012 22:33:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11929#p11929</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purchase order system not working correctly?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11928#p11928</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 06 Mar 2012 22:32:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11928#p11928</guid>
		</item>
		<item>
			<title><![CDATA[Purchase order system not working correctly?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11927#p11927</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GrahamZA)]]></author>
			<pubDate>Tue, 06 Mar 2012 22:03:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11927#p11927</guid>
		</item>
	</channel>
</rss>
