<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Seem to have added a payment with no GL transactions]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3958</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3958&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Seem to have added a payment with no GL transactions.]]></description>
		<lastBuildDate>Tue, 20 Aug 2013 12:51:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Seem to have added a payment with no GL transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17455#p17455</link>
			<description><![CDATA[<p>In the FA 2.3.17 version. The problem appears when I select Customer Payment Entry.<br />I select a client from payment, after the write bank charge and the allocation and press the update payment boton.<br />I tried with direct invoice and with all the flow sales order entry - invoice. And it happend in both cases</p><p>Rogelio</p>]]></description>
			<author><![CDATA[null@example.com (rocapa)]]></author>
			<pubDate>Tue, 20 Aug 2013 12:51:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17455#p17455</guid>
		</item>
		<item>
			<title><![CDATA[Re: Seem to have added a payment with no GL transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17447#p17447</link>
			<description><![CDATA[<p>When this problem appears?<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 20 Aug 2013 11:38:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17447#p17447</guid>
		</item>
		<item>
			<title><![CDATA[Re: Seem to have added a payment with no GL transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17444#p17444</link>
			<description><![CDATA[<p>I have similar error. With FA 2.3.15 y 17. With direct invoice and invoice from Sales Order Entry. And I can repeat the error. And I can not record the payments. Any idea?<br />I&#039;m using the The standar new company American COA for digits. </p><p>DATABASE ERROR : no debtor trans found for given params<br />sql that failed was : SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.curr_code, cust.tax_id ,bank_act,0_bank_accounts.bank_name, 0_bank_accounts.bank_account_name, 0_bank_accounts.account_type AS BankTransType FROM 0_debtor_trans trans LEFT JOIN 0_comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN 0_shippers ON 0_shippers.shipper_id=trans.ship_via, 0_debtors_master cust, 0_bank_trans, 0_bank_accounts WHERE trans.trans_no=&#039;3&#039; AND trans.type=&#039;12&#039; AND trans.debtor_no=cust.debtor_no AND 0_bank_trans.trans_no =&#039;3&#039; AND 0_bank_trans.type=12 AND 0_bank_trans.amount != 0 AND 0_bank_accounts.id=0_bank_trans.bank_act</p><p>Rogelio</p>]]></description>
			<author><![CDATA[null@example.com (rocapa)]]></author>
			<pubDate>Tue, 20 Aug 2013 02:06:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17444#p17444</guid>
		</item>
		<item>
			<title><![CDATA[Re: Seem to have added a payment with no GL transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16214#p16214</link>
			<description><![CDATA[<p>I&#039;ve tried to replicate what our admin did - but can&#039;t recreate the same problem.</p><p>Will look carefully at what you are suggesting to delete and will feedback the results.</p>]]></description>
			<author><![CDATA[null@example.com (bailey86)]]></author>
			<pubDate>Tue, 26 Mar 2013 12:30:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16214#p16214</guid>
		</item>
		<item>
			<title><![CDATA[Re: Seem to have added a payment with no GL transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16087#p16087</link>
			<description><![CDATA[<p>Strange, this should never happen of course. Do you know exact scenario which resulted in this database inconsistency?</p><p>You can remove artifacts of the transaction using phpmyadmin. Assuming you use &#039;0_ prefix on tables, delete following records:<br />0_debtor_trans:&nbsp; &nbsp;type=12 and trans_no=5<br />0_debtor_trans_details: debtor_trans_type=12 and debtor_trans_no=5<br />0_bank_trans: type=12 trans_no=5</p><br /><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 19 Mar 2013 18:55:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16087#p16087</guid>
		</item>
		<item>
			<title><![CDATA[Seem to have added a payment with no GL transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16078#p16078</link>
			<description><![CDATA[<p>Hi,</p><p>Somehow our admin has added a payment which has no GL transactions.</p><p>If I find the transaction in the &#039;Customer Transactions&#039; report it shows a debit of 0.00.</p><p>If I click on the book icon (GL) I get:</p><p>&#039;No general ledger transactions have been created for Customer Payment number 5&#039;</p><p>If I click on the transaction number I get:</p><p>&#039;DATABASE ERROR : no debtor trans found for given params<br />sql that failed was : SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.curr_code, cust.tax_id ,bank_act,0_bank_accounts.bank_name, 0_bank_accounts.bank_account_name, 0_bank_accounts.account_type AS BankTransType FROM 0_debtor_trans trans LEFT JOIN 0_comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN 0_shippers ON 0_shippers.shipper_id=trans.ship_via, 0_debtors_master cust, 0_bank_trans, 0_bank_accounts WHERE trans.trans_no=&#039;5&#039; AND trans.type=&#039;12&#039; AND trans.debtor_no=cust.debtor_no AND 0_bank_trans.trans_no =&#039;5&#039; AND 0_bank_trans.type=12 AND 0_bank_trans.amount != 0 AND 0_bank_accounts.id=0_bank_trans.bank_act &#039;</p><p>It looks to me like a payment record has been added but no GL transactions created.</p><p>This doesn&#039;t look like it&#039;s causing any issues - but I would like it removed.</p><p>Is there a safe way to remove it - I&#039;ve looked under &#039;Void Transaction&#039; but it does not get listed.</p><p>Thanks,</p><p>Kevin B</p>]]></description>
			<author><![CDATA[null@example.com (bailey86)]]></author>
			<pubDate>Mon, 18 Mar 2013 11:45:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16078#p16078</guid>
		</item>
	</channel>
</rss>
