Can be a simple database collation issue to a missing Apache config directive.....
5,451 09/04/2013 01:22:20 am
Re: FA shows 'Not Acceptable' when I try to log in (4 replies, posted in Installation)
5,452 09/04/2013 01:17:45 am
Re: Release 2.3.17 (12 replies, posted in Announcements)
Since there were some glitches in the published FA v2.3.17, taking care of the new variables in the config.default.php, with no db changes needed, a FA v2.3.16 can be upgraded to the latest FA v2.3.17 with Git fixes till date updating the changed files alone.
5,453 09/04/2013 12:38:18 am
Re: [RESOLVED] Error on Bank Account Transfers (6 replies, posted in Report Bugs here)
Further changes done.
5,454 09/04/2013 12:20:20 am
Re: Sales invoice and other Related Reports (7 replies, posted in Reporting)
Clear browser cache and try again.
5,455 09/04/2013 12:16:33 am
Re: [SOLVED] Problem with language after make a RESTORE! (3 replies, posted in Report Bugs here)
These can possibly be set up serverwide in the /etc/mysql/my.cnf file. It could also be a collation difference between the old mysql server and the new one for the character fields.
5,456 09/04/2013 12:08:37 am
Re: Dutch translation 2.3.13-1 (5 replies, posted in Translations)
Available here.
5,457 09/04/2013 12:05:23 am
Re: Items do not show up correctly on sales invoice (3 replies, posted in Items and Inventory)
Thanks. Wiki-ed it.
5,458 09/03/2013 11:49:03 pm
Re: Delivery Note report - How to add in the line for Signature purpose (4 replies, posted in Reporting)
Wiki-ed it.
5,459 09/03/2013 11:39:13 pm
Re: Help wanted for an Accounting Solution Provider Start up Company (2 replies, posted in Jobs wanted/offered, non-free offers)
For commercial support contact any FA partner.
5,460 09/03/2013 11:33:44 pm
Re: check overdue delivery date (5 replies, posted in Report Bugs here)
The file is sales/inquiry/sales_orders_view.php and the line 106:
&& date1_greater_date2(Today(), sql2date($row['ord_date']))
should be:
&& date1_greater_date2(Today(), sql2date($row['delivery_date']))
Any reason why this has not been corrected in the Git Repo now?
5,461 09/03/2013 11:23:09 pm
Re: Print Traditional Chinese (7 replies, posted in Reporting)
To clarify for end users, the change has to be made in reporting/includes/class.pdf.inc by replacing lines 156-162:
switch ($this->l['a_meta_language'])
{
case "ar_EG" : $fontname = "ae_tholoth"; break;
case "zh_CN" : $fontname = "gbsn00lp"; break;
case "zh_TW" : $fontname = "chinese_traditional_cid0"; break;
default : $fontname = "dejavu"; break;
}
to
switch ($this->l['a_meta_language'])
{
case "ar_EG" : $fontname = "ae_tholoth"; break;
case "zh_CN" : $fontname = "gbsn00lp"; break;
case "zh_TW" : $fontname = "chinese_traditional_cid0"; break;
default : $fontname = "chinese_traditional_cid0"; break;
}
Is this what you did?
5,462 09/03/2013 11:12:12 pm
Re: Incorrect application of exchange rate (16 replies, posted in Accounts Receivable)
5,463 09/03/2013 11:02:34 pm
Re: & converted to amp; in url (6 replies, posted in Report Bugs here)
This may have to do with the php.ini setting for url encoding.....
5,464 09/03/2013 11:00:15 pm
Re: Set up assistance (1 replies, posted in Setup)
If you want to set it up in windows then use XAMPP v1.6.8 and follow the wiki.
If you want a Virtual private Server with all setup and ready to go as a service then contact any of the consultants for commercial support.
5,465 09/03/2013 10:56:20 pm
Re: Urgent in V2.3.17 Languages,Extensions,Themes,Chart of Accounts (8 replies, posted in Installation)
5,466 09/03/2013 10:39:09 pm
Re: Sample CSV/Excel file for Items import (5 replies, posted in Items and Inventory)
5,467 09/03/2013 10:33:28 pm
Re: Add custom fields into item (24 replies, posted in FA Modifications)
Put in ALTER statements at the end of the Chart of Accounts file (in sql folder) used and rename it to some custom name for future use in creating new companies with it.
5,468 08/13/2013 06:30:05 am
Re: ask for login n password (4 replies, posted in Installation)
Which version of which browser on which OS are your running Client browser and which version of FA are you using whith which version of PHP/MySQL?
Enable sessions to be stored in database.
5,469 08/13/2013 06:25:50 am
Re: [SOLVED]How do I start using FrontAccounting? (8 replies, posted in Installation)
If you still cannot get it resolved, then try contacting Planettel for remote live support - they are in UTC+8.00 TimeZone.
5,470 08/13/2013 06:22:25 am
Re: Accountant: how easy is it for me to install FA (9 replies, posted in Installation)
Planettel provides an OpenVZ template for FA with default India, Singapore and Malaysia Chart of Accounts besides the standard US ones, along with 10 pre-created databases for 10 FA companies. They also provide cloud hosted service and client site hosted instances besides support. Migration from other versions of FA and other accounting systems are also undertaken by them. They sponsor my developmental work on FA for the cloud.
5,471 08/13/2013 06:07:01 am
Re: Item not displayed in Sales (8 replies, posted in Accounts Receivable)
setup company tab see if the search field is checked for items, customers, suppliers. Also try to do a refresh and see if the company/#/js/*.js files need to be refreshed.
5,472 08/13/2013 06:00:21 am
Re: ask for login n password (4 replies, posted in Installation)
enable cookies
5,473 08/13/2013 05:59:21 am
Re: Foreign Exchange Profit account - surprise appearance (5 replies, posted in Accounts Payable)
This may be so for Cash transactions (base currency) and contra account in another currency.
5,474 08/13/2013 05:57:36 am
Re: Supplier Payment With Bank Charges (5 replies, posted in Report Bugs here)
Probably, the posting should be rounded off and stored in the debits and then summed up from the debits to obtain the contra credit sum instead of computing the credit with rounding off errors such as this.
Make 2 individual journal entries and see if the values come in correctly?
5,475 08/13/2013 05:55:04 am
Re: Installment Sales with Receipt Schedule (9 replies, posted in Accounts Receivable)
You can do it outside of FA easily. Use a suitable table structure and design it with http://www.adminer.org or http://www.phpmyedit.org