5,501

(3 replies, posted in Setup)

Please update the wiki FAQs with these answers.

GAAP for each country (Canada, France, UK, US), IFRS and other reporting standards are just a matter of reports being possibly different with making sure FA having the least count of info available in its' db.

Line 118 of gl/includes/db/gl_db_trans.inc
and
line 93 of gl/includes/db/gl_db_bank_trans.inc
have the said phrase: AND ISNULL(v.date_)

Any corrections needed?

Can be a simple database collation issue to a missing Apache config directive.....

5,504

(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.

Further changes done.

5,506

(7 replies, posted in Reporting)

Clear browser cache and try again.

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,508

(5 replies, posted in Translations)

Available here.

Thanks. Wiki-ed it.

Wiki-ed it.

For commercial support contact any FA partner.

5,512

(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,513

(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?

Further changes done.

Last Git commit here.

5,515

(6 replies, posted in Report Bugs here)

This may have to do with the php.ini setting for url encoding.....

5,516

(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.

You can manually download and install the language or extension.

I trust you are referring to the Import Multiple Journal Entries v2.3 extension by Tom Hallman.

Documentation is available here.

If you are referring to Import Items Extension by Tom Moulton (wrongly stated as Tom Hallman in the config file), then the documentation is available here

5,519

(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,520

(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.

If you still cannot get it resolved, then try contacting Planettel for remote live support - they are in UTC+8.00 TimeZone.

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,523

(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,524

(4 replies, posted in Installation)

enable cookies

This may be so for Cash transactions (base currency) and contra account in another currency.