<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Annual Balance Breakdown Report -- Net Asset calculation]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5989&amp;type=atom" />
	<updated>2015-11-01T22:47:30Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5989</id>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24620#p24620" />
			<content type="html"><![CDATA[<p>When doing so, he can refer <a href="https://github.com/apmuthu/frontaccounting/tree/master/extensions">my repo</a> for many fixes to Charts (en_GB) and extensions (<a href="https://github.com/apmuthu/frontaccounting/commit/2b91325a76d035aba1b9a1031a14740990fd3555">zen_import</a>) and missing extensions.</p><p>Version bumps on addons with no changes in content should be avoided.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-01T22:47:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24620#p24620</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24618#p24618" />
			<content type="html"><![CDATA[<p>Ok, I will ask Janusz again to update the repo.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2015-11-01T21:58:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24618#p24618</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24614#p24614" />
			<content type="html"><![CDATA[<p>The current Annual Balance Breakdown Report pkg in the official repo has not been updated as yet despite a lot of version bumps in the last few times ending on 2015-10-25.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-01T20:53:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24614#p24614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24558#p24558" />
			<content type="html"><![CDATA[<p>Shouldn&#039;t this ought to be fixed in the annual expense breakdown report package as well?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-10-26T21:10:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24558#p24558</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24548#p24548" />
			<content type="html"><![CDATA[<p>Thank you guys for detecting this presentation bug. The file has been fixed and sent to Janusz, that will update the package.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2015-10-23T12:47:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24548#p24548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24545#p24545" />
			<content type="html"><![CDATA[<p>Original line:<br />$rep-&gt;AmountCol2($i, $i + 1, $sales[$i] * -1, $dec, 0, 4, 0, $fill, NULL, 1, true);</p><p>To fix, we changed to:<br />$rep-&gt;AmountCol2($i, $i + 1, $sales[$i], $dec, 0, 4, 0, $fill, NULL, 1, true);</p>]]></content>
			<author>
				<name><![CDATA[albertolima]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1640</uri>
			</author>
			<updated>2015-10-22T16:18:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24545#p24545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24544#p24544" />
			<content type="html"><![CDATA[<p>@joe: is this the fix?</p><p>Does the annual expense breakdown report work okay with <a href="https://github.com/apmuthu/frontaccounting/blob/master/extensions/Extensions/rep_annual_expense_breakdown/reporting/rep_annual_expense_breakdown.php#L402">line 402</a>:<br /></p><div class="codebox"><pre><code>        $rep-&gt;AmountCol2($i, $i + 1, $sales[$i] * -1, $dec, 0, 4, 0, $fill, NULL, 1, true);</code></pre></div><p>?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-10-20T23:45:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24544#p24544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24542#p24542" />
			<content type="html"><![CDATA[<p>TM, </p><p>yeb, that did the trick. Issue fixed, thanks.<br />Working fine now.</p><p>Will also report it on Mantis.</p>]]></content>
			<author>
				<name><![CDATA[albertolima]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1640</uri>
			</author>
			<updated>2015-10-20T21:53:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24542#p24542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24540#p24540" />
			<content type="html"><![CDATA[<p>Line 401 seems to explicitly invert the values as they are being printed. Could that be the problem?</p><p><a href="https://github.com/apmuthu/frontaccounting/blob/master/extensions/Extensions/rep_annual_balance_breakdown/reporting/rep_annual_balance_breakdown.php#L401">https://github.com/apmuthu/frontaccount … n.php#L401</a></p><p>$rep-&gt;AmountCol2($i, $i + 1, $sales[$i] <span class="bbu"><strong>* -1</strong></span>, $dec, 0, 4, 0, $fill, NULL, 1, true);</p>]]></content>
			<author>
				<name><![CDATA[tm]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17873</uri>
			</author>
			<updated>2015-10-20T00:34:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24540#p24540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Annual Balance Breakdown Report -- Net Asset calculation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24539#p24539" />
			<content type="html"><![CDATA[<p>I reported a bug on Mantis here http://mantis.frontaccounting.com/view.php?id=3347<br />I could see that the annual balance report extension is miscalculating my Net_Assets as Liabilities - Assets, instead of Assets - Liabilities.</p><p>Notice that the errors do not exist when I use the native FrontAccounting Balance report, which does it the right way. But I would like to present the annual breakdown balance report (to show the monthly breakdown).</p><p>I&#039;ve been looking into the code to see if i can invert the calculation and have it right, but it is taking some time. Workaround for now is exporting in Excel and doing the change in there, before printing to PDF.</p><p>If anyone has a quick_fix or want to discuss this, I would appreciate.</p>]]></content>
			<author>
				<name><![CDATA[albertolima]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1640</uri>
			</author>
			<updated>2015-10-19T21:38:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24539#p24539</id>
		</entry>
</feed>
