<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Error in Sales Summary Report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3633</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3633&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error in Sales Summary Report.]]></description>
		<lastBuildDate>Sat, 27 Dec 2014 03:16:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21902#p21902</link>
			<description><![CDATA[<p>@joe: This extension naming change is not yet done and the Item Sales Summary report name too needs to be labelled in correctly.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 27 Dec 2014 03:16:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21902#p21902</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14742#p14742</link>
			<description><![CDATA[<p>Thank you for finding the correction in the report. I have updated rep_sales_summary.php with the change and the result is exactly what I am after. <br />Trevor</p>]]></description>
			<author><![CDATA[null@example.com (flort)]]></author>
			<pubDate>Fri, 21 Dec 2012 08:27:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14742#p14742</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14705#p14705</link>
			<description><![CDATA[<p>@Janusz<br />Thanks for the error correction. I&#039;ll post the actual changes in another extension in another post. The attachment was a jumble up of an extension that was in the process of testing the parameters.</p><p>@flort<br />The effective correction is to the sql in the <strong>rep_sales_summary.php</strong> at line 41:<br /></p><div class="codebox"><pre><code>&quot;.TB_PREF.&quot;debtor_trans_details.quantity</code></pre></div><p>equivalently changed to<br /></p><div class="codebox"><pre><code>SUM(&quot;.TB_PREF.&quot;debtor_trans_details.quantity) AS quantity</code></pre></div><p>and with aliases in actual code now being<br /></p><div class="codebox"><pre><code>SUM(line.quantity) as quantity</code></pre></div><p>Since there is already a standard report by the same name under Customer Reports, it may have been better to name this report as <strong>Item Sales Summary Report</strong>.</p><p>Wikied the screenshots of both reports:</p><p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.CustomerSalesSummaryReport">Customer Sales Summary Report</a><br /><a href="https://frontaccounting.com/fawiki/index.php?n=Help.ItemSalesSummaryReport">Item Sales Summary Report</a></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 19 Dec 2012 13:59:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14705#p14705</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14699#p14699</link>
			<description><![CDATA[<p>@flort<br />Yes, you are right, there was a bug in sales report, just fixed in repo. Please install new package from repo.<br />Keep in mind the summary is made over sales invoicec, not sales deliveries, which maybe not exactly what you want.<br />@apmuthu<br />I have deleted your last post with attachment, as it does not solve the problem discussed here.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 19 Dec 2012 08:47:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14699#p14699</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14574#p14574</link>
			<description><![CDATA[<p>I&#039;m a novice with php code so I&#039;m hoping someone else can correct it.</p>]]></description>
			<author><![CDATA[null@example.com (flort)]]></author>
			<pubDate>Tue, 11 Dec 2012 09:52:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14574#p14574</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14565#p14565</link>
			<description><![CDATA[<p>Let us hopa that the author of this custom report sees this. If not, maybe your can fix the report?</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 10 Dec 2012 09:11:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14565#p14565</guid>
		</item>
		<item>
			<title><![CDATA[Error in Sales Summary Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14564#p14564</link>
			<description><![CDATA[<p>I have installed the Sales Summary Report in the Items &amp; Inventory Module and have found an error in the reported data.</p><p>When an item has more than one sale against it the report only shows the first sale unless there is a change in price. This means it doesn&#039;t reconcile against the actual sales or the Inventory History Report. All of my items are setup as Service Items.</p><p>Is it possible to have the report do a summation of all sales for the item and also have it show where there are different sale prices for the same item?</p>]]></description>
			<author><![CDATA[null@example.com (flort)]]></author>
			<pubDate>Mon, 10 Dec 2012 09:00:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14564#p14564</guid>
		</item>
	</channel>
</rss>
