<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — I'm now creating new theme for FA]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8944</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8944&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in I'm now creating new theme for FA.]]></description>
		<lastBuildDate>Wed, 26 Aug 2020 10:59:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38171#p38171</link>
			<description><![CDATA[<p>hi boxygen,</p><p>Thanks for your reply and help.</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Wed, 26 Aug 2020 10:59:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38171#p38171</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38163#p38163</link>
			<description><![CDATA[<p>@trainer2008, you can use modules hooks.php to call the module&#039;s sales_order_entry.php instead of core file from the Navigation of your theme.</p><p>Here is the little snippet of the code </p><div class="codebox"><pre><code>function install_options($app) {
        global $path_to_root;

        switch($app-&gt;id) {
            case &#039;orders&#039;:
                $app-&gt;modules[0]-&gt;lappfunctions[3] = new app_function(_(&#039;Water In&amp;voice&#039;),&#039;modules/water_invoice/sales_order_entry.php?NewInvoice=0&#039;,&#039;SA_OPEN&#039;,MENU_TRANSACTION);
                $app-&gt;modules[1]-&gt;lappfunctions[2] = new app_function(_(&#039;Customer Transaction Inquiry&#039;),&#039;modules/water_invoice/inquiry/customer_inquiry.php?&#039;,&#039;SA_OPEN&#039;,MENU_INQUIRY);
                $app-&gt;modules[2]-&gt;lappfunctions[0] = new app_function(_(&#039;Add and Manage Customers&#039;),&#039;modules/water_invoice/customers.php?&#039;,&#039;SA_OPEN&#039;,MENU_ENTRY);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 26 Aug 2020 03:11:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38163#p38163</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38135#p38135</link>
			<description><![CDATA[<p>I have another question regarding creating the module, I have some changes in the file sales_order_entry.php, can I overwrite it in the module so that copying it to the model and make changes in it, so it will be executed from the module instead of original one in sales?<br />If yes please let me know how.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Mon, 24 Aug 2020 15:04:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38135#p38135</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38114#p38114</link>
			<description><![CDATA[<p>Hard to tell. We are waiting for some rewrite of stock code. But we are trying to force the release.<br />In the meantime you can make a test version on release 2.4.8. Looking forward to see it.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 22 Aug 2020 18:21:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38114#p38114</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38113#p38113</link>
			<description><![CDATA[<p>Hi Joe, </p><p>Can I know when the 2.5 release will be available?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Sat, 22 Aug 2020 13:07:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38113#p38113</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38109#p38109</link>
			<description><![CDATA[<p>Ok,<br />I will try it.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Sat, 22 Aug 2020 08:29:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38109#p38109</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38107#p38107</link>
			<description><![CDATA[<p>This is a so called catch 22 situation.</p><p>In the login box, the user theme is not known. I have been planning of having this option in release 2.5, but the only way of doing this is to place the theme name in the config.php file. I have prepared this so the you can place a login.inc box in the theme folder, with all the situations as timeout, forgotton password etc.<br />But as said, the only way to doing this is to use the config.php file for the default theme info.</p><p>I think this should be ok to do it this way. Because if you make a fancy theme, you will probably also like to fix a fancy login box.<br />In the solution that I have, all the security is taken care of, so you only have to do the layout.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 22 Aug 2020 00:42:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38107#p38107</guid>
		</item>
		<item>
			<title><![CDATA[I'm now creating new theme for FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38105#p38105</link>
			<description><![CDATA[<p>Hi, I created mytheme folder inside themes, and I successfully modified the renderer.php and every thing is OK, now I want to modify the access pages ( login.php, logout.php, etc), I tried to copy the access folder inside my folder mytheme , so that the path will be mytheme/access</p><p>Now how can I show the login.php and logout.php from mytheme/access folder not from the original access folder, i don&#039;t want to modify the FA core.</p><p>waiting your response.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Fri, 21 Aug 2020 19:24:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38105#p38105</guid>
		</item>
	</channel>
</rss>
