<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Budget Entry doesnt save]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7348</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7348&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Budget Entry doesnt save.]]></description>
		<lastBuildDate>Mon, 03 Jun 2019 00:20:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=35091#p35091</link>
			<description><![CDATA[<p>This seems to be the same issue with the English Canadian COA.</p>]]></description>
			<author><![CDATA[null@example.com (gnurob)]]></author>
			<pubDate>Mon, 03 Jun 2019 00:20:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=35091#p35091</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32241#p32241</link>
			<description><![CDATA[<p>Yes. I am not sure yet. Only this installation somewhat misbehave ... My other installations seem to be doing fine. </p><p>Will post more when I know more</p><p>I am using Indonesian&#039;s COA btw</p><p>Cheers</p>]]></description>
			<author><![CDATA[null@example.com (aleifuuwork)]]></author>
			<pubDate>Fri, 20 Jul 2018 04:00:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32241#p32241</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32238#p32238</link>
			<description><![CDATA[<p>The <strong>en_US-demo.sql</strong> has the following error on navigating to <strong>Banking and General Ledger =&gt; Trial Balance</strong>:<br /></p><div class="codebox"><pre><code>The Opening Balance is not in balance, probably due to a non closed Previous Fiscalyear.</code></pre></div><p>This appears to be a false positive as the balances (without zeroes for clarity) do actually tally.</p><p>Cannot duplicate your date picker error - is it specific to your choice of date format? The en_US date format seems to work okay.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 20 Jul 2018 03:19:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32238#p32238</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32234#p32234</link>
			<description><![CDATA[<p>@apmuthu : alright. thanks. there is no correlation between what I did earlier ( adding a field &#039;memo_&#039; to budget_trans ) to somewhat the disappearance of date_picker.js, is there ? </p><p>If so, what might contribute a 404 error ?</p><p>*Update : I did purge. However whenever there is a select date From and To. The To will use datepicker but with &#039;undefined&#039; Month, whereas the value should&#039;ve been July / August / other months accordingly </p><p>code wise, there may be some mini error to &#039;TransToDate&#039; function ?</p><p>from <strong>gl_trial_balance.php</strong></p><div class="codebox"><pre><code>&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;TransToDate&quot; class=&quot;date&quot;  size=&quot;10&quot; maxlength=&quot;12&quot; value=&quot;31/07/2018&quot; &gt; 
&lt;a tabindex=&#039;-1&#039; href=&quot;javascript:date_picker(document.getElementsByName(&#039;TransToDate&#039;)[0]);&quot;&gt;    
&lt;img src=&#039;../../themes/default/images/cal.gif&#039; style=&#039;vertical-align:middle;padding-bottom:4px;width:16px;height:16px;border:0;&#039; alt=&#039;Click Here to Pick up the date&#039;&gt;&lt;/a&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (aleifuuwork)]]></author>
			<pubDate>Thu, 19 Jul 2018 08:07:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32234#p32234</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32231#p32231</link>
			<description><![CDATA[<p><strong>date_picker.js</strong> is created for the specific date choices in the <strong>config.php</strong> and placed in the <strong>company/#/js_cache/#/</strong> folder where &quot;#&quot; is company index number.</p><p>The <strong>function get_js_date_picker()</strong> in <strong>includes/ui/ui_view.inc</strong> includes the said file and generates the js include code based on user select options.</p><p>Hence purge the said file in the <strong>js_cache</strong> and it should get generated anew and all should be well.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 19 Jul 2018 01:17:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32231#p32231</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32229#p32229</link>
			<description><![CDATA[<p>This scenario happens to me too. and thanks to brucek@pelhamhs.org&#039;s, the missing &#039;memo_&#039; field on budget_trans is the culprit</p><p>I&#039;m using v2.4.3 with Indonesian&#039;s 4 Digit COA. I can confirm that in apmuthu&#039;s GitHub the &#039;memo_&#039; field is there, it&#039;s probably didn&#039;t make way to official sourceforge yet ? That&#039;s the FA version that I downloaded and what currently in use</p><p>After adding the &#039;memo_&#039; field, I now notice something FUNNY with datepicker.js ( It complains 404 ! when you want to pick a date ). I have no idea where it comes from; I swear the only modification I made was adding the &#039;memo_&#039; field to my budget_trans table. There&#039;s no correlation between these two, right ?</p>]]></description>
			<author><![CDATA[null@example.com (aleifuuwork)]]></author>
			<pubDate>Wed, 18 Jul 2018 01:34:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32229#p32229</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32166#p32166</link>
			<description><![CDATA[<p>Ditto. same here. Entering budget in Budget Entry doesn&#039;t save it. <br />Same goes after you select GET after choosing Financial Year and Dimension </p><p>version 2.4.3 - new installation. not an upgrade from previous version</p><p>I&#039;m using Indonesian&#039;s Chart of Accounts. Any chance that may be the &#039;culprit&#039; ?</p>]]></description>
			<author><![CDATA[null@example.com (aleifuuwork)]]></author>
			<pubDate>Wed, 11 Jul 2018 06:57:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32166#p32166</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31230#p31230</link>
			<description><![CDATA[<p>First off, I assume that you have no extensions installed that need db modifications.</p><p>A similar DB schema check will need to be done for all tables and for all records in lookup tables.<br />Note that the default document numbering system now has a pattern template in FA 2.4.x.</p><p>Some Chart of Accounts in FA 2.3.x and even in FA 2.4.x have field order differences with the standard <em>sql/en_US-new.sql</em> chart.</p><p>After synch-ing the chart, then see if an upgrade withing FA is necessary (Setup=&gt;Software Upgrade). In each instance backup before and after such interventions.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 27 Mar 2018 04:29:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31230#p31230</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31218#p31218</link>
			<description><![CDATA[<p>Thank you. Looking back at my notes I can see, that an upgrade was made from 2.3.25 to 2.3.26 and then to 2.42.<br />When I compare the fields in &#039;0_chart_master&#039; before and after they are identical:<br />account_code varchar(15)<br />account_code2 varchar (15)<br />account_name varchar(60)<br />account_type varchar(10)<br />inactive tinyint(1)</p><p>Does this indicate that everything is ok?</p>]]></description>
			<author><![CDATA[null@example.com (Tode)]]></author>
			<pubDate>Sun, 25 Mar 2018 15:46:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31218#p31218</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31217#p31217</link>
			<description><![CDATA[<p>Which Chart of Accounts did you start out in FA 2.3?<br />Do you have a backup before upgrade?<br />Can you check out the differences between the pre-upgrade sql schema and that of the last FA 2.3.26 version&#039;s <strong><a href="https://github.com/apmuthu/frontaccounting/blob/master/core/sql/en_US-new.sql">sql/en_US-new.sql</a></strong>?</p><p>You should have done all this and then upgraded to FA v2.3.26 and then if all was well, attempt to do an upgrade to FA 2.4.4 and then verify that the resultant schema is in consonance with the tables and field orders and the new <strong>config.php</strong> settings and new <strong>sys_prefs</strong> table records - above all, the schema being in synch with the latest <a href="https://github.com/FrontAccountingERP/FA/blob/master/sql/en_US-new.sql">sql/en_US-new.sql</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 25 Mar 2018 15:01:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31217#p31217</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31216#p31216</link>
			<description><![CDATA[<p>I didn&#039;t change Charts of Account since version 2.3.something.<br />I would guess I would loose historical data if I just start on a new from upload?<br />Did I miss a step during the upgrade?</p>]]></description>
			<author><![CDATA[null@example.com (Tode)]]></author>
			<pubDate>Sun, 25 Mar 2018 12:36:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31216#p31216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31215#p31215</link>
			<description><![CDATA[<p>The table definition of the <strong>0_budget_trans</strong> table in FA 2.4.x is:<br /></p><div class="codebox"><pre><code>CREATE TABLE `0_budget_trans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tran_date` date NOT NULL DEFAULT &#039;0000-00-00&#039;,
  `account` varchar(15) NOT NULL DEFAULT &#039;&#039;,
  `memo_` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `amount` double NOT NULL DEFAULT &#039;0&#039;,
  `dimension_id` int(11) DEFAULT &#039;0&#039;,
  `dimension2_id` int(11) DEFAULT &#039;0&#039;,
  PRIMARY KEY (`id`),
  KEY `Account` (`account`,`tran_date`,`dimension_id`,`dimension2_id`)
) ENGINE=InnoDB;</code></pre></div><p>It has just 7 fields and the <strong>memo_</strong> field is the 4th one.</p><p>Which Chart of Accounts did you start out with?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 25 Mar 2018 12:11:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31215#p31215</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31214#p31214</link>
			<description><![CDATA[<p>I have the same problem; Budget entries doesn&#039;t save. PHP-version: 7.1.15, FA-version: 2.4.4, MySQL: 5.6.29.<br />I can see that &#039;0_budget_trans&#039; contains only 12 fields and not the field &#039;memo_&#039;.<br />Should I just add the field?<br />When I upgraded to 2.4 recently, I made a fresh install as recommended. Did I miss something??</p>]]></description>
			<author><![CDATA[null@example.com (Tode)]]></author>
			<pubDate>Sun, 25 Mar 2018 10:11:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31214#p31214</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30922#p30922</link>
			<description><![CDATA[<p>I modified `0_budget_trans` moving the fields into the correct order.&nbsp; The other tables are OK.<br />I&#039;m wondering how important the column order is?&nbsp; Aren&#039;t all fields referred to by name so the order doesn&#039;t matter?</p><p>BTW, from Company setup: Database Scheme Version&nbsp; &nbsp; 2.4.1</p><p>Bruce</p>]]></description>
			<author><![CDATA[null@example.com (brucek@pelhamhs.org)]]></author>
			<pubDate>Tue, 27 Feb 2018 17:30:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30922#p30922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Budget Entry doesnt save]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30900#p30900</link>
			<description><![CDATA[<p>For now, focus on the field order in the tables where <strong>memo_</strong> is present in your output above, especially in the first one below:<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_budget_trans` MODIFY `memo_` tinytext NOT NULL;
ALTER TABLE `0_comments` MODIFY `memo_` tinytext;
ALTER TABLE `0_gl_trans` MODIFY `memo_` tinytext NOT NULL;
ALTER TABLE `0_supp_invoice_items` MODIFY `memo_` tinytext;
ALTER TABLE `0_voided` MODIFY `memo_` tinytext NOT NULL;</code></pre></div><p>Do not make any change to your current schema unless you are sure of the direction of change (from which schema to which) for now.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 26 Feb 2018 04:19:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30900#p30900</guid>
		</item>
	</channel>
</rss>
