<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — FA v2.4 development]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5380</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5380&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FA v2.4 development.]]></description>
		<lastBuildDate>Tue, 15 Dec 2015 16:46:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24934#p24934</link>
			<description><![CDATA[<p>Today&#039;s commits have replaced <strong>aqua</strong> and <strong>cool</strong> standard themes with <strong>canvas</strong> and <strong>dropdown</strong> themes.</p><p>Dashboards can now be used in all themes with these new commits.</p><p>When we logout, the user session is completely destroyed and if the &quot;login again&quot; link is clicked, the previous session&#039;s username is not pre-populated in it&#039;s form field.</p><p><s><strong>A small bugfix</strong>is necessary for the<strong>canvas</strong>theme to show the graphic links and stands<a href="https://github.com/apmuthu/frontac24/commit/9162f914dba3be2197ab1566a62d674b3297e6c9">committed in my unofficial repo</a>.</s> This has now been <a href="https://github.com/FrontAccountingERP/FA/commit/75a427435541f54e1834409dde4c9b02e81dc2de">committed in the official repo</a>.</p><p>The <strong>de_DE</strong> and <strong>pt_PT</strong> install lang files have yet to be corrected in the official repo. It stands <a href="https://github.com/apmuthu/frontac24/commit/e739a8165d196684f2fdecccce3d3a1bd8ac400c">committed in my unofficial repo</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 15 Dec 2015 16:46:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24934#p24934</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24916#p24916</link>
			<description><![CDATA[<p>Today&#039;s commits have brought on FA v2.4RC1 with most FA 2.3 bugfixes ported forward to FA 2.4.<br />The <strong>de_DE</strong> and <strong>pt_PT</strong> <em>install language strings</em> need to be fixed in the core. It is available from <a href="https://github.com/apmuthu/frontac24/commit/e739a8165d196684f2fdecccce3d3a1bd8ac400c">my unofficial FA 2.4 repo</a>.</p><p>FA 2.4.x sports a new feature while restoring a backup - the default option of keeping existing security settings.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 12 Dec 2015 06:02:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24916#p24916</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24909#p24909</link>
			<description><![CDATA[<p>Todays commits have removed the popup search feature for Fixed Assets since there will be only a few in most accounting scenarios. The commits are:</p><p><a href="https://github.com/FrontAccountingERP/FA/commit/658a1ea0bde1951d966ff0560e24a62e3cdde6e6">Removed fixed assets from list item search and popup search.</a><br />and<br /><a href="https://github.com/FrontAccountingERP/FA/commit/d5c036f01e41b7acbf36eb00a298aa2a3edfe044">Rerun of last non fixed assets search.</a></p><p>The <a href="https://github.com/apmuthu/frontac24/commit/775fea3382915515f58b517bc27e5fa4d4ae31df">above can be reverted</a> for those who want it - use cases: Asset / Equipment / Building Leasing companies and large Fixed Asset companies.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 11 Dec 2015 15:52:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24909#p24909</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24884#p24884</link>
			<description><![CDATA[<p>The <strong>ERD Anomalies</strong> in the previous post have been addressed in today&#039;s commits along with the typo fix in en_US.new.sql in the 44th post.</p><p>The FA version number will be updated during release of FA v2.4rc1 as also the *.mo files in the <strong>install/lang</strong> language folders along with all translations in the core.</p><p>Company level configurable <strong>sys_prefs</strong> (company.setup) options to be able to hide the <strong>Fixed Assets</strong> and <strong>Manufacturing</strong> applications are now available in <a href="https://github.com/FrontAccountingERP/FA/commit/f9ad5818b3b263cf9ecb9d3d08d833ed79d97fe6">today&#039;s commit</a> - <strong>use_manufacturing</strong> and <strong>use_fixed_assets</strong>.</p><p>Two new <a href="https://frontaccounting.com/fawiki/index.php?n=Main.FA24ConfigFile">config file options</a> have been introduced - <strong>$use_popup_search</strong> and <strong>$max_rows_in_search</strong> - enabling popup search in Customers, branches, suppliers, inventory, fixed assets and GL Accounts.</p><p>Some 14px icons have been replaced by 16px icons but the css is retained to display them as 14px icons.</p><p><s><a href="https://github.com/apmuthu/frontac24/commit/a021062c8dc5e1e6e686b41cebb0a896c53a9685">A small fix to the upgrade script</a>is in my repo.</s> <a href="https://github.com/FrontAccountingERP/FA/commit/f0f7b444137a81aa1a227cbb041f3d7d7eaa1715#diff-f1c210a139b8d897319213533838fcf0">Committed</a> in the official core now.</p><p><strong>stock_fa_class</strong> table field widths and form field widths for <strong>Fixed Assets Classes</strong> form is attached for review and correction.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 09 Dec 2015 03:48:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24884#p24884</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24870#p24870</link>
			<description><![CDATA[<p>Fixed Assets application has been extended and debugged in commits yesterday and today. </p><p>Some icons for login and others have been changed for the standard themes.</p><p>There are some ERD issues as in the attachment that need to be sorted out.</p><p>The <strong>$depreciation_methods</strong> array is defined in <strong>includes/sysnames.inc</strong> (D - Declining balance, S - Straight line, N -&nbsp; Sum of the Year Digits, O - One-time) has now been extended to include <strong>sum-of-the-year digits method, fixed declining balance method</strong>.</p><p>The version seems to have been bumped to 2.4.1 in the upgrade file <strong>sql/alter2.4rc1.php</strong>, but the <strong>version.php</strong> file and the <strong>sys_prefs</strong> table still show 2.4.0 in the <strong>en_US-new.sql</strong> and <strong>en_US-demo.sql</strong> files:<br /></p><div class="codebox"><pre><code>INSERT INTO `0_sys_prefs` VALUES (&#039;version_id&#039;, &#039;system&#039;, &#039;varchar&#039;, 11, &#039;2.4.0&#039;);</code></pre></div><p>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 08 Dec 2015 10:32:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24870#p24870</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24862#p24862</link>
			<description><![CDATA[<p>Additional fixes to the last set of commits in the FA 2.4 branch can be taken from my unofficial FA 2.4 repo:</p><p><a href="https://github.com/apmuthu/frontac24/commit/952a7169c8b116e1daf1045354634634aca4d03e">Fixed es_MX installer translation files</a></p><p><a href="https://github.com/apmuthu/frontac24/commit/7206194276604327584ab1356936b660dd0e9687">Fixed typo in en_US-new.sql: Finsihed =&gt; Finished</a></p><p>*** As of 2015-12-11, the above fixes have been incorporated into the Official FA 2.4 core.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 06 Dec 2015 08:48:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24862#p24862</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24857#p24857</link>
			<description><![CDATA[<p><a href="https://github.com/FrontAccountingERP/FA/commit/fd069bba86276f15311ff6ab10b22d4a06a55513">FA 2.4 now has a Fixed Asset application</a> which provides for a new <strong>mb_flag</strong> value of <strong>&#039;F&#039;</strong> for Fixed Asset along with a new table <strong>stock_fa_class</strong> and a few new fields in <strong>stock_master</strong> table and an extra field in <strong>locations</strong> table with appropriate extended security roles. All Charts will need to be updated accordingly.</p><p>Two new <strong>sys_prefs</strong> have been added as well: <strong>default_loss_on_asset_disposal_act</strong> account code and <strong>depreciation_period</strong> flag (1 = Yearly, 0 = Monthly defined in <strong>includes/types.inc</strong>). The <strong>$depreciation_methods</strong> array is defined in <strong>includes/sysnames.inc</strong> (D - Declining balance, S - Straight line, O - One-time).</p><p>The <strong>assets_register</strong> extension (obsolete for FA v2.4 now) uses the SA_ASSETS security descriptor whilst this new application uses the singular SA_ASSET security descriptor.</p><p>The attachments are screenshots with default roles and enabled roles for this application.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 04 Dec 2015 09:24:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24857#p24857</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24174#p24174</link>
			<description><![CDATA[<p>The <a href="https://frontaccounting.com/fawiki/index.php?n=Main.FA24Topics">FA 2.4 Config.php</a> page has been put up in the wiki. Please go through the contents and suggest / make changes as required.</p><p>The following variables are no longer there in the <strong>config.php</strong> file:<br /></p><div class="codebox"><pre><code>$no_zero_lines_amount = 1;
$save_report_selections = 0;
$use_date_picker = 1;
$show_po_item_codes = 0;
$def_print_destination = 0;
$def_print_orientation = 0;
$accounts_alpha = 0;
$loc_notification = 0;
$print_invoice_no = 0;
$alternative_tax_include_on_docs = 0;
$suppress_tax_rates = 0;
$allow_negative_prices = 1;
$print_item_images_on_quote = 0;
$js_path = $path_to_root.&#039;/js/&#039;;&#039;&#039;&#039;
$js_static = array(&#039;JsHttpRequest.js&#039;, &#039;behaviour.js&#039;, &#039;utils.js&#039;, &#039;inserts.js&#039;);
$js_lib = $js_userlib = array();</code></pre></div><p>Many of the above variables are still referred to in the code in files like <strong>header.inc</strong> and needs to be verified with it&#039;s counterpart now being in the <strong>sys_prefs</strong> table.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 02 Sep 2015 21:10:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24174#p24174</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24145#p24145</link>
			<description><![CDATA[<p><strong>Ref:</strong> Recent commit into the FA 2.4 branch:<br /><a href="https://github.com/FrontAccountingERP/FA/commit/104460ae3eca1e1d53ad5e4541d076c967421c1c">PDF documents sent by email have now meaningful names.</a></p><p><s>Remove erroneous line 134 in<strong>reporting/includes/class.email.inc</strong></s> - <a href="https://github.com/FrontAccountingERP/FA/commit/183d4be97acdca496543a8dc23520f84d8761707">stands removed in commit</a>.</p><div class="codebox"><pre><code>            for ($i = 0; $i &lt; $max; $i++)</code></pre></div><p>In order to use this functionality for download as well (insecure), lines 972 to 975 in&nbsp; <strong>reporting/includes/pdf_report.inc</strong>:<br /></p><div class="codebox"><pre><code>//            if ($email == 1)
//                $fname = $dir.&#039;/&#039;.$this-&gt;filename;
//            else    
            $fname = $dir.&#039;/&#039;.uniqid(&#039;&#039;).&#039;.pdf&#039;;</code></pre></div><p>should be uncommented as:<br /></p><div class="codebox"><pre><code>            if ($email == 1)
                $fname = $dir.&#039;/&#039;.$this-&gt;filename;
            else    
                $fname = $dir.&#039;/&#039;.uniqid(&#039;&#039;).&#039;.pdf&#039;;</code></pre></div><p>It is better to have some switch flag in the company preferences to do this instead if desired.</p><p>This feature can be safely backported into FA 2.3 if needed.</p><p>The other two commits too can be backported to FA 2.3:<br /><a href="https://github.com/FrontAccountingERP/FA/commit/582e4a2443d9ed6ca67f47c05b7d92772b53b805">Void a Transaction: fixed GRN voiding.</a><br /><a href="https://github.com/FrontAccountingERP/FA/commit/1239da76a5ce623d5b27ca5eeb6cc88b78f3502b">Fixed sparse js dialog when canceling sales document entry.</a></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2015 09:55:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24145#p24145</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24144#p24144</link>
			<description><![CDATA[<p>FA 2.4 Official Repo PKGs as available today within the FA application as <a href="https://github.com/apmuthu/frontac24/wiki/FAExtensionsPix">screenshots</a> are posted in the wiki in my unofficial GitHub.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2015 09:27:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24144#p24144</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23971#p23971</link>
			<description><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>FA v2.4 beta can be installed after incorporating the fix detailed in this <a href="https://frontaccounting.com/punbb/viewtopic.php?id=5863">post</a>.</p><p><strong>sys_types</strong> and <strong>movement_types</strong> tables are still present in <strong>en_US-demo.sql</strong> while being absent in <strong>en_US-new.sql</strong> - not used in FA 2.4.</p><p><strong>journal, reflines and wo_costing</strong> are the new tables introduced in FA v2.4.</p><p>If you have installed the en_US-demo.sql, then update the currency symbols with:<br /></p><div class="codebox"><pre><code>UPDATE `0_currencies` SET `curr_symbol`=&#039;£&#039; WHERE `curr_abrev`=&#039;GBP&#039;; 
UPDATE `0_currencies` SET `curr_symbol`=&#039;€&#039; WHERE `curr_abrev`=&#039;EUR&#039;; </code></pre></div></blockquote></div><p>The above have now been set right in the FA Repo commits <a href="https://github.com/FrontAccountingERP/FA/commit/b5050ef40b6360715b9815417168e5b616c5024c">1</a> and <a href="https://github.com/FrontAccountingERP/FA/commit/0e87db6a9397046b9bd89df588e31acc9be113e5">2</a>.</p><p><a href="https://github.com/apmuthu/frontac24/wiki">Screenshots</a> of FA 2.4 Beta - Install, Usage, Extensions available and Themes.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 29 Jul 2015 18:16:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23971#p23971</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23939#p23939</link>
			<description><![CDATA[<p><a href="https://github.com/apmuthu/frontac24/wiki">Screenshots</a> of FA 2.4 Beta - Install, Usage and Extensions available.</p><p>FA v2.4 beta can be installed after incorporating the fix detailed in this <a href="https://frontaccounting.com/punbb/viewtopic.php?id=5863">post</a>.</p><p><strong>sys_types</strong> and <strong>movement_types</strong> tables are still present in <strong>en_US-demo.sql</strong> while being absent in <strong>en_US-new.sql</strong> - not used in FA 2.4.</p><p><strong>journal, reflines and wo_costing</strong> are the new tables introduced in FA v2.4.</p><p>If you have installed the en_US-demo.sql, then update the currency symbols with:<br /></p><div class="codebox"><pre><code>UPDATE `0_currencies` SET `curr_symbol`=&#039;£&#039; WHERE `curr_abrev`=&#039;GBP&#039;; 
UPDATE `0_currencies` SET `curr_symbol`=&#039;€&#039; WHERE `curr_abrev`=&#039;EUR&#039;; </code></pre></div><p>The demo data has been pruned and computer images (items) have been replaced with the more contemporary cell phone images.</p><p>PDFs render well in windows without any cludge fixes anymore.</p><p><a href="https://github.com/FrontAccountingERP/FA/commit/0b1257cb14406901c17a5d537d606d973ca3115c"><strong>rep709.php</strong> fix in FA v2.3</a> not ported to FA 2.4 as yet.</p><p><strong>demouser</strong> is no longer in the en_US-demo.sql</p><p>The <strong>$src_version</strong> variable is now &quot;2.4 beta&quot; and is different from the <strong>$db_version</strong> which is &quot;2.4.0&quot; in <strong>version.php</strong>.</p><br /><p>Anyone using it in production?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 26 Jul 2015 11:09:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23939#p23939</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23506#p23506</link>
			<description><![CDATA[<p>The changes in the master FA 2.3 branch have now been merged into the FA 2.4 branch and a separate PKG repo branch has been created for v2.4 and set in the <a href="http://https:/sourceforge.net/code-snapshots/git/f/fr/frontaccounting/git.git/frontaccounting-git-8ffddf50ffbe93672c769e2cf0501d0f9125e2a0.zip">current FA 2.4 snapshot</a>.</p><p>The set of PKGs available in the FA 2.4 Repo are shown in the screenshots in <a href="https://github.com/apmuthu/frontac24/issues/2">my FA24 Unofficial GitHub Repo&#039;s <strong>Issues Page</strong></a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 11 May 2015 13:17:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23506#p23506</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23381#p23381</link>
			<description><![CDATA[<p>FA v2.4 is <a href="http://https:/sourceforge.net/code-snapshots/git/f/fr/frontaccounting/git.git/frontaccounting-git-5a261543d3d1b2b3c98fce8c6e6849b39ec62dcc.zip">now fully installable</a> and the reports display with correct paths in Windows thanks to <a href="https://github.com/FrontAccountingERP/FA/commit/48ad5d9daab3853cd782682447b76bf5f8af298b">Joe&#039;s commit</a> reverting to FA v2.3 config variable <strong>$comp_path</strong> assignment.</p><p>The above commit now means that relative path addressing listed in the <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=22324#p22324">22nd post in this thread</a> is no longer valid.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 28 Apr 2015 18:05:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23381#p23381</guid>
		</item>
		<item>
			<title><![CDATA[Re: FA v2.4 development]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23363#p23363</link>
			<description><![CDATA[<p>Changes in FA 2.4 unstable till 2015-04-21:</p><p>The error reported in <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=22324#p22324">the 22nd post</a> in this thread is still present in <a href="http://https:/sourceforge.net/code-snapshots/git/f/fr/frontaccounting/git.git/frontaccounting-git-c2aed11d0b33a70d83d82d4d278e1a328c15b356.zip">this snapshot</a>.</p><p>DB Schema Changes:<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_cust_branch` DROP KEY `branch_code`;
ALTER TABLE `0_supp_trans` DROP KEY `SupplierID_2`;
ALTER TABLE `0_supp_trans` DROP KEY `type`;</code></pre></div><ul><li><p>Ported all fixes in FA v2.3.24 to the FA 2.4 stream.</p></li><li><p>Collation settable in Company Creation / Installer.</p></li><li><p>Option to preserve security roles during import of CoA.</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 26 Apr 2015 12:45:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23363#p23363</guid>
		</item>
	</channel>
</rss>
