<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Sales Invoice - adding a text sub-heading]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2753</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2753&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Sales Invoice - adding a text sub-heading.]]></description>
		<lastBuildDate>Wed, 18 Jan 2012 22:35:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Sales Invoice - adding a text sub-heading]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11582#p11582</link>
			<description><![CDATA[<p>Joe,</p><p>That worked perfectly. Thanks.</p><p>regards</p><p>Andrew</p>]]></description>
			<author><![CDATA[null@example.com (andrew1136)]]></author>
			<pubDate>Wed, 18 Jan 2012 22:35:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11582#p11582</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sales Invoice - adding a text sub-heading]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11550#p11550</link>
			<description><![CDATA[<p>Yes this sounds reasonable. We will establish a global variable in config.php file for this to work in the next minor release.<br />In the meantime you can do the following change in /reporting/rep107.php at line 121<br /></p><div class="codebox"><pre><code>                if ($Net != 0.0)
                {
                    $rep-&gt;TextCol(2, 3,    $DisplayQty, -2);
                    $rep-&gt;TextCol(3, 4,    $myrow2[&#039;units&#039;], -2);
                    $rep-&gt;TextCol(4, 5,    $DisplayPrice, -2);
                    $rep-&gt;TextCol(5, 6,    $DisplayDiscount, -2);
                    $rep-&gt;TextCol(6, 7,    $DisplayNet, -2);
                }    </code></pre></div><p>If you also want to do this in the deliveries please change adequate in /reporting/rep110.php line 130.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 17 Jan 2012 08:16:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11550#p11550</guid>
		</item>
		<item>
			<title><![CDATA[Sales Invoice - adding a text sub-heading]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11548#p11548</link>
			<description><![CDATA[<p>When entering a Sales Invoice I need to occasionally add to the body of the invoice a unique sub-heading as a text only single line.&nbsp; I could do this easily with MYOB but just cannot figure out how to do it with FrontAccounting.</p><p>I have tried creating a special inventory item for text entry using - as the code and this works fine, except that it insists on a quantity of at least 1 and prints out 1 ea and a price of zero dollars. If I make the quantity zero it does not print out.</p><p>Here is an example:</p><p>-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4428197 WEIR GILLIAN - COUPERIN: ORGAN MASSES 1 ea. 0.00 0.00<br />CDB CD Burn Archive retrieval&nbsp; &nbsp; 1 ea. 45.00 45.00<br />CDL Standard CD Label charge&nbsp; 2 ea. 45.00 90.00<br />-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4767960 DAVIS/MARRINER - TIPPETT: FANFARE/SUITES 1 ea. 0.00 0.00<br />CDB CD Burn Archive retrieval&nbsp; &nbsp; 1 ea. 45.00 45.00<br />CDL Standard CD Label charge&nbsp; 1 ea. 45.00 45.00</p><p>This is what I really require:</p><p>-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4428197 WEIR GILLIAN - COUPERIN: ORGAN MASSES<br />CDB CD Burn Archive retrieval&nbsp; &nbsp; 1 ea. 45.00 45.00<br />CDL Standard CD Label charge&nbsp; 2 ea. 45.00 90.00<br />-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4767960 DAVIS/MARRINER - TIPPETT: FANFARE/SUITES<br />CDB CD Burn Archive retrieval&nbsp; &nbsp; 1 ea. 45.00 45.00<br />CDL Standard CD Label charge&nbsp; 1 ea. 45.00 45.00</p><p>Thanks</p><p>Andrew</p>]]></description>
			<author><![CDATA[null@example.com (andrew1136)]]></author>
			<pubDate>Tue, 17 Jan 2012 02:06:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11548#p11548</guid>
		</item>
	</channel>
</rss>
