4,876

(1 replies, posted in Reporting)

Try to use Tags

4,877

(12 replies, posted in Setup)

https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_nl_NL-general
and
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_en_FR-general
and
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_fr_CA-general
and
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_fr_FR-general

are available.

Take the 2nd one and edit the account head names in the sql.

Now upload the sql into the sql folder in the FA installation and choose it in creating a new company and then log onto the new company.

4,878

(3 replies, posted in Reporting)

The Reports and Analysis Wiki Page lists all the reports and quite a lot of their screenshots are available - see what suits your need.

In particular Reports 101, 102, 201, 202 may be of interest.

Actually I found your code interesting except that it could not be used offline (non internet environment) - so I just downloaded the necessary js and other supporting files and made it into a simple example for study and implementation. I have not really modified the code except for file paths and localization.

If I intend to use it, I certainly will fork the repo and create my branch for it. Thanks.

I have linked it on GitHub as well for cross-reference purposes.

4,880

(3 replies, posted in Setup)

Unstable Fork's Tree


Unstable Tarball

4,881

(8 replies, posted in Translations)

http://wiki.gnucash.org/wiki/Locale_Settings
https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages

4,882

(12 replies, posted in Setup)

All COAs are in my Unofficial GitHub Repo.

Just importing your inventory can be done using the export from magento to the Items Import module in FA.

4,884

(3 replies, posted in Reporting)

Is it the supplier version of this that you are looking for?

The typeahead sample has been edited to be self contained for modification / study in implementing it for FA.

Try the Comparison at Wikipedia.

WordPress Time Tracker plugins.

Paydirt Chrome Extension

SF.net Time Trackers

Anuko Free

Kimai

PunchOut

Unless you are logged in even if you guess the url how can you see it?

The bug in the Activate extensions that has been rectified in v2.3.22 itself.

Further update by overwriting with the changed files.

4,889

(6 replies, posted in Setup)

Is it the fuzzy logic in lines 43 to 48 in includes/session.inc:

                        // Give a 5% chance of the session id changing on any request
                        }
                        elseif (rand(1, 100) <= 5)
                        {
                                $this->regenerateSession();
                        }

The EMail Name issue is discussed in another thread.

Chief Dev Response

What is proposed as solution for email title issue, will solve problem
for some people and will make things worse for others. The person titles
and order of names in official post exchange is just matter of local
habits. I have decided to leave this as is for now. Proper solution
would require some email template system to be implemented, for which
work we have no free resources now. But anybody interested can customize
the source code in this point with minimal effort.

Each URL has some sort of ID you may want to use...

4,892

(6 replies, posted in Installation)

Company-Setup->Language->Your Language.....

4,893

(2 replies, posted in Installation)

You may need to install the locale and charset in your Linux machine - see if is present:
locale -a

SimpleInvoices, phpCOIN, phpBMS, PHPPOS (and it's free open source equivalent OpenSourcePOS) are a few that top the list.

FrontAccounting too can be used even in this limited context and you will benefit from a full ERP / accounting experience in one box. The nice thing is that all the above applications can be linked into FA as well!

All of these are available as OpenVZ templates ready to deploy from Planettel.

4,895

(10 replies, posted in Installation)

Thanks @royf442 for the feedback. Your experience in blazing this valuable trail has been incorporated into the wiki's place of honour.

BTW, php errors are generally found in the apache error log at /var/log/apache2/error.log in Debian and at /var/log/httpd/error_log in CentOS by default.

You might want to install the CentOS Web Panel to administer it without going into the CLI. My patched version of the install script is also available. This must be done only on a new VPS (or physical machine) with Minimal/Standard CentOS.

4,896

(4 replies, posted in Installation)

If you are taking it from original Slim of Andres Amaya Diaz  in GitHub then do a recursive checkout or manually obtain each symlink in them.

When you did a search and replace of mysql with mysqli, all existing (previously manually changed) mysqli would have become mysqlii ....

4,898

(8 replies, posted in Translations)

It is a chicken and egg situation.

Unless this incomplete one is available, those interested in Tamil version of FA will not be able to see it in action and hence come forward to develop it and assist in it's translation.

Unless it is fully complete, Tamil-only audience will not fully benefit.

As the lead developer, it's your take on the way forward.

Planettel has an OpenVZ template with Tamil and Arabic incorporated for those interested in it off the shelf.

4,899

(10 replies, posted in Installation)

I have tested FA only with PHP 5.3.x and MySQL v5.1.x

Please check your apache error log:

tail -n15 /var/log/httpd/error_log

Also your webroot details

rpm -qV httpd

In your php.ini what is the equivalent of:

error_log = /var/log/php-scripts.log

and what is the last part of the log file on execution of step 5 of the installation procedure?

Did you setup your server using the Howtoforge Perfect Server article?

4,900

(10 replies, posted in Installation)

Yes, the collation is correct.
What platform are you on? Windows / Linux (what flavour)?
What versions of MySQL, PHP and Apache are you using?