<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — invoice Template]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7221&amp;type=atom" />
	<updated>2017-12-27T04:19:28Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7221</id>
		<entry>
			<title type="html"><![CDATA[Re: invoice Template]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30296#p30296" />
			<content type="html"><![CDATA[<p>Great. I found it as you told me. Thanks.</p>]]></content>
			<author>
				<name><![CDATA[realjedd]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42019</uri>
			</author>
			<updated>2017-12-27T04:19:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30296#p30296</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: invoice Template]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30293#p30293" />
			<content type="html"><![CDATA[<p>Hi realjedd,</p><p>I am new to PHP and Frontaccounting, but I did some research and achieve this in my instance (May be experts here can help with better way)</p><p>FA Install Directory &gt; reporting &gt; includes</p><p>Edit file doctext.inc for Case ST_SALESINVOICE as below - </p><p>Original - <br />case ST_SALESINVOICE:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;title = $this-&gt;formData[&#039;prepaid&#039;]==&#039;partial&#039; ? _(&quot;PREPAYMENT INVOICE&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : ($this-&gt;formData[&#039;prepaid&#039;]==&#039;final&#039; ? _(&quot;FINAL INVOICE&quot;)&nbsp; : _(&quot;INVOICE&quot;));</p><p>Modified - <br />case ST_SALESINVOICE:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;title = $this-&gt;formData[&#039;prepaid&#039;]==&#039;partial&#039; ? _(&quot;PREPAYMENT INVOICE&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : ($this-&gt;formData[&#039;prepaid&#039;]==&#039;final&#039; ? _(&quot;FINAL INVOICE&quot;)&nbsp; : _(&quot;TAX INVOICE&quot;));</p><p>and this will display Invoice as &quot;Tax Invoice&quot;</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[Viwal]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42008</uri>
			</author>
			<updated>2017-12-26T22:50:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30293#p30293</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[invoice Template]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30292#p30292" />
			<content type="html"><![CDATA[<p>How i can edit invoice template<br />when i print invoice&nbsp; i want to add word (Tax) above it is now like this Invoice i want it Tax Invoice <br />How</p>]]></content>
			<author>
				<name><![CDATA[realjedd]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42019</uri>
			</author>
			<updated>2017-12-26T13:58:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30292#p30292</id>
		</entry>
</feed>
