<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Entry Purchase > Supplier Invoice (fa 2.4)]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6050&amp;type=atom" />
	<updated>2015-12-09T08:37:30Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6050</id>
		<entry>
			<title type="html"><![CDATA[Re: Entry Purchase > Supplier Invoice (fa 2.4)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24886#p24886" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-12-09T08:37:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24886#p24886</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Entry Purchase > Supplier Invoice (fa 2.4)]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24885#p24885" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[614nt]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20888</uri>
			</author>
			<updated>2015-12-09T08:08:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24885#p24885</id>
		</entry>
</feed>
