<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Asset Register]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1925</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1925&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Asset Register.]]></description>
		<lastBuildDate>Wed, 19 Sep 2012 21:06:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13404#p13404</link>
			<description><![CDATA[<p>ok just ran the SQL from inside the module in the SQL manager</p>]]></description>
			<author><![CDATA[null@example.com (bonmaklad)]]></author>
			<pubDate>Wed, 19 Sep 2012 21:06:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13404#p13404</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13394#p13394</link>
			<description><![CDATA[<p>DATABASE ERROR : could not get all assets<br />error code : 1146<br />error message : Table &#039;easyacco_bizit.0_asset_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT *, 0_get_asset_value(a.asset_id, YEAR(now())) as current_value FROM 0_asset_types at INNER JOIN 0_assets a ON at.asset_type_id = a.asset_type_id WHERE !a.inactive</p><br /><br /><br /><p>____________</p><br /><p>DATABASE ERROR : could not get all asset types<br />error code : 1146<br />error message : Table &#039;easyacco_bizit.0_asset_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT * FROM 0_asset_types WHERE !inactive</p><br /><br /><p>_____________</p><br /><p>DATABASE ERROR : could not get all assets<br />error code : 1146<br />error message : Table &#039;easyacco_bizit.0_asset_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT *, 0_get_asset_value(a.asset_id, YEAR(now())) as current_value FROM 0_asset_types at INNER JOIN 0_assets a ON at.asset_type_id = a.asset_type_id WHERE !a.inactive</p>]]></description>
			<author><![CDATA[null@example.com (bonmaklad)]]></author>
			<pubDate>Wed, 19 Sep 2012 03:31:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13394#p13394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13393#p13393</link>
			<description><![CDATA[<p>so step by step:</p><p>add the module</p><p>add your access</p><p>get the errors? So how did we all agree we would fix the errors?</p>]]></description>
			<author><![CDATA[null@example.com (bonmaklad)]]></author>
			<pubDate>Wed, 19 Sep 2012 03:30:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13393#p13393</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13173#p13173</link>
			<description><![CDATA[<p>nice module!</p><p>How can i merge the translation file with the general FA translation file? I see in the asset register module a seperate translation file with 70 lines of translation is added.</p><p>In POedit i cannot enter these lines in the regular FA translation file (menu function update from pot will erease the regular lines).</p>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Mon, 27 Aug 2012 04:50:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13173#p13173</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13171#p13171</link>
			<description><![CDATA[<p>It is probably my lack of experience with MySQL.&nbsp; My System Administrator in FA is the default &#039;admin&#039;. I can make the grant all statement on the database in MySQL to this user, but I don&#039;t know how the FA-name &#039;admin&#039; translates into mysql.&nbsp; I have tried to grant the rights to &#039;admin&#039;@&#039;localhost&#039;, but that did not work.&nbsp; I also tried to create myself as System Administrator in FA, but to no avail.&nbsp; Any suggestions regarding who I should grant the rights to in MySQL to make the asset module to install correctly?</p>]]></description>
			<author><![CDATA[null@example.com (thorbjornw)]]></author>
			<pubDate>Sun, 26 Aug 2012 22:43:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13171#p13171</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13170#p13170</link>
			<description><![CDATA[<p>OK.&nbsp; I shall try to create the trigger and report back.</p>]]></description>
			<author><![CDATA[null@example.com (thorbjornw)]]></author>
			<pubDate>Sun, 26 Aug 2012 21:54:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13170#p13170</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13169#p13169</link>
			<description><![CDATA[<p>@thorbjornw<br />Probably the database user defined for your installation does not have enough rights to properly install the module. This is the only extension module which requires extended access rights on mysql database. You must have TRIGGER rights granted to properly install the module. Check the dbuser rights, then uninstall and install the module again.<br />@surreyhills<br />Yes, you are right. There was a bug in install sql script which could fire this error. This has been fixed in new package version already available in repo. I guess you will have to uninstall/install module if you have not fixed the issue manually yet.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 26 Aug 2012 21:38:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13169#p13169</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13110#p13110</link>
			<description><![CDATA[<p>I have just installed this module and tried to amortise an asset and got the error:<br />DATABASE ERROR : could not add asset valuation<br />error code : 1305<br />error message : FUNCTION surreyhills.get_asset_value does not exist<br />sql that failed was : INSERT INTO 0_asset_valuations (asset_id, valuation_year, asset_value) VALUES (&#039;1&#039;,&#039;2013&#039;,&#039;289.92&#039;)</p><p>Looking at the error and the install SQL there seems to be an error in the SQL.&nbsp; When it creates the trigger it uses get_asset_value rather than 0_get_asset_value which is the routine defined.</p><p>I will correct the SQL and start again to see if this works.</p>]]></description>
			<author><![CDATA[null@example.com (surreyhills)]]></author>
			<pubDate>Mon, 20 Aug 2012 17:09:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13110#p13110</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13109#p13109</link>
			<description><![CDATA[<p>Well, I had already set the access.&nbsp; But I still get the error message: DATABASE ERROR :<br />At file /var/www/frontaccounting/modules/asset_register/includes/db/assets_db.inc:30:<br />could not get all assets<br />error code : 1146<br />error message : Table &#039;WyM.0_asset_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT *, 0_get_asset_value(a.asset_id, YEAR(now())) as current_value FROM 0_asset_types at INNER JOIN 0_assets a ON at.asset_type_id = a.asset_type_id WHERE !a.inactive<br />To manually create the asset table in MySQL I would need to know the structure.</p>]]></description>
			<author><![CDATA[null@example.com (thorbjornw)]]></author>
			<pubDate>Mon, 20 Aug 2012 16:07:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13109#p13109</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13108#p13108</link>
			<description><![CDATA[<p>Thanks, so simple when you know how.<br />Regards<br />Mike</p>]]></description>
			<author><![CDATA[null@example.com (surreyhills)]]></author>
			<pubDate>Mon, 20 Aug 2012 15:33:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13108#p13108</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13107#p13107</link>
			<description><![CDATA[<p>You shouldd go into access setup in setup tab. And then give access to the role.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 20 Aug 2012 15:26:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13107#p13107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13106#p13106</link>
			<description><![CDATA[<p>This might be through ignorance.&nbsp; I have just installed the Asset Register and I have three new menu options:</p><p>Items and Inventory - Asset Type Entries &amp; Asset Entries<br />Banking and General Ledger - Amortisation Posting</p><p>All are greyed out.&nbsp; I could not find any description of how to use it.&nbsp; Is there any intro to the module?</p>]]></description>
			<author><![CDATA[null@example.com (surreyhills)]]></author>
			<pubDate>Mon, 20 Aug 2012 15:19:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13106#p13106</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13040#p13040</link>
			<description><![CDATA[<p>I have tried the asset module also.&nbsp; It installs OK and reportedly it is installed and active.&nbsp; But when I try to register an asset type, I get the following error:<br />DATABASE ERROR : could not get all asset types<br />error code : 1146<br />error message : Table &#039;WyM.0_asset_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT * FROM 0_asset_types WHERE !inactive<br />Looks as if I should create a new table manually in Mysql.&nbsp; Would that solve it?</p>]]></description>
			<author><![CDATA[null@example.com (thorbjornw)]]></author>
			<pubDate>Mon, 06 Aug 2012 01:54:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13040#p13040</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11917#p11917</link>
			<description><![CDATA[<p>For now this a an extension. So let us handle it as a such. We have plans to implement in core in the future, but not in release 2.4.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 03 Mar 2012 09:56:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11917#p11917</guid>
		</item>
		<item>
			<title><![CDATA[Re: Asset Register]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11916#p11916</link>
			<description><![CDATA[<p>But is there some plans to add asset register to core FA?</p>]]></description>
			<author><![CDATA[null@example.com (spott)]]></author>
			<pubDate>Sat, 03 Mar 2012 09:06:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11916#p11916</guid>
		</item>
	</channel>
</rss>
