<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — ST_INVADJUST fix]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10499&amp;type=atom" />
	<updated>2024-04-08T09:09:20Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10499</id>
		<entry>
			<title type="html"><![CDATA[ST_INVADJUST fix]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43025#p43025" />
			<content type="html"><![CDATA[<p>In the files <strong>reporting\rep301.php</strong> (Line 33 - Inventory Valuation) and <strong>reporting\rep308.php</strong> (Line 35 - Costed Inventory Movements), <br /></p><div class="codebox"><pre><code>    if ($myrow[&#039;type&#039;] == ST_SUPPRECEIVE || $myrow[&#039;type&#039;] == ST_SUPPCREDIT)</code></pre></div><p>can be changed to<br /></p><div class="codebox"><pre><code>    if ($myrow[&#039;type&#039;] == ST_SUPPRECEIVE || $myrow[&#039;type&#039;] == ST_SUPPCREDIT || $myrow[&#039;type&#039;] == ST_INVADJUST)</code></pre></div><p>@joe: see if it is fit to take into the core.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-04-08T09:09:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43025#p43025</id>
		</entry>
</feed>
