Try to use Tags
4,877 11/10/2014 03:25:22 pm
Re: Setup FrontAccounting for a defined country (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 11/10/2014 03:18:25 pm
Re: Subsidiary Ledger Report (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.
4,879 11/10/2014 01:50:01 pm
Re: Better UI for customer management (mockup inside) (11 replies, posted in Wish List)
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 11/09/2014 01:35:31 pm
Re: monthly closing (3 replies, posted in Setup)
4,881 11/09/2014 01:33:10 pm
Re: Can't Install Another Language (8 replies, posted in Translations)
http://wiki.gnucash.org/wiki/Locale_Settings
https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages
4,882 11/09/2014 01:27:43 pm
Re: Setup FrontAccounting for a defined country (12 replies, posted in Setup)
All COAs are in my Unofficial GitHub Repo.
4,883 11/09/2014 01:23:58 pm
Re: Looking for FA contractor to import data - ASAP (2 replies, posted in Jobs wanted/offered, non-free offers)
Just importing your inventory can be done using the export from magento to the Items Import module in FA.
4,884 11/09/2014 01:19:16 pm
Re: Subsidiary Ledger Report (3 replies, posted in Reporting)
Is it the supplier version of this that you are looking for?
4,885 11/09/2014 11:32:39 am
Re: Better UI for customer management (mockup inside) (11 replies, posted in Wish List)
The typeahead sample has been edited to be self contained for modification / study in implementing it for FA.
4,886 11/09/2014 10:45:21 am
Re: Experience with time tracking and billing software? (6 replies, posted in Accounts Receivable)
4,887 11/09/2014 10:27:48 am
Re: Prevent access to other users information/entry (6 replies, posted in Setup)
Unless you are logged in even if you guess the url how can you see it?
4,888 11/09/2014 10:25:09 am
Re: Install/Activate Extensions, Theme, Chart of Accounts not working (27 replies, posted in Installation)
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 11/06/2014 07:26:33 am
Re: New company creating - will not let me login (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();
}
4,890 11/06/2014 07:19:39 am
Re: email single invoice to multiple recipients (31 replies, posted in Accounts Receivable)
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.
4,891 11/06/2014 07:09:49 am
Re: Prevent access to other users information/entry (6 replies, posted in Setup)
Each URL has some sort of ID you may want to use...
4,892 11/06/2014 07:08:27 am
Re: Change display language (6 replies, posted in Installation)
Company-Setup->Language->Your Language.....
4,893 11/06/2014 07:07:24 am
Re: How to add new Language!? (2 replies, posted in Installation)
You may need to install the locale and charset in your Linux machine - see if is present:
locale -a
4,894 11/06/2014 06:34:30 am
Re: Experience with time tracking and billing software? (6 replies, posted in Accounts Receivable)
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 11/06/2014 06:16:07 am
Re: Installation wizard Step 5 (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 11/06/2014 06:08:20 am
Re: api Instalation problem (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.
4,897 11/06/2014 06:06:15 am
Re: Navigation : Sorting by ( ASC / DESC ) (21 replies, posted in Report Bugs here)
When you did a search and replace of mysql with mysqli, all existing (previously manually changed) mysqli would have become mysqlii ....
4,898 11/06/2014 05:54:55 am
Re: FA - Tamil Translation (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 11/02/2014 12:30:22 pm
Re: Installation wizard Step 5 (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 11/02/2014 09:04:44 am
Re: Installation wizard Step 5 (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?