<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Cash basis tax report - module]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5685&amp;type=atom" />
	<updated>2015-04-10T05:19:28Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5685</id>
		<entry>
			<title type="html"><![CDATA[Re: Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23206#p23206" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-04-10T05:19:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23206#p23206</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23202#p23202" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dls]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=699</uri>
			</author>
			<updated>2015-04-09T23:25:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23202#p23202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23198#p23198" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dls]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=699</uri>
			</author>
			<updated>2015-04-09T15:49:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23198#p23198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23196#p23196" />
			<content type="html"><![CDATA[<p>I&#039;ve tried that with same result.</p>]]></content>
			<author>
				<name><![CDATA[dls]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=699</uri>
			</author>
			<updated>2015-04-09T14:48:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23196#p23196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23193#p23193" />
			<content type="html"><![CDATA[<p>Try entering he credit note from the supplier menu.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-04-09T14:02:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23193#p23193</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23186#p23186" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dls]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=699</uri>
			</author>
			<updated>2015-04-09T11:13:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23186#p23186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cash basis tax report - module]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23169#p23169" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dls]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=699</uri>
			</author>
			<updated>2015-04-08T11:11:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23169#p23169</id>
		</entry>
</feed>
