<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Inventory_Valuation</id>
	<title>Inventory Valuation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Inventory_Valuation"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Inventory_Valuation&amp;action=history"/>
	<updated>2026-05-15T16:11:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Inventory_Valuation&amp;diff=306&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Inventory_Valuation&amp;diff=306&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:51Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:58, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-305:rev-306 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Inventory_Valuation&amp;diff=305&amp;oldid=prev</id>
		<title>Chanson at 14:51, 16 May 2018</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Inventory_Valuation&amp;diff=305&amp;oldid=prev"/>
		<updated>2018-05-16T14:51:10Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category: SQL]]&lt;br /&gt;
&lt;br /&gt;
Inventory valuation vs G/L valuation (By Inventory G/L Account):&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select p.inventory_gl,sum(qty_on_hand*p.standard_cost) Value_STD,&lt;br /&gt;
(select sum(trx_amount) from glttrx a where a.gl_account=p.inventory_gl) GLBal&lt;br /&gt;
 from artprod p&lt;br /&gt;
inner join ARPPRTRX_QTY_ON_HAND(p.product_code,'12/31/13',2359,0) x on 1=1 &lt;br /&gt;
where p.stocked='Y' and inventory_gl is not null&lt;br /&gt;
group by p.inventory_gl&lt;br /&gt;
&amp;lt;/PRE?\&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chanson</name></author>
	</entry>
</feed>