<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Month End/Year End Process, Fiscal months closing]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9008&amp;type=atom" />
	<updated>2020-09-21T09:07:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9008</id>
		<entry>
			<title type="html"><![CDATA[Re: Month End/Year End Process, Fiscal months closing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38362#p38362" />
			<content type="html"><![CDATA[<p>I tried to set the $allow_gl_reopen = 1; in config.php but it not working.<br />should be $SysPrefs-&gt;allow_gl_reopen in table or allow_gl_reopen in config.php ?</p>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-09-21T09:07:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38362#p38362</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Month End/Year End Process, Fiscal months closing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38361#p38361" />
			<content type="html"><![CDATA[<p>Agreed,<br />I found there is an option to allow gl reopen in code, but I can&#039;t find the setting in fa setup menu, maybe I miss it?<br />What I am doing is temporary remarks the line 47,48,49 to bypass the checking.<br />&nbsp; &nbsp; </p><p><strong>gl/manage/close_period.php </strong>:<br /></p><div class="codebox"><pre><code>    if (date1_greater_date2(sql2date(get_company_pref(&#039;gl_closing_date&#039;)), $_POST[&#039;date&#039;]))
    {
        if (!$SysPrefs-&gt;allow_gl_reopen) {
            //display_error(_(&quot;The entered date is earlier than date already selected as closing date.&quot;));
            //set_focus(&#039;date&#039;);
            //return false;
        } elseif (!user_check_access(&#039;SA_GLREOPEN&#039;)) {
            display_error(_(&quot;You are not allowed to reopen already closed transactions.&quot;));
            set_focus(&#039;date&#039;);
            return false;
        }
    }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-09-21T08:56:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38361#p38361</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Month End/Year End Process, Fiscal months closing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38360#p38360" />
			<content type="html"><![CDATA[<p>Thanks a lot for your quick help.</p><p>However, reopening of the posting period might be possible from UI (Front End)</p>]]></content>
			<author>
				<name><![CDATA[kamal51223050]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45593</uri>
			</author>
			<updated>2020-09-21T08:04:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38360#p38360</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Month End/Year End Process, Fiscal months closing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38357#p38357" />
			<content type="html"><![CDATA[<p>You can close Month end transactions on Banking and General Ledger-&gt;Closing GL Transactions. (version &gt;= 2.4)<br />However it can&#039;t re-open or doing backdated posting by admin.<br />The only way of re-open is go to MySQL database and change the gl_closing date in x_sys_prefs table.</p>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-09-21T06:31:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38357#p38357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Month End/Year End Process, Fiscal months closing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38355#p38355" />
			<content type="html"><![CDATA[<p>Fiscal year can be closed by marking the same in Fiscal year settings.</p><p>is there any way to close months so that backdated posting can be controlled by admin. </p><p>For Example, the current month is September 2020, I would like to close posting for July &amp; August 2020 (1st and 2nd month of 2020-2021 Fiscal year). If required, the closed months can be opened only by admin-level users.</p><p>Thanks in advance.</p>]]></content>
			<author>
				<name><![CDATA[kamal51223050]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45593</uri>
			</author>
			<updated>2020-09-21T05:00:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38355#p38355</id>
		</entry>
</feed>
