<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Entry Purchase > Supplier Invoice (fa 2.4)]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6050</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6050&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Entry Purchase > Supplier Invoice (fa 2.4).]]></description>
		<lastBuildDate>Wed, 09 Dec 2015 08:37:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Entry Purchase > Supplier Invoice (fa 2.4)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24886#p24886</link>
			<description><![CDATA[<p>This is a feature option.</p><p>In FA 2.3, check the config.php for the lines 161-172 (FA 2.4 - lines 115-126):<br /></p><div class="codebox"><pre><code>    /* Accounts Payable */
    /* System check to see if quantity charged on purchase invoices exceeds the quantity received.
       If this parameter is checked the proportion by which the purchase invoice is an overcharge
       referred to before reporting an error */

    $check_qty_charged_vs_del_qty = true;

    /* System check to see if price charged on purchase invoices exceeds the purchase order price.
       If this parameter is checked the proportion by which the purchase invoice is an overcharge
       referred to before reporting an error */

    $check_price_charged_vs_order_price = True;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 09 Dec 2015 08:37:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24886#p24886</guid>
		</item>
		<item>
			<title><![CDATA[Entry Purchase > Supplier Invoice (fa 2.4)]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24885#p24885</link>
			<description><![CDATA[<p>Is It a bug?</p><p>1. I create PO<br />2. Receipt Items<br />3. Supplier Invoice</p><p>When I add items in Supplier Invoice, there is error message : The price being invoiced is more than the purchase order price by more than the allowed over-charge percentage. The system is set up to prohibit this. See the system administrator to modify the set up parameters if necessary.</p><p>then i debug this code are not created in html code<br />file purchasing\includes\ui\invoice_ui.inc line 397 (fa 2.4)<br />then i change code like fa.2.3.24 running well.</p><p>i compare fa 2.4 with fa 2.3.24</p><p>purchasing\includes\ui\invoice_ui.inc line 397 (fa 2.4)<br />....<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; label_cell(get_trans_view_str(ST_SUPPRECEIVE, $myrow[&quot;grn_batch_id&quot;]));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;qty_recd&#039;.$n, $myrow[&quot;qty_recd&quot;], false);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;item_code&#039;.$n, $myrow[&quot;item_code&quot;], false);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;item_description&#039;.$n, $myrow[&quot;description&quot;], false);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;prev_quantity_inv&#039;.$n, $myrow[&#039;quantity_inv&#039;], false);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;order_price&#039;.$n, $myrow[&#039;unit_price&#039;], false);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;std_cost_unit&#039;.$n, $myrow[&#039;std_cost_unit&#039;], false);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;po_detail_item&#039;.$n, $myrow[&#039;po_detail_item&#039;], false);<br />...</p><br /><p>purchasing\includes\ui\invoice_ui.inc line 372 (fa 2.3.24)<br />....<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; label_cell(get_trans_view_str(25, $myrow[&quot;grn_batch_id&quot;]).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;qty_recd&#039;.$n, $myrow[&quot;qty_recd&quot;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;item_code&#039;.$n, $myrow[&quot;item_code&quot;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;item_description&#039;.$n, $myrow[&quot;description&quot;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;prev_quantity_inv&#039;.$n, $myrow[&#039;quantity_inv&#039;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;order_price&#039;.$n, $myrow[&#039;unit_price&#039;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;std_cost_unit&#039;.$n, $myrow[&#039;std_cost_unit&#039;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;po_detail_item&#039;.$n, $myrow[&#039;po_detail_item&#039;], false).<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; hidden(&#039;location&#039;.$n, $myrow[&quot;loc_code&quot;], false));<br />...</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (614nt)]]></author>
			<pubDate>Wed, 09 Dec 2015 08:08:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24885#p24885</guid>
		</item>
	</channel>
</rss>
