<?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 Transactions 			2.3.22-4 	2.3.22-4]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5389</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5389&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Import Transactions 			2.3.22-4 	2.3.22-4.]]></description>
		<lastBuildDate>Thu, 19 Mar 2015 15:28:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22939#p22939</link>
			<description><![CDATA[<p>Link to commit would be useful. Your <a href="https://github.com/rossaddison/import_transactions/commits/master">commit list</a> does not show it as yet.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 19 Mar 2015 15:28:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22939#p22939</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22914#p22914</link>
			<description><![CDATA[<p>Code has been adjusted in the extension.</p>]]></description>
			<author><![CDATA[null@example.com (raddison)]]></author>
			<pubDate>Mon, 16 Mar 2015 14:13:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22914#p22914</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21800#p21800</link>
			<description><![CDATA[<div class="codebox"><pre><code>$trial = (isset($_POST[&#039;trial&#039;]) &amp;&amp; ($_POST[&#039;trial&#039;]!=null)) ;</code></pre></div><p>is way better.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 18 Dec 2014 16:20:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21800#p21800</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21786#p21786</link>
			<description><![CDATA[<p>I believe it sets the value to 1.</p><p>It is a very confusing way of testing if a box is checked or not.</p><p>It was failing to cater for the box not being checked.</p><p>if (isset($_POST[&#039;trial&#039;]) &amp;&amp; ($_POST[&#039;trial&#039;]!=null)) {<br />&nbsp; &nbsp; &nbsp;$trial = true;<br />} else {<br />&nbsp; &nbsp; &nbsp;$trial = false;<br />}</p><p>Is probably neater.</p><p>HTH</p><p>G</p>]]></description>
			<author><![CDATA[null@example.com (geoffreywalton)]]></author>
			<pubDate>Wed, 17 Dec 2014 08:45:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21786#p21786</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21783#p21783</link>
			<description><![CDATA[<p>What is the meaning of <strong>$trial = !null;</strong> ? Is the value <strong>true</strong> or <strong>false</strong>? Is it&#039;s value dependent on PHP version used? </p><p>This logic can certainly do with some housekeeping.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 17 Dec 2014 04:31:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21783#p21783</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21778#p21778</link>
			<description><![CDATA[<p>5.2.17</p>]]></description>
			<author><![CDATA[null@example.com (geoffreywalton)]]></author>
			<pubDate>Tue, 16 Dec 2014 15:54:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21778#p21778</guid>
		</item>
		<item>
			<title><![CDATA[Re: Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21772#p21772</link>
			<description><![CDATA[<p>What is the version of your PHP?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 16 Dec 2014 09:06:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21772#p21772</guid>
		</item>
		<item>
			<title><![CDATA[Import Transactions 			2.3.22-4 	2.3.22-4]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21767#p21767</link>
			<description><![CDATA[<p>When testing this feature I get the message</p><p>67 Payments would have been successful if imported. Uncheck Trial check before importing.</p><p>Around line 238 of /modules/import_transactions/import_transactions.php change</p><p>// Commit import to database<br /> if ((isset($_POST[&#039;trial&#039;])) &amp;&amp; ($_POST[&#039;trial&#039;]==null)){&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; $trial = null;<br /> }<br /> if (isset($_POST[&#039;trial&#039;]) &amp;&amp; ($_POST[&#039;trial&#039;]!=null)) {<br />&nbsp; &nbsp;&nbsp; $trial = !null;<br /> }</p><p>To</p><p>// Commit import to database<br /> if ((isset($_POST[&#039;trial&#039;])) &amp;&amp; ($_POST[&#039;trial&#039;]==null)){&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; $trial = null;<br /> }<br /> if (isset($_POST[&#039;trial&#039;]) &amp;&amp; ($_POST[&#039;trial&#039;]!=null)) {<br />&nbsp; &nbsp;&nbsp; $trial = !null;<br /> }</p><p> if (!isset($_POST[&#039;trial&#039;]) ) {<br />&nbsp; &nbsp;&nbsp; $trial = null;<br /> }</p><p>seems to do the trick.</p><p>HTH</p><p>G</p>]]></description>
			<author><![CDATA[null@example.com (geoffreywalton)]]></author>
			<pubDate>Mon, 15 Dec 2014 17:09:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21767#p21767</guid>
		</item>
	</channel>
</rss>
