<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Asset Extension Reports]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3768&amp;type=atom" />
	<updated>2013-03-15T14:27:53Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3768</id>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16046#p16046" />
			<content type="html"><![CDATA[<p>The URL:<br />http://website/accounts/reporting/reports_main.php?Class=2&amp;REP_ID=_assets_list<br />is malformed.</p><p>It should be ending in an integer like say:<br />http://website/accounts/reporting/reports_main.php?Class=2&amp;REP_ID=609</p><p>Hence trace where in the extension, the &quot;_asset_list &quot; string occurs and see if a &quot;$&quot; prefixed php variable is missing in the context.</p><p>All your errors are a consequence of the URL PARAMETER type being violated.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-03-15T14:27:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16046#p16046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16042#p16042" />
			<content type="html"><![CDATA[<p>Hi Apmuthu</p><p>Thanks for your quick reply, please find a link to the screen shot http://www.bsacadelaide.com/tmp/Asset%20issue.jpg </p><p>Im sorry but i don&#039;t understand what you were asking in regards to the REP_ID=integer value.I am not a seasoned programmer although can read code.</p><p>Any help would be most appreciated.</p><p>Regards<br />Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-03-15T11:06:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16042#p16042</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16034#p16034" />
			<content type="html"><![CDATA[<p>Please study the url format for any other working report and you will find that the REP_ID=integer value which is not the case above.</p><p>File upload rights are controlled by the forum moderator.</p><p>Upload the screenshot to your public website and place the link here.</p><p>The following sites among others make a living by advertising on the public&#039;s need for free image hosting:</p><p>http://troll.ws/<br />http://beta.photobucket.com/images/pastebin/<br />http://derp.co.uk/<br />http://inky.ws/</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-03-14T15:45:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16034#p16034</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16032#p16032" />
			<content type="html"><![CDATA[<p>Hi Apmuthu</p><p>Sorry for the delay in replying.</p><p>I changed the code to read $sql = &quot;SELECT &quot;.TB_PREF.&quot;assets.asset_id,</p><p>I have a screen shot of the debug but cant figure out how to attach it to the post.</p><p>With debug enabled i get the following errors when trying to print inventory reports / asset list<br />http://website/accounts/reporting/reports_main.php?Class=2&amp;REP_ID=_assets_list</p><br /><p>#Undefined index: PARAM_2 in file: /public_html/website/accounts/modules/asset_register/reporting/rep_assets_list.php at line 56 <br />#accounts/modules/asset_register/reporting/rep_assets_list.php:30:&nbsp; &nbsp; print_assets_list()<br />#/accounts/reporting/prn_redirect.php:71:<br />#/accounts/reporting/includes/reports_classes.inc:53:<br />#accounts/reporting/reports_main.php:480:<br />#accounts/modules/asset_register/reporting/rep_assets_list.php&#039;#accounts/reporting/prn_redirect.php&#039;)<br />#(BoxReports Object)-&gt;getDisplay()</p><p>and the same again but starting with <br />Undefined index: PARAM_3 in file: /public_html/website/accounts/modules/asset_register/reporting/rep_assets_list.php at line 57</p><p>your help would be most appreciated</p><p>Regards</p><p>Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-03-14T10:47:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16032#p16032</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15584#p15584" />
			<content type="html"><![CDATA[<p>You will need to clear any browser cache left over.</p><p>I only looked into one report listing the assets. Can you list the assets correctly as a report? This extension uses functions and triggers and hence your MySQL database user must have the necessary privileges.</p><p>List each issue and what file / url shows up on the browser for each issue and what menu click sequence brought up the issue. This will help replicate and resolve the issue.</p><p>Since the extensions are not in a repo for public to refine it over time and are just packed up into pkgs with magic glue it is a little difficult for the community to contribute and appears designed to help only coders.</p><p>I am planning a git repo for the extensions from where users can manually upload extensions outside of the magic web interface - any takers? Maintaining a repo over time is time consuming and requires great commitment - the folks at FA are already doing the best they can under the circumstances and it will not be fair to burden them any more.</p><p>Whilst Charts of Accounts, Languages and Themes get updated fast, extensions take longer to get updated when they do.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-14T08:41:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15584#p15584</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15576#p15576" />
			<content type="html"><![CDATA[<p>I really appreciate your help, although i don&#039;t believe this has resolved the issues.</p><p>Starting by adding assets to an asset type - you are unable to then go back and update the asset to change it to a different asset type.</p><p>When running the report multiple assets per asset type are still not displayed in the PDF report.</p><p>If you could help i would really appreciate it. Please feel free to PM me if needed.</p><p>Regards</p><p>Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-02-13T12:43:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15576#p15576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15573#p15573" />
			<content type="html"><![CDATA[<p>It appears that the SELECT field assets.id was erroneously made same as the GROUP BY field.</p><p>Edit Line 34 of <strong>modules/asset_register-2.3.3-9/reporting/rep_assets_list.php</strong>:<br /></p><div class="codebox"><pre><code>            $sql = &quot;SELECT &quot;.TB_PREF.&quot;asset_types.asset_type_id,</code></pre></div><p>to<br /></p><div class="codebox"><pre><code>            $sql = &quot;SELECT &quot;.TB_PREF.&quot;assets.asset_id,</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-13T11:01:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15573#p15573</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15564#p15564" />
			<content type="html"><![CDATA[<p>Look up the sql used. It will be missing a GROUP BY clause and possibly a SUM/COUNT aggregate function as well.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-02-13T08:15:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15564#p15564</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15495#p15495" />
			<content type="html"><![CDATA[<p>This extension was developed by&nbsp; Dennis Gichangi (dennis AT dennis DOT me DOT ke) so maybe if you contact him he can help you?&nbsp; I&#039;m <em>not</em> a developer so I can&#039;t be all that helpful, but I would suggest setting one or more of these variables in config.php and see if you get any error messages:</p><div class="codebox"><pre><code>       $debug                  = 1;    // show sql on database errors

        $show_sql               = 1;    // show all sql queries in page footer for debugging purposes
        $go_debug               = 1;    // set to 1 for basic debugging, or 2 to see also backtrace after failure.
        $pdf_debug              = 1;    // display pdf source instead reports for debugging when $go_debug!=0</code></pre></div><p>Btw, don&#039;t leave these variable set for long as they can generate <em>a lot</em> of clutter!</p><p>Another thing to check is that all of your assets are setup correctly.&nbsp; Sometimes, if certain fields are missing or incorrect it can mess things up.</p><p>I hope some of this is helpful to you.&nbsp; Sorry that I can&#039;t be of further help.</p><p>Good luck!</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-02-06T19:06:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15495#p15495</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15492#p15492" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>David Keene wrote:</cite><blockquote><p>Hi All</p><p>I have started using the asset extension but have noticed a problem when running a report. If i have multiple assets for each asset type when the report only included the first asset entered. I assume this is not the intended functionality.</p><p>Any help would be appreciated.</p><p>regards<br />Dave</p></blockquote></div><br /><p>Hi all, i wonder if someone can help me with this issue.&nbsp; I need to start tracking assets but can use this module as teh report doesnt function correct.</p><p>Any help would be appreciated</p><p>Regards</p><p>Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-02-06T11:20:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15492#p15492</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15182#p15182" />
			<content type="html"><![CDATA[<p>Hi All<br />I have just upgraded to 2.3.14 and still am experiencing the same issue.</p><p>Any help would be appreciated.</p><p>Regards<br />Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-01-22T11:57:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15182#p15182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15162#p15162" />
			<content type="html"><![CDATA[<p>Hi All - Just wondered if anyone had come across this same issue as me.</p><p>Regards</p><p>Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-01-21T12:27:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15162#p15162</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Asset Extension Reports]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15114#p15114" />
			<content type="html"><![CDATA[<p>Hi All</p><p>I have started using the asset extension but have noticed a problem when running a report. If i have multiple assets for each asset type when the report only included the first asset entered. I assume this is not the intended functionality.</p><p>Any help would be appreciated.</p><p>regards<br />Dave</p>]]></content>
			<author>
				<name><![CDATA[David Keene]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14177</uri>
			</author>
			<updated>2013-01-18T12:00:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15114#p15114</id>
		</entry>
</feed>
