5,101

(1 replies, posted in Misc. Charts of Accounts)

Try taking the English one and translating it and then putting in the specifics for Finland.
All the SQLs for the various languages are listed out at my unofficial FA Repo:
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts

_("xxx") is the function for retrieving the gettext strings from a po/mo compiled file.
To hardcode it just make it "xxx" by removing the function syntax.

See that the en_US locale has been installed in the linux server as well for the locale issue.

Is it just a link back to the Sales Items page to add new Items?

"purchase man" ?
Is it the broker for a sale?
The purchaser is already listed isn't it?

5,105

(45 replies, posted in Modules Add-on's)

What has the Autofactura (Site - Translation: Self Invoice) project (based on Ruby/Gems) got in common with Front Accounting?

5,106

(21 replies, posted in Report Bugs here)

phpGACL can to be plugged in if the ZendACL is not easily understandable / implementable.

Which version of FA are you using and what platform and LAMP version is it being deployed in.
Have you downloaded the securimage library and integrated it in as well?

This sql comes from function get_customer_trans() in sales/includes/db/cust_trans_db.inc.

This issue is fixed in:
https://frontaccounting.com/punbb/viewtopic.php?id=4528

Upgrade to FA v2.3.20 and apply the fixes. See posts:
https://frontaccounting.com/punbb/viewtopic.php?pid=19496#p19496
and
https://frontaccounting.com/punbb/viewtopic.php?pid=19720#p19720

At the time of the first post, Hg repo on SF was not updated for the public to view and then the Git Mirror was setup. Later Joe/Janusz clarified that the Hg repo is still the main repo where the stable and unstable branches reside. The official Git mirror provides only the stable version. My personal GitHub repo is updated only when I have the time and it also contains the extensions files. Please see the FA Wiki for link details on it's main page.

To view the date of last update and te update itself, you need to browse the commits:
https:/sourceforge.net/p/frontaccounting/mercurial/commit_browser

These code pages from SF need to be viewed in FireFox and not in MSIE for best results.

5,110

(9 replies, posted in Announcements)

Post 2.3.20 Changed Files till 2014-04-08.

5,111

(6 replies, posted in Items and Inventory)

Thanks Joe. Wiki-ed it.

Can the first clause of the WHERE statements in the changed files be part of an INNER JOIN clause?

Affected files:
inventory/includes/inventory_db.inc
sales/includes/db/sales_order_db.inc

The Hg repo is still the main repo and the official git is only a mirror and it is available only for the default tree (note change in Hg URL):
https:/sourceforge.net/p/frontaccounting/mercurial/ci/default/tree/

My Unofficial GitHub Repo is at:
https://github.com/apmuthu/frontaccounting
and it includes the extension files as well.

Thanks for the quick fix Joe. Hope there are no more such instances of session dependencies.

If it needs to be stored in the database, create a new table with a 1:1 relationship with the table into which you would normally add these fields and then make an extension for it.

Try to rollback to a version before PHP 5.5.x and revert with the results.
Hope you are using MySQL_PDO or MySQLi instead of MySQL driver, else try with the MySQLi driver even without changing the PHP version.

This has something to do with $order_no being absent in one of the three calls to the add-audit_trail() function in sales/includes/db/sales_order_db.inc

@joe: Thankyou Joe, when codeing it, I was thinking only of the function arguments and not the order...

@crspencer: Yes, it will now have to be your versions of PHP/MySQL or their implementation in the Server OS used. Ref: MySQL v5.5.13 Deprecated use.

Nice catch.

Replace the file inventory/manage/items.php with the file in the attachment in this post.

Joe - please fix it in the Hg repo - attachment has the patch as well.

Try adding more columns - one for each envisaged payment and then you will find FA interesting....

5,120

(3 replies, posted in Report Bugs here)

Which Browser, Which version and What OS?

Setup -> backup and then compare with any CoA you want, make changes, upload and restore.

No problems

Should we then use INNER JOINS for all joins here?

Thank you for the explanation of the differences.

Then INNER JOIN would be a good replacement for the last join as it mimics the WHERE very well and uses the indices when available.

5,125

(4 replies, posted in Report Bugs here)

The insert statement in many CoA sql sets including the default show "?" for "£". Try to use some hex editor or a special character aware text editor  like Notepad++ to edit the sql files before use.

Also using a MySQL client like SQLyog (they have a free community edition) will get the job done.