<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — import paypal problem]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9568</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9568&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in import paypal problem.]]></description>
		<lastBuildDate>Wed, 24 Nov 2021 17:32:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: import paypal problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40290#p40290</link>
			<description><![CDATA[<p>kvvaradha thanks for your help. Here are the first two lines of my csv file:</p><div class="codebox"><pre><code>&quot;Date&quot;,&quot;Time&quot;,&quot;TimeZone&quot;,&quot;Name&quot;,&quot;Type&quot;,&quot;Status&quot;,&quot;Currency&quot;,&quot;Gross&quot;,&quot;Fee&quot;,&quot;Net&quot;,&quot;From Email Address&quot;,&quot;To Email Address&quot;,&quot;Transaction ID&quot;,&quot;Shipping Address&quot;,&quot;Address Status&quot;,&quot;Item Title&quot;,&quot;Item ID&quot;,&quot;Shipping and Handling Amount&quot;,&quot;Insurance Amount&quot;,&quot;Sales Tax&quot;,&quot;Option 1 Name&quot;,&quot;Option 1 Value&quot;,&quot;Option 2 Name&quot;,&quot;Option 2 Value&quot;,&quot;Reference Txn ID&quot;,&quot;Invoice Number&quot;,&quot;Custom Number&quot;,&quot;Quantity&quot;,&quot;Receipt ID&quot;,&quot;Balance&quot;,&quot;Address Line 1&quot;,&quot;Address Line 2/District/Neighborhood&quot;,&quot;Town/City&quot;,&quot;State/Province/Region/County/Territory/Prefecture/Republic&quot;,&quot;Zip/Postal Code&quot;,&quot;Country&quot;,&quot;Contact Phone Number&quot;,&quot;Subject&quot;,&quot;Note&quot;,&quot;Country Code&quot;,&quot;Balance Impact&quot;

&quot;01/01/2021&quot;,&quot;02:32:38&quot;,&quot;EST&quot;,&quot;Rxxxxx Txxxxxxx&quot;,&quot;Express Checkout Payment&quot;,&quot;Completed&quot;,&quot;USD&quot;,&quot;120.20&quot;,&quot;-4.99&quot;,&quot;115.21&quot;,&quot;xxxxxxxx@gmail.com&quot;,&quot;xxxxxxxx@teafromtaiwan.com&quot;,&quot;5C638500WR1159345&quot;,&quot;Rxxxxx, Txxxxxxx, PO Box xxx, xxxxxxx, New South Wales, xxxx, Australia&quot;,&quot;Confirmed&quot;,&quot;Rui Feng Jin Xuan Milk Oolong Tea [101] Weight:: 75 grams, Dong Ding Ming Xiang Oolong Tea [2] Weight:: 75 grams, Four Season Oolong Tea [12] Weight:: 150 grams, Tsuei Luan Oolong Tea [14] Weight:: 150 grams, Shi Zuo Oolong Tea [13] Weight:: 75 grams&quot;,&quot;瑞峰金萱茶, 凍頂蜜香烏龍茶, 阿里山四季烏龍茶, 翠巒高級烏龍茶, 阿里山石棹烏龍茶&quot;,&quot;0.00&quot;,&quot;&quot;,&quot;0.00&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;6120-1609486367-[TeaFromTaiwan]&quot;,&quot;EC-6120-1609486367&quot;,&quot;5&quot;,&quot;&quot;,&quot;221.56&quot;,&quot;PO Box xxx&quot;,&quot;&quot;,&quot;xxxxxxx&quot;,&quot;New South Wales&quot;,&quot;xxxx&quot;,&quot;Australia&quot;,&quot;xxxxxxxxx&quot;,&quot;Rui Feng Jin Xuan Milk Oolong Tea [101] Weight:: 75 grams&quot;,&quot;&quot;,&quot;AU&quot;,&quot;Credit&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Wed, 24 Nov 2021 17:32:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40290#p40290</guid>
		</item>
		<item>
			<title><![CDATA[Re: import paypal problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40283#p40283</link>
			<description><![CDATA[<p>there are some errors i saw while installing the module,&nbsp; @joe fix them on <strong>paypal_setup.php</strong> line no:23 <br /></p><div class="codebox"><pre><code> if !defined(&#039;refresh_sys_prefs&#039;) {</code></pre></div><p>to be <br /></p><div class="codebox"><pre><code> if (!defined(&#039;refresh_sys_prefs&#039;)) { </code></pre></div><br /><br /><p>@ckrosco i feel your imported file doesn&#039;t have proper headers to continue.&nbsp; Send me your top two lines from your CSV file. which you imported here .</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 24 Nov 2021 04:21:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40283#p40283</guid>
		</item>
		<item>
			<title><![CDATA[Re: import paypal problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40277#p40277</link>
			<description><![CDATA[<p>With debugging I see this error:<br /></p><div class="codebox"><pre><code>Undefined index: Date in file: /srv/www/htdocs/frontaccounting/modules/import_paypal/import_paypal_update.php at line 264</code></pre></div><p>Line 264 is this:<br /></p><div class="codebox"><pre><code>$date = $data[&quot;Date&quot;];</code></pre></div><p>Anything I read about &quot;Undefined index&quot; talks about using $_POST or $_GET in the line, but this seems to be a different usage.</p><p>I&#039;m not all that familiar with coding. If anyone can suggest a solution I would appreciate it very much.</p>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Tue, 23 Nov 2021 03:56:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40277#p40277</guid>
		</item>
		<item>
			<title><![CDATA[import paypal problem]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40269#p40269</link>
			<description><![CDATA[<p>Using frontaccounting 2.4.10 and import paypal module 2.4.0-2</p><p>When importing a paypal csv file I get this page:</p><p>Select payments&#039; account</p><p>Nothing is on this page except an OK button and a back link.</p><p>Click on OK and get returned to the Banking and General Ledger page.</p><p>Nothing is imported.</p><p>The top of the paypal.log files shows:</p><div class="codebox"><pre><code>[21-Nov-2021 17:42:37] file:paypal.CSV
[21-Nov-2021 17:42:37] Phase 2 start:454144
[21-Nov-2021 17:42:37] Memory, phase 2 process start:5667296
[21-Nov-2021 17:42:37] Second pass file: ../../tmp/tft_fa_adminpaypal.csv
[21-Nov-2021 17:42:37] Paypal act:3, withdrawal:4, sales:4000, tax:2150</code></pre></div><p>then a long list of transactions contained in my csv file.</p><p>Even if I edit my csv file to eliminate payments, the same thing happens.</p><p>There is nothing in the errors.log file.</p><p>TIA for any help you can give me to get this working.</p>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Sun, 21 Nov 2021 23:13:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40269#p40269</guid>
		</item>
	</channel>
</rss>
