<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Dimension Summary report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2227</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2227&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Dimension Summary report.]]></description>
		<lastBuildDate>Sun, 17 Jul 2011 12:03:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9736#p9736</link>
			<description><![CDATA[<p>Please look at the other thread: &quot;Dimension for keeping track of activities (or project) costs&quot;</p><p>I think I have found out what causes my problem. A quick fix would be to list the Dimensions by ID numbers (instead of in alphabetic order) when asking parameters for the summary report. </p><p>Thanks</p><p>Gaston<br />ps: it is also possible that I had missed the whole point. It happens to me from time to time... ;-)</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sun, 17 Jul 2011 12:03:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9736#p9736</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9732#p9732</link>
			<description><![CDATA[<p>Please try to look in your dimensions_db.inc if the changes above have been fixed. Otherwise something strange has happened during update.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 17 Jul 2011 06:52:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9732#p9732</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9725#p9725</link>
			<description><![CDATA[<p>Joe</p><p>I finally upgraded from 2.2.8 to 2.3.5, but I still have an empty Dimension Summary report.</p><p>Probably something I don&#039;t well understand ?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sat, 16 Jul 2011 13:28:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9725#p9725</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9687#p9687</link>
			<description><![CDATA[<p>Thanks Joe</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Tue, 12 Jul 2011 00:39:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9687#p9687</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9684#p9684</link>
			<description><![CDATA[<p>I am sorry for the sparse instruction. Here is the diff:</p><div class="codebox"><pre><code> --- a/dimensions/includes/dimensions_db.inc    Fri Dec 10 13:12:45 2010 +0000
     1.2 +++ b/dimensions/includes/dimensions_db.inc    Sun May 22 16:15:21 2011 +0200
     1.3 @@ -172,8 +172,7 @@
     1.4      $id = db_escape($id);
     1.5      $sql = &quot;SELECT SUM(amount) FROM &quot;.TB_PREF.&quot;gl_trans WHERE tran_date &gt;= &#039;&quot; .
     1.6          date2sql($from) . &quot;&#039; AND
     1.7 -        tran_date &lt;= &#039;&quot; . date2sql($to) . &quot;&#039; AND (dimension_id = &quot; .
     1.8 -        db_escape($id).&quot; OR dimension2_id = &quot; .db_escape($id).&quot;)&quot;;
     1.9 +        tran_date &lt;= &#039;&quot; . date2sql($to) . &quot;&#039; AND (dimension_id = $id OR dimension2_id = $id)&quot;;
    1.10      $res = db_query($sql, &quot;Sum of transactions could not be calculated&quot;);
    1.11      $row = db_fetch_row($res);
    1.12  </code></pre></div><p>This was changes about 7 weeks ago in /dimensions/includes/db/dimensions_db.inc. The problem was the double db_escape of the $id. Remove the minus lines and insert the plus line.</p><p>The link to the HG repository is:</p><p><a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/summary">HG repository</a></p><br /><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 11 Jul 2011 13:55:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9684#p9684</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9683#p9683</link>
			<description><![CDATA[<p>Joe, sorry to say that, but that was a simple but very important question. I don&#039;t know what is HG repository, I searched all FA forums to find something about a bug with Dimensions summary, nothing, I have been working trying to convince others Board members to keep FA, I had been working very hard on closing this fiscal year, I know that yous are very, very&nbsp; busy, but could you be a little bit more explicit and help me?</p><p>Thanks,</p><p>Gaston (RIMQ)</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Mon, 11 Jul 2011 11:22:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9683#p9683</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9680#p9680</link>
			<description><![CDATA[<p>Look into the changelog for HG. There you can see what was changed.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 11 Jul 2011 06:22:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9680#p9680</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9678#p9678</link>
			<description><![CDATA[<p>Is it just a problem with the reporting, or is something missing in the database?&nbsp; ? (I&#039;m in the process of closing a year and I don&#039;t want to do anything not absolutely required.)</p><p>Thanks</p><p>Gaston (RIMQ)</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sun, 10 Jul 2011 12:10:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9678#p9678</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9677#p9677</link>
			<description><![CDATA[<p>Hello, huotg01.<br />This was a bug, please upgrade to 2.3.5.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 10 Jul 2011 07:36:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9677#p9677</guid>
		</item>
		<item>
			<title><![CDATA[Dimension Summary report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9673#p9673</link>
			<description><![CDATA[<p>I&#039;m unable to get any information when using the Dimension Summary report (always empty), but I can see results from others reports. Any idea on what is the problem is ?</p><p>Thanks<br />(v 2.2.8)</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sat, 09 Jul 2011 16:42:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9673#p9673</guid>
		</item>
	</channel>
</rss>
