<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Low Stock Report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1716</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1716&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Low Stock Report.]]></description>
		<lastBuildDate>Wed, 22 Dec 2010 16:47:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Low Stock Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7811#p7811</link>
			<description><![CDATA[<p>Hey Joe</p><p>Can you take just a few minutes and tell me what columns I need to add up to get current Item Qty?</p><p>I have looked at the php, but not being a coder there is a lot I just don&#039;t get...</p><p>Thanks for the help.</p>]]></description>
			<author><![CDATA[null@example.com (alvin)]]></author>
			<pubDate>Wed, 22 Dec 2010 16:47:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7811#p7811</guid>
		</item>
		<item>
			<title><![CDATA[Re: Low Stock Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7652#p7652</link>
			<description><![CDATA[<p>Well, I don&#039;t know Alvin. You know we are short on resources <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 09 Dec 2010 09:30:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7652#p7652</guid>
		</item>
		<item>
			<title><![CDATA[Re: Low Stock Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7636#p7636</link>
			<description><![CDATA[<p>Hey Joe,</p><p>What do you think it will cost me to have someone modify the&nbsp; Inventory Planning Report to be a Low Stock Report?&nbsp; </p><p>What do you think?</p><p>AM</p>]]></description>
			<author><![CDATA[null@example.com (alvin)]]></author>
			<pubDate>Wed, 08 Dec 2010 18:14:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7636#p7636</guid>
		</item>
		<item>
			<title><![CDATA[Re: Low Stock Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7618#p7618</link>
			<description><![CDATA[<p>Aan&#039;t you just run or modify the Inventory Planning Report? It seems easier to implement.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 07 Dec 2010 09:48:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7618#p7618</guid>
		</item>
		<item>
			<title><![CDATA[Low Stock Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7611#p7611</link>
			<description><![CDATA[<p>I need a Low Stock Report...</p><p>I can get the sql statement done but I need a little help.</p><p>Report would tell me what products at a location has a current quantity of less then or equal to the reorder level.</p><p>The statement below gives me a good report, but it doesn&#039;t show all the data I need.&nbsp; Using the statement bellow will not show products that have not been transferred to that location etc.&nbsp; I am guessing that I need to query some other tables like purchases received etc.</p><p>If I can please get some help...&nbsp; maybe a list of tables that I need to query etc.</p><p>Thanks</p><p>AM</p><p>SELECT 0_item_codes.stock_id<br />&nbsp; &nbsp; , 0_item_codes.description<br />&nbsp; &nbsp; , item_moves.sum_qty<br />&nbsp; &nbsp; , 0_loc_stock.reorder_level<br /> FROM 0_loc_stock<br />INNER<br /> JOIN 0_item_codes<br />&nbsp; &nbsp;ON 0_item_codes.stock_id = 0_loc_stock.stock_id<br />&nbsp; AND 0_item_codes.inactive = 0<br />&nbsp; AND 0_item_codes.category_id = 18<br />INNER<br /> JOIN ( SELECT stock_id<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;, SUM(qty) AS sum_qty<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM 0_stock_moves<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;WHERE loc_code = 10<br />&nbsp; &nbsp; &nbsp; &nbsp; GROUP<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BY stock_id ) AS item_moves<br />&nbsp; &nbsp;ON item_moves.stock_id = 0_item_codes.stock_id<br />WHERE 0_loc_stock.loc_code = 10<br />&nbsp; AND item_moves.sum_qty &lt;= 0_loc_stock.reorder_level</p>]]></description>
			<author><![CDATA[null@example.com (alvin)]]></author>
			<pubDate>Mon, 06 Dec 2010 17:23:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7611#p7611</guid>
		</item>
	</channel>
</rss>
