<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — We feel that a lot more people should know about FrontAccounting.]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7498&amp;type=atom" />
	<updated>2018-05-08T19:35:49Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7498</id>
		<entry>
			<title type="html"><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31602#p31602" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-05-08T19:35:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31602#p31602</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31594#p31594" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[cristiart]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17592</uri>
			</author>
			<updated>2018-05-08T15:12:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31594#p31594</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31582#p31582" />
			<content type="html"><![CDATA[<p>@apmuthu - This proposal is for pdf docs only</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-05-06T21:53:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31582#p31582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: We feel that a lot more people should know about FrontAccounting.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31580#p31580" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-05-06T20:04:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31580#p31580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[We feel that a lot more people should know about FrontAccounting.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31577#p31577" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-05-06T16:44:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31577#p31577</id>
		</entry>
</feed>
