Some posts in the forum indicate it was used for a desktop version of FA.
5,127 06/16/2014 03:31:54 am
Re: Error: Cannot open the extension setup file... (2 replies, posted in Installation)
Is this a candidate for fixing the script that writes the installed_extensions.php file everywhere?
5,128 06/16/2014 03:25:45 am
Re: Accounting roadmap for growing IT firm (3 replies, posted in Setup)
Number of people and the what all roles they will take on will determine the roll out of FA.
5,129 06/16/2014 03:23:55 am
Re: Bank Account Details (1 replies, posted in Banking and General Ledger)
Please do not add any fields to existing tables. Make a new table and have a 1:1 relationship with the table you intended to extend and then create an extension to do your extra work.
5,130 06/16/2014 03:21:54 am
Re: Login Timeout (9 replies, posted in Setup)
So frequently changing IPs are generally in mobile based ISP connections. A list of such ISPs where IPs get changed so frequently would be useful to be wikied. Some mobile devices keep changing their MAC addresses in response to which the ISPs keep changing the IPs allotted to them.
5,131 06/16/2014 03:19:32 am
Re: ER Diagram and Scheme (4 replies, posted in Setup)
http://www.frontaccounting.com/fawiki/index.php?n=Devel.ERDiagram needs updation
5,132 06/16/2014 03:08:55 am
Re: how to modify customer search box (7 replies, posted in FA Modifications)
Mobile number / Phone Number would be useful to integrate with Asterisk / Call Center Agents. The CallerID will then be able to popup the relevant record without manual search intervention!
5,133 06/16/2014 03:06:16 am
Re: Finnish COA (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
5,134 06/16/2014 02:59:52 am
Re: Default Language not Propagating into Reports (3 replies, posted in Setup)
_("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.
5,135 06/16/2014 02:54:23 am
Re: how to add table like Sales Invoice Items (2 replies, posted in FA Modifications)
Is it just a link back to the Sales Items page to add new Items?
5,136 06/16/2014 02:53:11 am
Re: Purchaseman and salesman in purchaiging and sales invoice (1 replies, posted in Reporting)
"purchase man" ?
Is it the broker for a sale?
The purchaser is already listed isn't it?
5,137 06/16/2014 02:47:57 am
Re: Simple REST API (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,138 06/16/2014 02:44:20 am
Re: User Access Level and Speed (21 replies, posted in Report Bugs here)
phpGACL can to be plugged in if the ZendACL is not easily understandable / implementable.
5,139 05/30/2014 03:45:57 am
Re: Securimage CAPTCHA Integration into FA (9 replies, posted in FA Modifications)
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?
5,140 04/17/2014 01:58:25 am
Re: Database Error - Voided Customer Payment (10 replies, posted in Report Bugs here)
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
5,141 04/17/2014 12:30:37 am
Re: Primary Development Repo from mid May 2013 - Git (17 replies, posted in Announcements)
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,142 04/13/2014 02:29:23 pm
Re: Release 2.3.20 (9 replies, posted in Announcements)
Post 2.3.20 Changed Files till 2014-04-08.
5,143 04/13/2014 02:19:33 pm
Re: Reorder level email (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
5,144 04/13/2014 03:08:59 am
Re: Primary Development Repo from mid May 2013 - Git (17 replies, posted in Announcements)
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.
5,145 04/05/2014 02:52:25 am
Re: Error working with Sales Quotation (7 replies, posted in Accounts Receivable)
Thanks for the quick fix Joe. Hope there are no more such instances of session dependencies.
5,146 04/05/2014 02:43:55 am
Re: Adding extra fields in Journal Entry screen (1 replies, posted in FA Modifications)
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.
5,147 04/05/2014 02:41:48 am
Re: Error Adding New Item or Editing Existing Item (7 replies, posted in Items and Inventory)
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.
5,148 04/04/2014 04:30:36 am
Re: Error working with Sales Quotation (7 replies, posted in Accounts Receivable)
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
5,149 04/04/2014 04:19:05 am
Re: Error Adding New Item or Editing Existing Item (7 replies, posted in Items and Inventory)
@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.
5,150 04/03/2014 12:40:17 pm
Re: Error Adding New Item or Editing Existing Item (7 replies, posted in Items and Inventory)
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.