<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — View_po.php]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7107</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7107&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in View_po.php.]]></description>
		<lastBuildDate>Wed, 08 Nov 2017 12:13:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: View_po.php]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29528#p29528</link>
			<description><![CDATA[<p>Thanks a lot.</p>]]></description>
			<author><![CDATA[null@example.com (Alaa)]]></author>
			<pubDate>Wed, 08 Nov 2017 12:13:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29528#p29528</guid>
		</item>
		<item>
			<title><![CDATA[Re: View_po.php]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29526#p29526</link>
			<description><![CDATA[<p>The <strong>$stock_item</strong> is an element of <strong>$purchase_order-&gt;line_items</strong>. The <strong>$purchase_order</strong> object gets populated from the <strong>function read_po()</strong> defined in <strong>purchasing/includes/db/po_db.inc</strong>. The stock_master table provides only the <strong>units</strong> field in the sql in the <strong>function read_po_items</strong> it calls therefrom. Extend it by appending <strong>long_description</strong> and use it where you want.</p><p>Alter line 210 in <strong>purchasing/includes/db/po_db.php</strong>:<br /></p><div class="codebox"><pre><code>    $sql = &quot;SELECT poline.*, units</code></pre></div><p>to be:<br /></p><div class="codebox"><pre><code>    $sql = &quot;SELECT poline.*, units, long_description</code></pre></div><p>and then use it in the <strong>view_po.php</strong> file.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 08 Nov 2017 09:11:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29526#p29526</guid>
		</item>
		<item>
			<title><![CDATA[View_po.php]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29519#p29519</link>
			<description><![CDATA[<p>Hello,,<br />in this view<br />purchasing/view/view_po.php<br />i&#039;d like to show long_description instead of item_description .. but it seems that the long description is stored in stock_master table..</p><p>is there an easy way to replace this code line 69<br /></p><div class="codebox"><pre><code>label_cell($stock_item-&gt;item_description);</code></pre></div><p>so it&#039;d show the long description??</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (Alaa)]]></author>
			<pubDate>Tue, 07 Nov 2017 20:53:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29519#p29519</guid>
		</item>
	</channel>
</rss>
