<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — How can I change Invoice design]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1466</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1466&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How can I change Invoice design.]]></description>
		<lastBuildDate>Fri, 02 Sep 2016 10:29:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26232#p26232</link>
			<description><![CDATA[<p>All standard Report form controls are listed in <strong>function get_ctrl()</strong> in <strong>reporting/includes/reports_classes.inc</strong> and there is no <em>PreFormattedInvoicePDF</em> selection control listed there and hence it needs to be hardcoded into a header file that needs to be included in the actual repXXX (rep107.php for invoice) file. Using TCPDF&#039;s background PDF feature will be one possibility.</p><p>@itronics: an example of pre-formatted PDF included invoice will be useful.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 02 Sep 2016 10:29:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26232#p26232</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26228#p26228</link>
			<description><![CDATA[<p>Was there any progress on this issue?<br />If not where can I learn more about using &quot;preprinted layouts stored in pdf files&quot; with the invoice printing script?</p><p>Thanks in advance,<br />Claude LaBadie</p>]]></description>
			<author><![CDATA[null@example.com (clab)]]></author>
			<pubDate>Fri, 02 Sep 2016 04:28:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26228#p26228</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6618#p6618</link>
			<description><![CDATA[<p>No. I have deep aversion to webERP&#039;s style of coding, and have not enough time to <br />rewrite the code to be somewhat maintainable.<br />We have also some report generator available as an extension module, but this one is not secure enough to&nbsp; be used in not fully trusted environment. If you trust all your FA users you can use it.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 28 Jul 2010 08:20:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6618#p6618</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6617#p6617</link>
			<description><![CDATA[<p>I saw a report generator in weberp. <br />Did you examine it?</p>]]></description>
			<author><![CDATA[null@example.com (maximus___)]]></author>
			<pubDate>Wed, 28 Jul 2010 07:18:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6617#p6617</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6604#p6604</link>
			<description><![CDATA[<p>Yes, you are right, not enough flexible reporting is weakness of FA. Unfortunately implementation of good, user friendly report generator is a big task, we still have no enough resources for.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 26 Jul 2010 10:12:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6604#p6604</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6600#p6600</link>
			<description><![CDATA[<p>thank you for answers.<br />I am not a php developer. <br />If some one is not php developer, it&#039;is too hard to design own invoice. I think, at least, we need an how to document. or its better to design it by build in user interface.</p><p>after all, frontaccounting is one of the greatest accounting software. thank you for your works.</p>]]></description>
			<author><![CDATA[null@example.com (maximus___)]]></author>
			<pubDate>Sun, 25 Jul 2010 09:13:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6600#p6600</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6596#p6596</link>
			<description><![CDATA[<p>Unfortunately there is no documentation for report file structure, however the files are rather simple. Graphical layout for all documents is in header2.inc, doctext.inc contains strings for various document types and rep107.php fills the layout with invoice data. In 2.3 you can also use preprinted layouts stored in pdf fle.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 25 Jul 2010 08:11:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6596#p6596</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6583#p6583</link>
			<description><![CDATA[<p>It&#039;s a part of it. The other part would be:</p><p>reporting/rep107.php</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Fri, 23 Jul 2010 16:52:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6583#p6583</guid>
		</item>
		<item>
			<title><![CDATA[Re: How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6580#p6580</link>
			<description><![CDATA[<p>I find.<br />/reporting/includes/header2.inc .... is this true...<br />but this file is so confusing... <br />are there any document about which variable is for what?</p>]]></description>
			<author><![CDATA[null@example.com (maximus___)]]></author>
			<pubDate>Fri, 23 Jul 2010 13:36:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6580#p6580</guid>
		</item>
		<item>
			<title><![CDATA[How can I change Invoice design]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6577#p6577</link>
			<description><![CDATA[<p>Hi everybody,<br />I could not find how can I change invoice print design..<br />please help <br />thank you</p>]]></description>
			<author><![CDATA[null@example.com (maximus___)]]></author>
			<pubDate>Fri, 23 Jul 2010 12:44:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6577#p6577</guid>
		</item>
	</channel>
</rss>
