<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Cash basis tax report - module]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5685</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5685&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cash basis tax report - module.]]></description>
		<lastBuildDate>Fri, 10 Apr 2015 05:19:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23206#p23206</link>
			<description><![CDATA[<p>Yes, the Journal Entry is the way to go.... good catch. Data outside of the FA dataset must needs be addressed in this way.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 10 Apr 2015 05:19:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23206#p23206</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23202#p23202</link>
			<description><![CDATA[<p>By commenting out the following search like so</p><p>WHERE /* bt.type = &quot;.BT_CHEQUE.&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND */ bt.person_type_id = &quot;.PT_SUPPLIER.&quot;</p><p>I can get the Credit Note and correct VAT listed. However it does need to be input from the supplier menu.</p><p>In this particular case the Credit Note refers to an old payment which had long since been paid. It is also from a previous fiscal year and this is my first year using FA. I therefore have no previous unallocated payments that I can allocate the credit note to. I can&#039;t seem to find a way to allocate this credit note to the bank deposit made!!</p><p>If I use the bank deposit method the deposit VAT is posted as input tax claimable (as if it were a payment) whereas it should then be payable. However, net amount is posted correctly for returns outward. Is this a Bug??</p><p>I am therefore left with the option to fudge a fix with a journal entry using quick entry and attaching some memo</p>]]></description>
			<author><![CDATA[null@example.com (dls)]]></author>
			<pubDate>Thu, 09 Apr 2015 23:25:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23202#p23202</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23198#p23198</link>
			<description><![CDATA[<p>Surely When a bank deposit is made from the supplier - ie money is placed into the account - it should not be registered in the bank trans table as type credit? I would have thought placed into a cheque account it would be cheque type??</p>]]></description>
			<author><![CDATA[null@example.com (dls)]]></author>
			<pubDate>Thu, 09 Apr 2015 15:49:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23198#p23198</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23196#p23196</link>
			<description><![CDATA[<p>I&#039;ve tried that with same result.</p>]]></description>
			<author><![CDATA[null@example.com (dls)]]></author>
			<pubDate>Thu, 09 Apr 2015 14:48:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23196#p23196</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23193#p23193</link>
			<description><![CDATA[<p>Try entering he credit note from the supplier menu.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 09 Apr 2015 14:02:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23193#p23193</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23186#p23186</link>
			<description><![CDATA[<p>It&#039;s down to the search criterion not pulling the required Credit Note data out.</p><p>WHERE bt.type = &quot;.BT_CHEQUE.&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND bt.person_type_id = &quot;.PT_SUPPLIER.&quot;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; WHERE bt.type &lt;&gt; &quot;.BT_CREDIT.&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND bt.person_type_id &lt;&gt; &quot;.PT_CUSTOMER.&quot;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; WHERE bt.type = &quot;.BT_CHEQUE.&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND bt.person_type_id = &quot;.PT_CUSTOMER.&quot;</p><p>&nbsp; WHERE bt.type = &quot;.BT_CREDIT.&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND bt.person_type_id &lt;&gt; &quot;.PT_SUPPLIER.&quot;</p><p>These are in the cash basis tax report module and don&#039;t work - When the credit note is entered bt.type is set to BT_CREDIT and bt.person_type.id is set to PT_SUPPLIER</p><p>Question is (hoping to save time with further working out etc)<br />Can anyone who knows the inner workings well advise on a search criterion that will pull the Credit Notes out without pulling out other unwanted data? ie - if I just set the criterion to pull the bt.type= BT_CREDIT and bt.person_type.id = PT_SUPPLIER, I assume I will get all the unwanted credit data too!</p><p>I entered the credit note via Bank Deposit in banking &amp; GL screen as payment into checking account and it notes the bt.type as BT_CREDIT is that right? it&#039;s not a credit control account?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (dls)]]></author>
			<pubDate>Thu, 09 Apr 2015 11:13:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23186#p23186</guid>
		</item>
		<item>
			<title><![CDATA[Cash basis tax report - module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23169#p23169</link>
			<description><![CDATA[<p>I have installed this module for UK Tax reporting and it seems to be working well - I do have a problem with it catching up with Credit notes from Suppliers. </p><p>Before I look further, has any one else found this? And any workarounds or fixes? </p><p>Many thanks</p>]]></description>
			<author><![CDATA[null@example.com (dls)]]></author>
			<pubDate>Wed, 08 Apr 2015 11:11:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23169#p23169</guid>
		</item>
	</channel>
</rss>
