<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — We feel that a lot more people should know about FrontAccounting.]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7498</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7498&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in We feel that a lot more people should know about FrontAccounting..]]></description>
		<lastBuildDate>Tue, 08 May 2018 19:35:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31602#p31602</link>
			<description><![CDATA[<p>PDF docs may look unprofessional if they have others branding on it much like a &quot;Trial&quot; watermark on them or &quot;Printed by Big Printers, Timbuktoo&quot; on your visiting cards.</p><p>FA is one of the popular accounting packages for simple usage and the need for sufficient familiarity gained through searching forums / wikis etc before one can use it in an advanced manner and best self-supported. The latter is not for everyone though. It is slowly becoming the ERP of choice for the &quot;poor&quot; company and for those dissatisfied with proprietary expensive ones with enormous data lock-ins and recurring charges.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 08 May 2018 19:35:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31602#p31602</guid>
		</item>
		<item>
			<title><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31594#p31594</link>
			<description><![CDATA[<p>@apmuthu is right, you open a can of worms if you try to push FA info on documents. </p><p>I believe there are several reasons, FA is not the most popular open source accounting script out there, but that&#039;s a big/long topic for another post...</p>]]></description>
			<author><![CDATA[null@example.com (cristiart)]]></author>
			<pubDate>Tue, 08 May 2018 15:12:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31594#p31594</guid>
		</item>
		<item>
			<title><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31582#p31582</link>
			<description><![CDATA[<p>@apmuthu - This proposal is for pdf docs only</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sun, 06 May 2018 21:53:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31582#p31582</guid>
		</item>
		<item>
			<title><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31580#p31580</link>
			<description><![CDATA[<p>Looking at this from the security point of view, a complete de-branding / re-branding is essential.</p><p>Do a Google search for &quot;FrontAccounting 2.4.4 - Login&quot; and it will ferret out all the native FA code based installs. Do that for older (known vulnerable) versions and it might be a security nightmare.</p><p>Even if you do what you want to do, make sure there is a flag in the Company Preferences (sys_prefs table) to turn them off without having to wade through the code base. If most will then hide it, the exercise would prove useless.</p><p>Popularising FA is best done by word of mouth and through articles / reviews / courses across nations in all languages.</p><p>To be truly effective, the Chart of Accounts and Language extensions should be up-to-date and all schemas in synch. Transifex is where I hammer it out.</p><p>Also the FA pkg repo should be up-to-date so that the extensions will install correctly and work as desired. In fact, the extension packages were signed for that very purpose.&nbsp; For now, users are left to manually install from the FA24extensions repo.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 06 May 2018 20:04:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31580#p31580</guid>
		</item>
		<item>
			<title><![CDATA[We feel that a lot more people should know about FrontAccounting.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31577#p31577</link>
			<description><![CDATA[<div class="quotebox"><cite>joe wrote:</cite><blockquote><p> We feel that a lot more people should know about FrontAccounting.</p></blockquote></div><p>Everyday tens if not hundreds of documents are produced/printed sent to suppliers, customers, accountants, banks, etc using a FA installation – this is an opportunity to directly target potential FA users.<br />Currently in the default legal text it states www.frontaccounting.com, but this can easily be deleted/changed and the legal text does not appear in all documents<br />The vast majority of pre-printed invoices etc have the name of the printer/program used on them; so why not FA?<br />So if we hardcode the following:- <br /></p><div class="codebox"><pre><code>$this-&gt;SetX(15);
$this-&gt;SetY(150);
$this-&gt;SetFont(&#039;helvetica&#039;, &#039;B&#039;, 8);
$this-&gt;SetTextColor(153, 211, 245);//That’s the blue from FA icon
$this-&gt;StartTransform();
$this-&gt;Rotate(270);
$this-&gt;Cell(0,10,&#039;Generated &amp; Printed by  www.frontaccounting.com Open Source Accounting, Inventory management and ERP for your business&#039;, 0, 0, &#039;C&#039;, 0, &#039;http://www.frontaccounting.com/&#039;);
$this-&gt;StopTransform();
$this-&gt;SetTextColor(0, 0, 0);</code></pre></div><p>Note on script: ‘$link’ in tcpdf seems to be for internal document links, not urls; but most pdf readers will pick www.etc as a link (firefox pdf will not, chrome pdf does). Even if it is not picked up as a clickable link the words are there to be seen.<br />Also I had to include it in Header, Header2 and Header3 for it to be visible in all documents, is there a way for it to be included in all documents without repeating the code 3 times?</p><p>This will print in the left hand margin, this can easily be changed to the right hand margin if required.</p><p>If it is used at the bottom it will be viewed as “small print” and most people (yes wrongly) do not read the small print. Also there may be paper feed issues.</p><p>On either left or right margin it will stand out as different – font, print direction, size, <strong>decoration,</strong> and <span style="color: blue">font colour.</span> Which should draw a readers eyes to it.</p><br /><p>Developers or code savvy users will debrand, but they will do that anyway: But the majority of users will not.</p><p>Users may have custom margins for their documents, so the script results may not appear: But again the majority of users will not.</p><p>Edit:-<br />Also this needs to be translated:-<br /></p><div class="codebox"><pre><code>$txt = &#039;_(&quot;Generated &amp; Printed by  www.frontaccounting.com Open Source Accounting, Inventory management and ERP for your business&quot;)&#039;;
$this-&gt;Cell(0, 10, $txt, 0, 0, &#039;C&#039;, 0, &#039;http://www.frontaccounting.com/&#039;);</code></pre></div><p>To be tested</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sun, 06 May 2018 16:44:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31577#p31577</guid>
		</item>
	</channel>
</rss>
