<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How can I transfer a customer payment from customer A to customer B?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6408&amp;type=atom" />
	<updated>2016-08-22T05:53:41Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6408</id>
		<entry>
			<title type="html"><![CDATA[Re: How can I transfer a customer payment from customer A to customer B?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=26134#p26134" />
			<content type="html"><![CDATA[<p>Thank you so much. Just implemented it and seems everything is fine now.</p>]]></content>
			<author>
				<name><![CDATA[kevinleebr]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1111</uri>
			</author>
			<updated>2016-08-22T05:53:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=26134#p26134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can I transfer a customer payment from customer A to customer B?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=26061#p26061" />
			<content type="html"><![CDATA[<p>Then have an intermediate Suspense / Cash account to do so:<br /></p><div class="codebox"><pre><code># Dummy Cash Deposit
By Customer A Credit $ 3000
To Cash / Suspense Dr $ 3000
# Dummy Contra Refund / Customer B &quot;payment&quot;
By Cash Credit B $ 3000
To Customer B Debit  $ 3000
# Now allocate from Customer B&#039;s &quot;payment&quot; to his Invoice.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-08-20T01:57:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=26061#p26061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can I transfer a customer payment from customer A to customer B?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=26051#p26051" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>You can allocate customer payment to only their own bills in FA.</p><p>To allocate one customer&#039;s payment to another&#039;s bills, pass a journal voucher:<br />By Customer A Credit $ 3000<br />To Customer B Debit&nbsp; $ 3000<br />The above must have supporting documents from both parties agreeing to the above transfer on your books of account.</p><br /><p>Then allocate the $3000/- from Customer A to their own bill.</p></blockquote></div><p>I tried to figure it out in these few days, but still cannot find the way out. In &quot;Journal entry&quot;, I can only choose &quot;Debtors control account&quot;, I know that all payment from customer are recorded in this account. But I can&#039;t select/specify a customer in &quot;Journal entry&quot;. Could you give me some hints? Thanks a lot.</p>]]></content>
			<author>
				<name><![CDATA[kevinleebr]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1111</uri>
			</author>
			<updated>2016-08-18T07:50:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=26051#p26051</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can I transfer a customer payment from customer A to customer B?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25993#p25993" />
			<content type="html"><![CDATA[<p>Thanks a lot for reply.</p><p>How can I issue a journal voucher to credit Customer A and debit Customer B? Do you mean to enter this in &quot;Journal Entry&quot;? But I don&#039;t know how to specify the account code to credit Customer A and debit Customer B in &quot;Journal Entry&quot;. Would you give me some hints to implement this? Thank you so much.</p>]]></content>
			<author>
				<name><![CDATA[kevinleebr]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1111</uri>
			</author>
			<updated>2016-08-11T04:39:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25993#p25993</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can I transfer a customer payment from customer A to customer B?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25990#p25990" />
			<content type="html"><![CDATA[<p>You can allocate customer payment to only their own bills in FA.</p><p>To allocate one customer&#039;s payment to another&#039;s bills, pass a journal voucher:<br />By Customer A Credit $ 3000<br />To Customer B Debit&nbsp; $ 3000<br />The above must have supporting documents from both parties agreeing to the above transfer on your books of account.</p><br /><p>Then allocate the $3000/- from Customer A to their own bill.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-08-10T14:20:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25990#p25990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How can I transfer a customer payment from customer A to customer B?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25988#p25988" />
			<content type="html"><![CDATA[<p>Hi all,</p><p>The situation is like this. I have two customers, they are good friend.</p><p>Customer A have balance amount need to be settled to me. Just say $3000.<br />Customer B always leave some credit to our bank account for future order use. Just say I have US$10000 from him not yet allocated.</p><p>Customer B would like to cover the $3000 of Customer A by debiting his $10000.</p><p>How can I implement this in Front Accounting correctly?</p><p>Hope to have someone to help me on this. Thanks a lot.</p><p>Kevin</p>]]></content>
			<author>
				<name><![CDATA[kevinleebr]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1111</uri>
			</author>
			<updated>2016-08-10T10:01:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25988#p25988</id>
		</entry>
</feed>
