<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Sales Invoice - adding a text sub-heading]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2753&amp;type=atom" />
	<updated>2012-01-18T22:35:11Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2753</id>
		<entry>
			<title type="html"><![CDATA[Re: Sales Invoice - adding a text sub-heading]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11582#p11582" />
			<content type="html"><![CDATA[<p>Joe,</p><p>That worked perfectly. Thanks.</p><p>regards</p><p>Andrew</p>]]></content>
			<author>
				<name><![CDATA[andrew1136]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9306</uri>
			</author>
			<updated>2012-01-18T22:35:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11582#p11582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sales Invoice - adding a text sub-heading]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11550#p11550" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-01-17T08:16:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11550#p11550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sales Invoice - adding a text sub-heading]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11548#p11548" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[andrew1136]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9306</uri>
			</author>
			<updated>2012-01-17T02:06:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11548#p11548</id>
		</entry>
</feed>
