<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Import Transaction issue]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5663&amp;type=atom" />
	<updated>2015-04-02T16:22:36Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5663</id>
		<entry>
			<title type="html"><![CDATA[Re: Import Transaction issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23072#p23072" />
			<content type="html"><![CDATA[<p>@rossaddison, @joe: wherever csv files are used in FA, we need to take care of line endings making it OS agnostic. Just replace all CRLF with LF and start to work.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-04-02T16:22:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23072#p23072</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Import Transaction issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23070#p23070" />
			<content type="html"><![CDATA[<p>CR/LF did it for me. I am using a Mac and the lines in the file were terminated by CR.<br />Import works after I changed the line terminations.<br />Both Windows termination, CR/LF or Unix termination, LF worked for me.<br />Thanks for your help.<br />Ion</p>]]></content>
			<author>
				<name><![CDATA[ion]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18154</uri>
			</author>
			<updated>2015-04-02T13:54:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23070#p23070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Import Transaction issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23061#p23061" />
			<content type="html"><![CDATA[<p>Working example:<br /></p><div class="codebox"><pre><code>reference,date,memo,amount,accountcode,taxtype,dim1_ref,dim2_ref,person_type_id (supplier=1 customer=2),person_id
JNL1,01/12/2014,Bad debts using account 8100,222.24,8100,0,D1,D2,,
JNL1,01/12/2014,Debtors Control using account 1100,-222.24,1100,0,D1,D2,2,2
JNL2,02/12/2014,Rent outstanding,122.25,7100,1,D1,D2,,
JNL2,02/12/2014,Accruals,-122.25,2109,0,D1,D2,,
JNL3,03/12/2014,Prepayments,322.26,1103,0,D1,D2,,
JNL3,03/12/2014,Rent Prepaid,-322.26,7100,1,D1,D2,,
JNL4,04/12/2014,Prepayments,400,1103,0,D1,D2,,
JNL4,04/12/2014,Prepayments,400,1103,0,D1,D2,,
JNL4,04/12/2014,Rent Prepaid,-800,7100,1,D1,D2,,</code></pre></div><p>Do not use double quotes (or any quotes) in the file and use commas as the separateor - do not use it in the description / content of any of the fields. Make sure that the CR/LF is proper and does not occur within a field.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-04-02T03:42:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23061#p23061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Import Transaction issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23060#p23060" />
			<content type="html"><![CDATA[<p>I am trying to import journal entries in FA with no luck.<br />I have installed the module, activated successfully, however whenever I run the import I always receive this error:</p><div class="quotebox"><blockquote><p>Skipped header. (line 1 in import file &#039;import-test-3.csv&#039;)<br />Error: Debits do not equal credits.<br />1</p></blockquote></div><p>I have tried on my installation as well as the UK demo site with the sample file.</p><p>Here is the file I have used:<br /></p><div class="quotebox"><blockquote><p>&quot;reference&quot;,&quot;date&quot;,&quot;memo&quot;,&quot;amount&quot;,&quot;accountcode&quot;,&quot;taxtype&quot;,&quot;dim1_ref&quot;,&quot;dim2_ref&quot;,&quot;person_type_id (supplier=1 customer=2)&quot;,&quot;person_id&quot;<br />&quot;JNL2&quot;,02/12/2014,&quot;Rent outstanding&quot;,122.25,7100,1,&quot;D1&quot;,&quot;D2&quot;,,<br />&quot;JNL2&quot;,02/12/2014,&quot;Accruals&quot;,-122.25,2109,0,&quot;D1&quot;,&quot;D2&quot;,,</p></blockquote></div><p>Can you share a sample that is working?<br />Any help would be appreciated.<br />TIA<br />Ion</p>]]></content>
			<author>
				<name><![CDATA[ion]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18154</uri>
			</author>
			<updated>2015-04-02T01:04:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23060#p23060</id>
		</entry>
</feed>
