You have entered date in invalid format, thats all.
552 10/23/2012 03:52:46 pm
Re: Current Credit in Modify Purchase Order page not matching the balance (2 replies, posted in Accounts Receivable)
The credit displayed on Purchase Order Page is not total balance on suppliers transactions. On PO page your current purchasing limit is displayed (i.e. Credit Limit form Suppliers page less current balance).
553 10/23/2012 03:40:03 pm
Re: Solution to locale problems on Ubuntu based systems (12 replies, posted in Translations)
This workaround has its price. Generated pdf report files will be quite heavy. Another solution is just to generate pt_BR.iso-8859-2 on your box as described in another thread on forum.
Janusz
554 10/23/2012 03:33:26 pm
Re: (combo box) make FrontAccounting only suitable for very small company. (5 replies, posted in Wish List)
I guess you have not encountered Search options under company setup. Use them.
More over, there is popup window available under F2-F4 hot keys (as announced in page footer) - see Wiki description too.
Janusz
555 10/23/2012 03:30:47 pm
Re: how to create licensing for front accounting ? (2 replies, posted in Wish List)
What you mean? This is free software, you can didtribute it freely respecting GPL license.
Janusz
556 10/22/2012 08:06:07 am
Re: chinese characters (11 replies, posted in Translations)
Yes, exactly. I'm not sure it is enough to properly store all utf-8 characters in non-utf-8 tables, but at least you can try how it works.
Janusz
557 10/21/2012 01:47:53 pm
Re: chinese characters (11 replies, posted in Translations)
In English case the easiest way is just manually change the encoding declared in installed_langauges.inc to 'utf-8'. English alphabet have the same charcodes in utf and iso. I'm not sure it is enough to store chinese characters in database, but you can try.
Janusz
558 10/20/2012 07:14:58 am
Re: Flush default products and customers (1 replies, posted in Installation)
First you should void all example transactions, or better just start from new setup using *-new schme instead of *-demo.
Janusz
559 10/19/2012 02:31:09 pm
Re: Journal Entries / Deposits / Payments import csv (3 replies, posted in Items and Inventory)
Yes, seems it was fixed, but anyway it is quick & dirty implementation. I guess you should set $go_debug=1 in your config.php file to be able to see what a real problem is .
Janusz
560 10/18/2012 04:29:58 pm
Re: NEW Themes for Front accounting (9 replies, posted in Modules Add-on's)
hi farhaj
i'm interested in the theme, looks great! Please can you share it with us??
561 10/18/2012 04:10:04 pm
Re: Tax Types effective date & ending date (1 replies, posted in FA Modifications)
Yes, this is definitely issue which should be addressed in FA long time ago, unfortunately the development in this subject is still not started.
Janusz
562 10/18/2012 04:04:08 pm
Re: error on email for reports (3 replies, posted in Setup)
Probably you have bad email setup on your server. This highly depend on system used, more information you can find in php manual to mail() function on php.net site.
Janusz
563 10/18/2012 06:49:03 am
Re: error on email for reports (3 replies, posted in Setup)
Have you set email address in company setup?
Janusz
564 10/17/2012 05:26:19 pm
Re: file extension .inc to inc.php (2 replies, posted in FA Modifications)
I'm not sure what problem you have encountered, but anyway we cannot make such a naming change.
*.inc are library files which should never be considered as executable by www server. Renaming them to *.php will make them vulnerable to RFI attack. Another countermeasure would require including ugly security check in every file (like the one at the top of language.php file).
Janusz
565 10/17/2012 05:13:03 pm
Re: Exchange Rate Buy / Sell Fields (2 replies, posted in Setup)
When auto_update field is set for currency, exchange rate is retrieved automatically from remote service and stored in exchange_rates table. Otherwise user have to set the rate manualy before first transaction using the currency on date.
Currently only rate_buy is used in FA, rate_sell is obsolete (may be used in future).
I'm not sure why some fields are named 'date_' instead of simply 'date'. Looks weird, but do not hurt.
There is no documentation to sys_prefs, but of them are set in admin/gl_setup.php and admin/company_preferences.php, so you can guess their usage looking into legends on Company Setup and System and GL Setup pages.
Janusz
566 10/17/2012 06:48:57 am
Re: Frontaccounting Upgrade Error! (25 replies, posted in Installation)
Ok, thank you apmuthu. Seems the case is yet another unexplained mystery .
Janusz
567 10/16/2012 09:29:52 am
Re: Simple REST API (45 replies, posted in Modules Add-on's)
There is also a couple of other implementations for SOAP and REST API available on our download page. None of them has full FA db scheme support though.
Janusz
568 10/16/2012 09:16:46 am
Re: chinese characters (11 replies, posted in Translations)
Unfortunatelly FA does not support utf well in this version. This is fixed in forthcoming 2.4 version.
You can eventually change encoding for English to utf-8 in installed_languages.inc: surely iso-8859-1 does not support chinese language.
Janusz
569 10/16/2012 09:10:12 am
Re: Frontaccounting Upgrade Error! (25 replies, posted in Installation)
FA is responsible for upgrade procedures from one major version to the next. There is no way to support any random changes made in db scheme outside FA control. So, my question is: which exactly queries has failed in upgrade scripts?
Without clear answer to this question I don't know whether was this upgrade procedure failure or just unsupported case.
Janusz
570 10/15/2012 03:41:24 pm
Re: Frontaccounting Upgrade Error! (25 replies, posted in Installation)
Ok guys, so what was the real reason of popsicles12's problem ? Why he couldn't upgrade just with upgrade routine provided in 2.3?
Janusz
571 10/14/2012 10:48:09 am
Re: Russian language (UTF8 request) (1 replies, posted in Setup)
No patch is needed. Just set utf-8 encoding in Russian section at lang/installed_languages.inc. When you have translation file ready, please share it with FA community. You can send it to contributions mailbox.
Janusz
572 10/12/2012 01:51:47 pm
Re: Website Compression (4 replies, posted in Installation)
Thanks, interesting article. Still I see no sensible explanation how html rendering in browser can depend on whether SSL compression is used or not. Have you tried to use Firebug or something similar to debug the problem?
Janusz
573 10/12/2012 01:15:51 pm
Re: Exclude item from purchase option (1 replies, posted in Wish List)
Yes, good idea. Some time ago items of type Manufactured were excluded from purchase. This has changed some time ago in 2.3. The option will be added in 2.4.
Janusz
574 10/12/2012 01:05:22 pm
Re: Website Compression (4 replies, posted in Installation)
Wird, I have no idea. Just curious, what is unsafe in using compression?
Janusz
575 10/12/2012 01:03:47 pm
Re: doubt on pre-requisites (15 replies, posted in Installation)
Fine.
There is nothing weird in the htaccess file, so I really dont know why apache has problems with it. The most important part is the one on the top of the file, which blocks unauthorized access to some files, but also this one is not crucial for security.
Please try test (by commenting out) which part of the file is source of the failure, then report the result back, then we will fix the problem in next FA release.
Janusz