<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — SQL Files Fiscal Year should be updated]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7952</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7952&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SQL Files Fiscal Year should be updated.]]></description>
		<lastBuildDate>Thu, 24 Jan 2019 10:54:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34063#p34063</link>
			<description><![CDATA[<p>The following <strong>sys_prefs</strong> parameters:<br /></p><div class="codebox"><pre><code>default_loss_on_asset_disposal_act
depreciation_period</code></pre></div><p>have their <em>length</em> field value in quotes.<br />Automated systems looking for these gotchas beware.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 24 Jan 2019 10:54:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34063#p34063</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34052#p34052</link>
			<description><![CDATA[<p>Hello,<br />The 2 core COAs have now been redesigned a bit and are now syncronized. Only that the demo variant has the demo data..</p><p>I have tested both of them, and it seems to work fine. </p><p>Committed to repo.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 22 Jan 2019 11:33:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34052#p34052</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34049#p34049</link>
			<description><![CDATA[<p>The text and tinytext fields have &quot; COLLATE utf8_unicode_ci&quot; now.<br />The table and field ordering should be the same in both en_US-sql and en_US-demo.sql to make for ease of comparison and error detection. Changes between commits should be easily spottable especially in such core files.<br />It is okay to keep the comment as &quot;--&quot; for now.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 22 Jan 2019 03:17:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34049#p34049</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34048#p34048</link>
			<description><![CDATA[<p>No, the dashboard tables should not be there.</p><p>Well if users make a backup they will see the &#039;#&#039; as a comment specifier.</p><p>Will make a rerun later.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 21 Jan 2019 18:33:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34048#p34048</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34047#p34047</link>
			<description><![CDATA[<p>It appears that the <strong>dashboard_reminders</strong> and <strong>dashboard_widgets</strong> tables are now present in the new <strong>en_US-demo.sql</strong> file. The comment character is a condensed &quot;#&quot; instead of the multi line &quot;--&quot;. This makes it difficult to compare with the <strong>en_US-new.sql</strong> which has the &quot;--&quot; as it&#039;s comments character. Some sys_prefs items are also missing.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 21 Jan 2019 17:12:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34047#p34047</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34044#p34044</link>
			<description><![CDATA[<p>Hello again.</p><p>Only en_US-demo.sql needed update of the 2 core. It was done by moving 2017 to 2018 (search and replace). Then creating a new year 2019-01-01 to 2019-12-31. And setting the Company to this year. Then a couple of transactions were made.<br />This is all we can do. Remember things are very close mingled in the database. But this is good enough.</p><p>The en_US-new.sql was ok as is. The fiscal year was set to 2018-01-01 to 2018-12-31. I think this is ok, for when you start a new company you will often make an opening balance on the end of 2018. And then create whatever new fiscal year you need.</p><p>All the other COAs from the repo only needs a new fiscal year, I guess.</p><p>But Janusz will do some adjustments to the 2 core COA&#039;s due to SQL security injections. And of course also to the repo COAs.</p><p>The new en_US-demo.sql has been committed to repo. Can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/sql/en_US-demo.sql">here</a> if needed.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 21 Jan 2019 13:43:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34044#p34044</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34031#p34031</link>
			<description><![CDATA[<p>Fork the <a href="https://github.com/apmuthu/FA24extensions">FA24Extensions repo</a> and change what you want.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 19 Jan 2019 10:10:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34031#p34031</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34022#p34022</link>
			<description><![CDATA[<p>The other chart of accounts are from your repository. So it can be override the year change for me is not easy. </p><p>May be we can write a override program to update the years in all chart of accounts.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 19 Jan 2019 01:30:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34022#p34022</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34020#p34020</link>
			<description><![CDATA[<p>I will fix it manually this time for the two charts we have in core, but if you are keen fixing it your way, you are welcome to try. <br />We do have a lot of charts that need update.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 18 Jan 2019 20:53:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34020#p34020</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34019#p34019</link>
			<description><![CDATA[<p>Better to make it dynamic where SQL user variables are suitably populated and used.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 18 Jan 2019 17:54:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34019#p34019</guid>
		</item>
		<item>
			<title><![CDATA[Re: SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34011#p34011</link>
			<description><![CDATA[<p>Yes, it is a matter of search and replace.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 17 Jan 2019 17:39:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34011#p34011</guid>
		</item>
		<item>
			<title><![CDATA[SQL Files Fiscal Year should be updated]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34009#p34009</link>
			<description><![CDATA[<p>@joe, the demo and fresh sql files has 2017 data&#039;s. We need to refresh the dates with 2019 and also fiscal year also 2018. we need to allow them to see 2019 on both default SQL files with current year. So the new users wont get confusions.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 17 Jan 2019 16:50:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34009#p34009</guid>
		</item>
	</channel>
</rss>
