<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Is FrontAccounting right for me?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10391&amp;type=atom" />
	<updated>2023-11-07T01:53:38Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10391</id>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42663#p42663" />
			<content type="html"><![CDATA[<p>Switch your hosting provider otherwise to one which allows different versions pf PHP like PHP 5, 5.5.<br />What is your MySQL/MariaDB versions? As your hosting provider if you do not know how.<br />What happens if you do not use https and just use http instead?<br />change Line 14 in <strong>includes/session.inc</strong> as appropriate:<br /></p><div class="codebox"><pre><code>define(&#039;SECURE_ONLY&#039;, true); // if you really need also http (unsecure) access allowed, you can set this to NULL</code></pre></div><p>If the above is beyond you, request professional assistance in the Job/Offers board with an appropriate bounty.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2023-11-07T01:53:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42663#p42663</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42657#p42657" />
			<content type="html"><![CDATA[<p>Hmm not sure what you mean by first constant.&nbsp; There are suggestions of commenting out:</p><div class="codebox"><pre><code>function preventHijacking()
    {
        if (!isset($_SESSION[&#039;IPaddress&#039;]) || !isset($_SESSION[&#039;userAgent&#039;]))
            return false;

    //    if ($_SESSION[&#039;IPaddress&#039;] != $_SERVER[&#039;REMOTE_ADDR&#039;])
    //        return false;

        if ( $_SESSION[&#039;userAgent&#039;] != @$_SERVER[&#039;HTTP_USER_AGENT&#039;])
            return false;

        return true;
    }</code></pre></div><p>I tried that and it makes it worse.&nbsp; It logs me out and then I can&#039;t log back in.</p><p>I&#039;m on VPS Centos7 with WHM/Cpanel.&nbsp; I have SSL setup but just can&#039;t seem to click on anything without getting logged out.&nbsp; When I log back in, it takes me to what I clicked on, but clicking on anything else, logs me out again.</p>]]></content>
			<author>
				<name><![CDATA[pstevens]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47518</uri>
			</author>
			<updated>2023-11-06T01:13:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42657#p42657</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42654#p42654" />
			<content type="html"><![CDATA[<p>Are you on Linux or Windows?<br />Check the includes/session.inc file and make the first constant NULL.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2023-11-05T04:12:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42654#p42654</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42652#p42652" />
			<content type="html"><![CDATA[<p>I&#039;m on PHP 8.2 but I also tried on 7.4 and 8.1</p><p>I just can&#039;t seem to make any headway.&nbsp; On my webserver, it keeps kicking me out every 10 seconds or so and I have to login again.</p><p>The version installed on my NAS seems to work much better but I can only use PHP 8.2.&nbsp; Neither work to import the sales transactions.</p><p>I&#039;ve read the instructions, they seem kind of sparse.&nbsp; Is there any tips?&nbsp; I have all the right headers, my chart of accounts are created, my debtor master is populated, just nothing happens when I try to import transactions.&nbsp; I installed the import transactions module directly from inside FA.&nbsp; Is there more updated or better version on Github?</p>]]></content>
			<author>
				<name><![CDATA[pstevens]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47518</uri>
			</author>
			<updated>2023-11-02T23:10:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42652#p42652</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42648#p42648" />
			<content type="html"><![CDATA[<p>What is the PHP version you are using?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2023-11-01T14:03:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42648#p42648</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42637#p42637" />
			<content type="html"><![CDATA[<p>Thanks for you input.&nbsp; I&#039;ve spent all weekend trying to import Sales Invoices.&nbsp; I exported from QB, formatted all the data but when I click import, nothing happens. (I opened another thread for that).</p><p>When I try to enter a Sales Invoice manually I get...</p><p>Unhandled exception [0]: The script tried to modify a property on an incomplete object. Please ensure that the class definition &quot;import_sales_cart&quot; of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition. in file: /share/MD0_DATA/Web/frontaccounting/sales/includes/sales_ui.inc at line 32</p><p>I have it installed on my local QNAP webserver.&nbsp; Sometimes this can be wonky, So I also installed it on my cpanel webserver for testing.&nbsp; Everytime I try and save a setting it logs me out and timeout pops up (even though I managed to edit the timeout settings)???</p><p>So far I haven&#039;t been able to do anything but import my customers and items directly in the database.</p><p>Am I doing something wrong? Are others using this successfully in a production environment?</p><p>(Sorry, not trying to be critical, just frustrated at the moment).</p>]]></content>
			<author>
				<name><![CDATA[pstevens]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47518</uri>
			</author>
			<updated>2023-10-29T18:11:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42637#p42637</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42631#p42631" />
			<content type="html"><![CDATA[<p>GST/HST - ok<br />Multi Currency - ok<br />Payroll - contact @notrinos for his Open Source extension and @kvvaradha&#039;s commercial extension (do not know if it needs ioncube or other coded licencing)<br />Reconciliation - rudimentary but sufficient for simple tasks - check the extensions.<br />For QB features vs FA - there may be other users whose migration experiences may be useful.</p><p>Welcome to the project!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2023-10-27T18:14:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42631#p42631</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42620#p42620" />
			<content type="html"><![CDATA[<p>Hi welcome to FA&nbsp; community. </p><p>If you have some knowledge of these. You can do well.&nbsp; And we have some active developers to support you as well for some clarifications.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2023-10-24T08:18:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42620#p42620</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Is FrontAccounting right for me?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42619#p42619" />
			<content type="html"><![CDATA[<p>I&#039;ve been doing a bit of research on FrontAccounting, I&#039;ve installed it on my sever and have been playing with it for a few months.</p><p>I currently use Quickbooks but am kind of fed up being tied to them and their ever increasing prices.&nbsp; Also I have the desktop version so the idea of a web based solution is kind of good for me.</p><p>I was hoping some members could comment if this is a good fit before I start trying to migrate all my data.&nbsp; First, I&#039;m experienced in developing in PHP, MySQL, HTML, CSS, and a bit of JS.&nbsp; I build WP websites, I use SuiteCRM and develop in that so I&#039;m thinking FrontAccounting would be a good fit.&nbsp; Who knows I might be able to contribute.</p><p>My business is in Canada.</p><p>Does FA work well with GST/HST and keeping track of remittances to the Government?</p><p>I have some clients in the US, does it work well with multi-currency?</p><p>I have two employees, I currently do payroll transactions manually in QB, is this fairly easy to replicate in FA?</p><p>One great feature of QB is to download and reconcile bank transactions.&nbsp; Does this work similar in FA?</p><p>Is there anything else I should know before diving in?</p><p>Any guidance would be greatly appreciated.</p>]]></content>
			<author>
				<name><![CDATA[pstevens]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47518</uri>
			</author>
			<updated>2023-10-24T01:09:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42619#p42619</id>
		</entry>
</feed>
