<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — erorr]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7236&amp;type=atom" />
	<updated>2019-03-31T18:29:59Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7236</id>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34565#p34565" />
			<content type="html"><![CDATA[<p>For Windows, use the following and schedule them as desired:</p><p><strong>FTP Code File</strong></p><p>To transfer the file from <strong>C:\Users\Admin\Desktop\Test\myfile.zip</strong> to the <strong>/backupfolder</strong> in a remote FTP server we create a file , viz., <strong>myremote.ftp</strong> in the same folder where our file to be transferred resides having the following text contents:<br /></p><div class="codebox"><pre><code>open &lt;IP of FTP Server&gt;
&lt;FTP Username&gt;
&lt;FTP Password&gt;
lcd /D &quot;C:\Users\Admin\Desktop\Test\&quot;
cd /backupfolder
binary
mput &lt;file to be backed up - wildcards accepted&gt;
disconnect
quit</code></pre></div><p><strong>Windows Batch File</strong></p><p>Create a file <strong>zipftp.bat</strong> to zip up the set of files to be backed up (to a remote FTP server with the above credentials) having the following text contents:<br /></p><div class="codebox"><pre><code>SET MYFILE=&quot;myfile.zip&quot;
IF EXIST %MYFILE% DEL /F %MYFILE%
 
&quot;C:\Program Files\7-Zip\7z.exe&quot; a -tzip %MYFILE% myFAfolder
 
sleep 1
 
# A remote file is automatically overwritten when a local file that
# is PUT or MPUT has the same name as the remote file.
 
ftp -i -s:myremote.ftp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-03-31T18:29:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34565#p34565</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34559#p34559" />
			<content type="html"><![CDATA[<p>Unfortunately we can&#039;t recover the data from MySQL server once its lost or corrupted. </p><p>Always try an automatic backup script. Which will keep a copy of your data&#039;s safe. Everyday automatic backup is best to use. Those who are using hosting servers and Linux. They can use cron job to do the regualr backup. </p><p>But for windows, we can&#039;t use cron job to backup. But you can run a program to take backup by one click operations.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2019-03-30T13:53:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34559#p34559</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33844#p33844" />
			<content type="html"><![CDATA[<p>When multiple fiscal years remain open or get opened, the Company Setup must have it&#039;s current fiscal set to that in which transactions need to be entered / updated.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-01-05T05:38:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33844#p33844</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33825#p33825" />
			<content type="html"><![CDATA[<p>Is it possible to re-open transactions closed to a date (using Close GL Transactions), by closing the related fiscal year and then re-opening?</p><p>I was receiving &#039;out of fiscal year&#039; errors when entering a Direct Sales Invoice per the OP and perhaps for the same reason (although I don&#039;t believe I had closed the GL transactions for the period). Closing the fiscal year and re-opening it fixed the problem.</p>]]></content>
			<author>
				<name><![CDATA[MickC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44254</uri>
			</author>
			<updated>2019-01-03T09:20:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33825#p33825</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30421#p30421" />
			<content type="html"><![CDATA[<p>You need to close the fiscal years in sequence from the earliest onwards.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-01-06T03:22:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30421#p30421</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30418#p30418" />
			<content type="html"><![CDATA[<p>Incorrect Password</p><p>The user and password combination is not valid for the system.</p><p>If you are not an authorized user, please contact your system administrator to obtain an account to enable you to use the system.<br />Try again</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-01-06T01:54:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30418#p30418</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30416#p30416" />
			<content type="html"><![CDATA[<p>Not find solve <br />Please check in system and solve it and I need make process transactions in 2017-2018 <br />Same like order deliver.. sale order ..etc </p><p>Sys.lord-Egypt.com:8080/live<br />User test <br />Pass 123456</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2018-01-05T21:41:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30416#p30416</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30414#p30414" />
			<content type="html"><![CDATA[<p>You are not in Fiscal Years you are in Closing GL Transactions.</p><p>Got to Setup, and then Fiscal Years. Which is the 5th one down on the right when using the default theme.</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-01-05T19:34:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30414#p30414</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30412#p30412" />
			<content type="html"><![CDATA[<p>not work <br />and in screen you see my problem <br />and when go to open - close year not work <br />this is message </p><p>The Retained Earnings Account should be a Balance Account or the Profit and Loss Year Account should be an Expense Account (preferred the last one in the Expense Class)</p><p>Cannot CLOSE this year because there are open fiscal years before</p><p>http://uploads.im/Pmj4I.png</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2018-01-05T14:25:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30412#p30412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30404#p30404" />
			<content type="html"><![CDATA[<p>Open / Close the Fiscal Year as per screenshot attached.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-01-04T18:32:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30404#p30404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30396#p30396" />
			<content type="html"><![CDATA[<p>no any solve ?</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2018-01-04T13:28:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30396#p30396</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30377#p30377" />
			<content type="html"><![CDATA[<p>How this in system re-open close</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2018-01-03T08:56:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30377#p30377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30367#p30367" />
			<content type="html"><![CDATA[<p>You can reopen the closed Year by pressing the pencil. You should only do this before you have published your accounting. And then you can do your corrections and close it again.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-01-02T21:27:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30367#p30367</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30365#p30365" />
			<content type="html"><![CDATA[<p>i need remove Closing GL Transactions<br />i make this in 31/12/2017 </p><p>and i need make some functions in date 2017 but not work </p><p>what is solve</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2018-01-02T16:58:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30365#p30365</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[erorr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30361#p30361" />
			<content type="html"><![CDATA[<p>i close Closing GL Transactions and now open new year 2018 but&nbsp; i need add some proccing invoice . order ...etc in date 2017 but not accept erorr view </p><p>The entered date is out of fiscal year or is closed for further data entry.</p><p>what is solve i need work in 2 year 2017 - 2018</p>]]></content>
			<author>
				<name><![CDATA[almohasb]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18218</uri>
			</author>
			<updated>2018-01-02T15:45:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30361#p30361</id>
		</entry>
</feed>
