<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Tracmor Forum - Developer Discussion]]></title>
		<link>http://www.tracmor.com/forum/</link>
		<description><![CDATA[The most recent topics at Tracmor Forum.]]></description>
		<lastBuildDate>Sat, 26 Nov 2011 03:10:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[New Admin Setting]]></title>
			<link>http://www.tracmor.com/forum/topic/601/new-admin-setting/new/posts/</link>
			<description><![CDATA[<p>Hello:</p><p>Could someone explain to me how to add a new TracmorSettings setting? I added a row to admin_settings called asset_code_prefix.</p><p>I can get the setting to show on the admin panel, but the value does not save to the database.</p><p>There are no errors.</p><p>Thanks,</p><p>Paul</p>]]></description>
			<author><![CDATA[null@example.com (pomalley)]]></author>
			<pubDate>Sat, 26 Nov 2011 03:10:35 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/601/new-admin-setting/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Asset ID]]></title>
			<link>http://www.tracmor.com/forum/topic/600/asset-id/new/posts/</link>
			<description><![CDATA[<p>Hello:</p><p>I have a customer who has a requirement to add an alphanumeric prefix to the asset id key field when generating new asset id either through the GUI or on import. Since the asset_id field is an auto-increment field, simply adding a varchar prefix is not possible. Anyone have any ideas on how I might accomplish this?</p><p>Here is how the requirement reads:</p><p>CRS #1:&nbsp; The automatic asset code generation should be of the following format:&nbsp; </p><p>&lt;prefix&gt;&lt;10-digit numeric value&gt;</p><p>Where:<br />o&nbsp; &nbsp; Prefix – This is a constant string value for all asset code generated.&nbsp; The client should be able to set prefix value depending on where the stand-alone PC is installed.&nbsp; The prefix should accept printable ASCII characters. Example:&nbsp; XXX-IT <br />o&nbsp; &nbsp; 10-digit numeric value – should start from 0000000001 up to 9999999999.&nbsp; Beyond the max value should inform user that maximum asset code has been reached.</p><p>By using this format, all asset id generated should be of the same length.<br />The asset code should be auto-generated by default when creating new assets.</p><br /><p>Thanks!</p><p>Paul</p>]]></description>
			<author><![CDATA[null@example.com (pomalley)]]></author>
			<pubDate>Wed, 23 Nov 2011 20:37:53 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/600/asset-id/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Custom feild Addition]]></title>
			<link>http://www.tracmor.com/forum/topic/371/custom-feild-addition/new/posts/</link>
			<description><![CDATA[<p>hi,</p><p>Can any one tell me how to add custom field date in tracmor i am able to add the custom field and show it to the user but unable to save it in database </p><p>Thanks in Advance</p>]]></description>
			<author><![CDATA[null@example.com (Rantil)]]></author>
			<pubDate>Wed, 19 Jan 2011 07:34:50 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/371/custom-feild-addition/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Tracmor and Oracle 10g DB]]></title>
			<link>http://www.tracmor.com/forum/topic/316/tracmor-and-oracle-10g-db/new/posts/</link>
			<description><![CDATA[<p>I&#039;m trying to use Tracmor with an Oracle 10g DB, by using an adapter written for QCodo by RTacconi. But when i started using I receive the error ORA-00972: identificativo troppo lungo (too long identifier), in fact there&#039;s the alias &#039; role_module__module_id__short_description&#039; that is long more than 30 characters. <br />I hope someone could help me...<br />Thanks</p>]]></description>
			<author><![CDATA[null@example.com (gregvacirca)]]></author>
			<pubDate>Mon, 06 Sep 2010 09:05:26 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/316/tracmor-and-oracle-10g-db/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Reports]]></title>
			<link>http://www.tracmor.com/forum/topic/255/reports/new/posts/</link>
			<description><![CDATA[<p>Hey when do you think you will have the functionality to do reports? This would be very useful.<br />And the reports features, will you be making it possible to add up the total cost of all the products you have?</p><p>Thanks Let me know</p>]]></description>
			<author><![CDATA[null@example.com (MarcC1)]]></author>
			<pubDate>Wed, 03 Feb 2010 18:02:08 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/255/reports/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[QQ::Clause question]]></title>
			<link>http://www.tracmor.com/forum/topic/214/qqclause-question/new/posts/</link>
			<description><![CDATA[<p>Hi<br />I am trying to do some modifications to the objChildAssetArray in asset_edit.php. I have already added some custom fields columns to the datagrid. What remains is to actually put some data there. As for now only the heading shows.</p><p>I tried to do this in asset_edit.php I tried to add this as a clause to the LoadArrayByParentAssetId. The problem is I have no idea what I am doing.</p><div class="codebox"><pre><code>if ($this-&gt;objAsset &amp;&amp; is_int($this-&gt;objAsset-&gt;AssetId)) {
    $objClauses = QQ::Clause(QQ::Expand(QQN::Asset()-&gt;CustomFieldSelection()k-&gt;CustomFieldValue));
    $this-&gt;ctlAssetEdit-&gt;objChildAssetArray = Asset::LoadArrayByParentAssetId($this-&gt;objAsset-&gt;AssetId, $objClauses);
}
else {
    $this-&gt;ctlAssetEdit-&gt;objChildAssetArray = array();
}</code></pre></div><p>Could someone please try to set up this clause statement for me?</p>]]></description>
			<author><![CDATA[null@example.com (olejl)]]></author>
			<pubDate>Sun, 22 Nov 2009 16:32:23 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/214/qqclause-question/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Internalization]]></title>
			<link>http://www.tracmor.com/forum/topic/185/internalization/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m planning to use Tracmor at work, but I need it in french. <br />So i&#039;ve started to modify the code to use QI18n from the Qcodo framework.</p><p>As a proof-of-concept i&#039;ve tried to translate the Asset page&#039;s shortcuts menu :<br />- In includes/data_classes/Shortcut.class.php :<br /> public function __toString() {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return sprintf(&#039;%s&#039;, <strong>QApplication::Translate(</strong>$this-&gt;strShortDescription<strong>)</strong>);</p><p>- I&#039;ve created a fr.po file in includes/qcodo/i18n with the translations</p><p>- I&#039;ve set up language and country settings in includes/prepend.inc.php<br />(near the end of file)<br /> if (QApplication::$LanguageCode)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QI18n::Initialize();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else {<br /><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QApplication::$CountryCode = &#039;fr&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QApplication::$LanguageCode = &#039;fr&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QI18n::Initialize();</strong><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>- Hit reload on my browser and ... IT WORKS !!</p><p>I will continue to internationalize strings&nbsp; in tracmor code, but i wish to contribute back my changes, how can I do ?</p><p>Greetings,</p><p>Olivier ROCH VILATO</p>]]></description>
			<author><![CDATA[null@example.com (orochvilato)]]></author>
			<pubDate>Mon, 21 Sep 2009 00:12:49 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/185/internalization/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Asset Transaction Report]]></title>
			<link>http://www.tracmor.com/forum/topic/176/asset-transaction-report/new/posts/</link>
			<description><![CDATA[<p>It appears 0.1.0 contains work toward functional reports, but no actual working reports.&nbsp; Is that right?&nbsp; What needs to be done to get the functional asset transaction report available in 0.2.0 working on 0.1.0?&nbsp; I tried updating the files that appeared relevant and I&#039;m getting a PHP fatal for a call to an undefined method AssetTransaction::counttransactionsbysearch().</p>]]></description>
			<author><![CDATA[null@example.com (rjparth)]]></author>
			<pubDate>Thu, 20 Aug 2009 17:59:02 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/176/asset-transaction-report/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Asset Depreciation]]></title>
			<link>http://www.tracmor.com/forum/topic/109/asset-depreciation/new/posts/</link>
			<description><![CDATA[<p>I have just gotten tracmor up and running and instantly got a new requirement from our controller. He would like some way to track asset depreciation so that he can keep track of the present book value of each item. We&#039;re a non-profit and every piece of equipment that we have in inventory has to be capitalized on our books. Are there any plans to include this sort of functionality at some point? Has anyone else had this requirement? If not, I am going to start developing my own. When I am finished I can post what I&#039;ve done somewhere so other&#039;s can use it... if that acceptable to the project owners.</p><p>Thanks,<br />Steve</p>]]></description>
			<author><![CDATA[null@example.com (steven elliott jr)]]></author>
			<pubDate>Thu, 23 Apr 2009 12:30:08 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/109/asset-depreciation/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Is there Active Directory Support?]]></title>
			<link>http://www.tracmor.com/forum/topic/59/is-there-active-directory-support/new/posts/</link>
			<description><![CDATA[<p>Tracmor offers some great features and I will soon be downloading it to explore further.&nbsp; One feature which is important to me is LDAP/AD integration so that I do not need to maintain separate accounts.&nbsp; My question is this: how easy would it be to override the athentication mechanism to allow Tracmor to authenticate with Active Directory?&nbsp; Has this been done before such that there is sample code I could just download?&nbsp; </p><p>My initial thoughts were that I could hopefully provide my own implementation of the UserAccount class (and others?) which utilitize a package such as adLDAP (<a href="http://adldap.sourceforge.net/">http://adldap.sourceforge.net/</a>).&nbsp; I haven&#039;t thought too hard about the specifics but I was hoping to get a read on how difficult it would be to work the AD integration feature into the code.&nbsp; Any thoughts or suggestions?</p><p>Thanks,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (csnow)]]></author>
			<pubDate>Tue, 18 Nov 2008 20:05:54 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/59/is-there-active-directory-support/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Starting Development]]></title>
			<link>http://www.tracmor.com/forum/topic/47/starting-development/new/posts/</link>
			<description><![CDATA[<p>Got Qcodo loaded on my development server and have gone through the how-to on the Qcodo site. I have a basic understanding of how it is setup and works. </p><p>Should I be able to make changes in the &#039;tracmor&#039; directory and issue a &#039;codegen&#039; to re-build and see my changes that I made? That is of-course with the correct &#039;configuration.inc.php&#039; file settings.</p><p>Also, I have created some graphs in Code Charge Studio4 that I would like to include in the Reports page. How easy is it to add graphs to the reports pages? Or for that matter, create a new page and have those custom reports included on that page?</p><p>I am still working on gluing the system together...</p>]]></description>
			<author><![CDATA[null@example.com (sldnkarm)]]></author>
			<pubDate>Sun, 05 Oct 2008 03:33:37 +0000</pubDate>
			<guid>http://www.tracmor.com/forum/topic/47/starting-development/new/posts/</guid>
		</item>
	</channel>
</rss>

