<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How do I record cash payments?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3725&amp;type=atom" />
	<updated>2015-11-05T17:35:16Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3725</id>
		<entry>
			<title type="html"><![CDATA[Re: How do I record cash payments?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24657#p24657" />
			<content type="html"><![CDATA[<p>FrontAccounting system transaction types are listed in <strong>includes/types.inc</strong> and maps onto the labels in the Forms Setup screen. You cannot add new transaction types (except through custom or standard extension modules). Cash Payment Voucher is a type of Bank Transaction. In the said file look up: Bank transaction types:<br /></p><div class="codebox"><pre><code>//        Bank transaction types
//
define(&#039;BT_TRANSFER&#039;, 0);
define(&#039;BT_CHEQUE&#039;, 1);
define(&#039;BT_CREDIT&#039;, 2);
define(&#039;BT_CASH&#039;, 3);</code></pre></div><p>Under Banking &amp; General Ledger tab check out the Bank Accounts screen - you will find that petty Cash is a Bank Account.<br />When setting up a bank account, choose it&#039;s type from the the above choices - in your case, it will be Cash account (BT_CASH =&gt; 3).<br />Bank and Cash Vouchers use a same numbering sequence.<br />Packing List and Delivery Note use another same numbering sequence.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-05T17:35:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24657#p24657</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I record cash payments?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24655#p24655" />
			<content type="html"><![CDATA[<p>i can&#039;t find &quot;add new&quot; button in [forms setup] page. how to add new entry?</p>]]></content>
			<author>
				<name><![CDATA[meisaputra]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14574</uri>
			</author>
			<updated>2015-11-05T15:40:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24655#p24655</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I record cash payments?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14907#p14907" />
			<content type="html"><![CDATA[<p>You can always use the reference fields. You can setup these start numbers in Setup tab, forms setup.</p><p>You can also use a combination of characters and numbers.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-01-07T13:09:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14907#p14907</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How do I record cash payments?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14906#p14906" />
			<content type="html"><![CDATA[<p>The forms set up only gives facility to set up Bank Payments. And even there, there is no field for cheque numbers.</p><p>My question is: If I am paying by cash, and want to have the form reference as CPV (Cash payment Voucher), how do I do that?</p><p>Cheers!<br />TOR</p>]]></content>
			<author>
				<name><![CDATA[TOR]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17069</uri>
			</author>
			<updated>2013-01-07T12:44:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14906#p14906</id>
		</entry>
</feed>
